diff --git a/.clang-format b/.clang-format index aab3072..52c9d6a 100644 --- a/.clang-format +++ b/.clang-format @@ -3,16 +3,16 @@ AlignEscapedNewlinesLeft: true AlignTrailingComments: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortFunctionsOnASingleLine: false -AllowShortIfStatementsOnASingleLine: true +AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: false -AlwaysBreakTemplateDeclarations: false +AlwaysBreakTemplateDeclarations: true BinPackParameters: false BreakBeforeBinaryOperators: false BreakBeforeBraces: Allman BreakBeforeTernaryOperators: false BreakConstructorInitializersBeforeComma: false -ColumnLimit: 100 +ColumnLimit: 120 CommentPragmas: '' ConstructorInitializerAllOnOneLineOrOnePerLine: false ConstructorInitializerIndentWidth: 0 @@ -43,4 +43,5 @@ SpacesInContainerLiterals: false SpacesInParentheses: false Standard: Cpp11 TabWidth: 4 -UseTab: Never \ No newline at end of file +UseTab: Never +AllowShortLambdasOnASingleLine: false diff --git a/CMakeLists.txt b/CMakeLists.txt index ba2b759..58f9bf5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10) project(asm-parser) set(CMAKE_CXX_STANDARD 20) -add_compile_options(-Werror -Wall -Wextra) +add_compile_options(-Werror -Wall -Wextra -flto -O3) if (NOT EXISTS "${CMAKE_BINARY_DIR}/conan.cmake") message(STATUS "Downloading conan.cmake from https://github.com/conan-io/cmake-conan") @@ -13,9 +13,16 @@ endif () include(${CMAKE_BINARY_DIR}/conan.cmake) +conan_add_remote(NAME bincrafters INDEX 1 + URL https://api.bintray.com/conan/bincrafters/public-conan) + conan_cmake_run( - CONANFILE conanfile.txt - BASIC_SETUP CMAKE_TARGETS + REQUIRES + ctre/3.2 + catch2/2.12.4 + approvaltests.cpp/10.3.0 + fmt/7.0.3 + BASIC_SETUP BUILD missing) include(${CMAKE_BINARY_DIR}/conan.cmake) diff --git a/conanfile.txt b/conanfile.txt deleted file mode 100644 index e9cb2d4..0000000 --- a/conanfile.txt +++ /dev/null @@ -1,5 +0,0 @@ -[requires] -ctre/2.8.2 - -[generators] -cmake diff --git a/prettyjson.js b/prettyjson.js index 12fcec7..8f74b01 100644 --- a/prettyjson.js +++ b/prettyjson.js @@ -1,6 +1,4 @@ - const fs = require('fs'); -const path = require('path'); const args = process.argv.slice(2); @@ -11,3 +9,6 @@ const input = JSON.parse(data); const output = JSON.stringify(input, null, 2); fs.writeFileSync(filename, output); + +console.log("Number of lines: " + input.asm.length); +console.log("Number of labels: " + Object.keys(input.labelDefinitions).length); diff --git a/resources/bigboostexample.asm.directives.labels.comments.json b/resources/bigboostexample.asm.directives.labels.comments.json new file mode 100644 index 0000000..47deb83 --- /dev/null +++ b/resources/bigboostexample.asm.directives.labels.comments.json @@ -0,0 +1,1666421 @@ +{ + "asm": [ + { + "text": "_ZNSt14numeric_limitsImE3maxEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/limits", + "line": 1274 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/limits", + "line": 1274 + }, + "labels": [] + }, + { + "text": " mov rax, -1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/limits", + "line": 1274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/limits", + "line": 1274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/limits", + "line": 1274 + }, + "labels": [] + }, + { + "text": "_ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000000EEE5countEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 438 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 438 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 438 + }, + "labels": [] + }, + { + "text": "_ZStL19piecewise_construct:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops16__iter_less_iterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 49 + }, + "labels": [] + }, + { + "text": "_ZNSt11char_traitsIcE2eqERKcS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 326 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 326 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 326 + }, + "labels": [] + }, + { + "text": " cmp dl, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 326 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 326 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 326 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 326 + }, + "labels": [] + }, + { + "text": "_ZNSt11char_traitsIcE6lengthEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " call strlen", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h", + "line": 358 + }, + "labels": [] + }, + { + "text": "_ZNSt9exceptionC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVSt9exception+16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 63 + }, + "labels": [] + }, + { + "text": "_ZNKSt9type_info4nameEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " cmp al, 42", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " jne .L13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [ + { + "name": ".L13", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " jmp .L15", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [ + { + "name": ".L15", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L13:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": ".L15:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZNKSt9type_info6beforeERKS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 116 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 116 + }, + "labels": [] + }, + { + "text": " cmp al, 42", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [] + }, + { + "text": " jne .L17", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [ + { + "name": ".L17", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 116 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 116 + }, + "labels": [] + }, + { + "text": " cmp al, 42", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 116 + }, + "labels": [] + }, + { + "text": " jne .L17", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 116 + }, + "labels": [ + { + "name": ".L17", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L18", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [ + { + "name": ".L18", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L17:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": " call strcmp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": " shr eax, 31", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 117 + }, + "labels": [] + }, + { + "text": ".L18:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZNKSt9type_infoeqERKS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 122 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [] + }, + { + "text": " je .L21", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [ + { + "name": ".L21", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [] + }, + { + "text": " cmp al, 42", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [] + }, + { + "text": " je .L22", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [ + { + "name": ".L22", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 124 + }, + "labels": [] + }, + { + "text": " call strcmp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 124 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [] + }, + { + "text": " jne .L22", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [ + { + "name": ".L22", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L21:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [] + }, + { + "text": " jmp .L23", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [ + { + "name": ".L23", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L22:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 123 + }, + "labels": [] + }, + { + "text": ".L23:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/typeinfo", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZnwmPv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 175 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 175 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 175 + }, + "labels": [] + }, + { + "text": "_ZdlPvS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 180 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 180 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/new", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx119to_stringEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6607 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6607 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6607 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6607 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6607 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6607 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6608 + }, + "labels": [] + }, + { + "text": " shr rax, 63", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6608 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6608 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6609 + }, + "labels": [] + }, + { + "text": " je .L29", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6609 + }, + "labels": [ + { + "name": ".L29", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6609 + }, + "labels": [] + }, + { + "text": " neg rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6609 + }, + "labels": [] + }, + { + "text": " jmp .L30", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6609 + }, + "labels": [ + { + "name": ".L30", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L29:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6609 + }, + "labels": [] + }, + { + "text": ".L30:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6609 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6610 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6610 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6610 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail14__to_chars_lenImEEjT_i", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6610 + }, + "labels": [ + { + "name": "_ZNSt8__detail14__to_chars_lenImEEjT_i", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-36], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-37]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " add eax, edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-37]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " mov edx, 45", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EmcRKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-37]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6611 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEixEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail18__to_chars_10_implImEEvPcjT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6612 + }, + "labels": [ + { + "name": "_ZNSt8__detail18__to_chars_10_implImEEvPcjT_", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " jmp .L36", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [ + { + "name": ".L36", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-37]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6613 + }, + "labels": [] + }, + { + "text": ".L36:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6614 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6614 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6614 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6614 + }, + "labels": [] + }, + { + "text": "_ZNSt8__detail14__to_chars_lenImEEjT_i:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-44]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " imul eax, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-8], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-44]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 54 + }, + "labels": [] + }, + { + "text": " imul eax, edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-44]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 55 + }, + "labels": [] + }, + { + "text": " imul eax, DWORD PTR [rbp-12]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 55 + }, + "labels": [] + }, + { + "text": ".L43:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-44]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 58 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 58 + }, + "labels": [] + }, + { + "text": " jnb .L38", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 58 + }, + "labels": [ + { + "name": ".L38", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L39", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 58 + }, + "labels": [ + { + "name": ".L39", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L38:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 59 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 59 + }, + "labels": [] + }, + { + "text": " jnb .L40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 59 + }, + "labels": [ + { + "name": ".L40", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 59 + }, + "labels": [] + }, + { + "text": " add eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 59 + }, + "labels": [] + }, + { + "text": " jmp .L39", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 59 + }, + "labels": [ + { + "name": ".L39", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L40:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-12]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 60 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 60 + }, + "labels": [] + }, + { + "text": " jnb .L41", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 60 + }, + "labels": [ + { + "name": ".L41", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 60 + }, + "labels": [] + }, + { + "text": " add eax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 60 + }, + "labels": [] + }, + { + "text": " jmp .L39", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 60 + }, + "labels": [ + { + "name": ".L39", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L41:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 61 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 61 + }, + "labels": [] + }, + { + "text": " jnb .L42", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 61 + }, + "labels": [ + { + "name": ".L42", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 61 + }, + "labels": [] + }, + { + "text": " add eax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L39", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 61 + }, + "labels": [ + { + "name": ".L39", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L42:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 62 + }, + "labels": [] + }, + { + "text": " div QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 62 + }, + "labels": [] + }, + { + "text": " add DWORD PTR [rbp-4], 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 63 + }, + "labels": [] + }, + { + "text": " jmp .L43", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 58 + }, + "labels": [ + { + "name": ".L43", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L39:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 4294967295", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail19test_id_2_unit_typeEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " and eax, 4294901760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " je .L45", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 70 + }, + "labels": [ + { + "name": ".L45", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " jmp .L47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 70 + }, + "labels": [ + { + "name": ".L47", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": ".L45:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": ".L47:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20test_unit_id_restoreC2ERmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20test_unit_id_restoreD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/global_typedef.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZStanSt13_Ios_FmtflagsS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-8], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " and eax, DWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 84 + }, + "labels": [] + }, + { + "text": "_ZStorSt13_Ios_FmtflagsS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-8], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " or eax, DWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 88 + }, + "labels": [] + }, + { + "text": "_ZStcoSt13_Ios_Fmtflags:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " not eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZStoRRSt13_Ios_FmtflagsS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " call _ZStorSt13_Ios_FmtflagsS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [ + { + "name": "_ZStorSt13_Ios_FmtflagsS_", + "range": { + "startCol": 17, + "endCol": 42 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZStaNRSt13_Ios_FmtflagsS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZStanSt13_Ios_FmtflagsS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [ + { + "name": "_ZStanSt13_Ios_FmtflagsS_", + "range": { + "startCol": 17, + "endCol": 42 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 104 + }, + "labels": [] + }, + { + "text": "_ZStorSt13_Ios_OpenmodeS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-8], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 130 + }, + "labels": [] + }, + { + "text": " or eax, DWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 130 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZStoRRSt13_Ios_OpenmodeS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZStorSt13_Ios_OpenmodeS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [ + { + "name": "_ZStorSt13_Ios_OpenmodeS_", + "range": { + "startCol": 17, + "endCol": 42 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZNKSt8ios_base5flagsEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 627 + }, + "labels": [] + }, + { + "text": "_ZNSt8ios_base5flagsESt13_Ios_Fmtflags:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-28]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+24], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 642 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 642 + }, + "labels": [] + }, + { + "text": "_ZNSt8ios_base4setfESt13_Ios_Fmtflags:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-28]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " call _ZStoRRSt13_Ios_FmtflagsS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 656 + }, + "labels": [ + { + "name": "_ZStoRRSt13_Ios_FmtflagsS_", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 658 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 658 + }, + "labels": [] + }, + { + "text": "_ZNSt8ios_base4setfESt13_Ios_FmtflagsS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-32], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 672 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 672 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 672 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " call _ZStcoSt13_Ios_Fmtflags", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [ + { + "name": "_ZStcoSt13_Ios_Fmtflags", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " call _ZStaNRSt13_Ios_FmtflagsS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 673 + }, + "labels": [ + { + "name": "_ZStaNRSt13_Ios_FmtflagsS_", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-28]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " call _ZStanSt13_Ios_FmtflagsS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [ + { + "name": "_ZStanSt13_Ios_FmtflagsS_", + "range": { + "startCol": 17, + "endCol": 42 + } + } + ] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [] + }, + { + "text": " call _ZStoRRSt13_Ios_FmtflagsS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 674 + }, + "labels": [ + { + "name": "_ZStoRRSt13_Ios_FmtflagsS_", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 675 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 676 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 676 + }, + "labels": [] + }, + { + "text": "_ZNKSt8ios_base9precisionEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 696 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 696 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 696 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 697 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 697 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 697 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 697 + }, + "labels": [] + }, + { + "text": "_ZNSt8ios_base9precisionEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 710 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 710 + }, + "labels": [] + }, + { + "text": "_ZNKSt8ios_base5widthEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 720 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 720 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 720 + }, + "labels": [] + }, + { + "text": "_ZNSt8ios_base5widthEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZSt9boolalphaRSt8ios_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 886 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 886 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 886 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 886 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 887 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8ios_base4setfESt13_Ios_Fmtflags", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 887 + }, + "labels": [ + { + "name": "_ZNSt8ios_base4setfESt13_Ios_Fmtflags", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 888 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 889 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 889 + }, + "labels": [] + }, + { + "text": "_ZSt8showbaseRSt8ios_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 903 + }, + "labels": [] + }, + { + "text": " mov esi, 512", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 903 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 903 + }, + "labels": [] + }, + { + "text": " call _ZNSt8ios_base4setfESt13_Ios_Fmtflags", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 903 + }, + "labels": [ + { + "name": "_ZNSt8ios_base4setfESt13_Ios_Fmtflags", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 904 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 905 + }, + "labels": [] + }, + { + "text": "_ZSt3hexRSt8ios_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1033 + }, + "labels": [] + }, + { + "text": " mov edx, 74", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1033 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1033 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1033 + }, + "labels": [] + }, + { + "text": " call _ZNSt8ios_base4setfESt13_Ios_FmtflagsS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1033 + }, + "labels": [ + { + "name": "_ZNSt8ios_base4setfESt13_Ios_FmtflagsS0_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/ios_base.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": "_ZNKSt17integral_constantIbLb1EEcvbEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/type_traits", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/type_traits", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/type_traits", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/type_traits", + "line": 62 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/type_traits", + "line": 62 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/type_traits", + "line": 62 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14log_entry_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov esi, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " jmp .L91", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 43 + }, + "labels": [ + { + "name": ".L91", + "range": { + "startCol": 17, + "endCol": 21 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": ".L91:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14log_entry_data5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5eraseEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+40], 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19log_checkpoint_data5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatterC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test23unit_test_log_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test23unit_test_log_formatterE", + "range": { + "startCol": 34, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+8], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test23unit_test_log_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test23unit_test_log_formatterE", + "range": { + "startCol": 34, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test23unit_test_log_formatterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": ".LC0:", + "source": null, + "labels": [] + }, + { + "text": " .string \"stdout\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test23unit_test_log_formatter30get_default_stream_descriptionB5cxx11Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [ + { + "name": ".LC0", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 309 + }, + "labels": [ + { + "name": ".L105", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L105:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": ".LC1:", + "source": null, + "labels": [] + }, + { + "text": " .string \"%c[%c;3%c;4%cm\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils8setcolorC2EbNS1_9term_attr1_ENS1_10term_color1_ES6_Pi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-24], r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " add eax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " movsx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " add eax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " movsx ecx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " add eax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rdi, [rdx+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov r9d, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov r8d, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov ecx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov edx, 27", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".LC1", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call sprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+16], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils8setcolorC2EbPi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov r9d, 57", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov r8d, 57", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov ecx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov edx, 27", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".LC1", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call sprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+16], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L109", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 113 + }, + "labels": [ + { + "name": ".L109", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-8], OFFSET FLAT:_ZSt4cout", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L110", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 113 + }, + "labels": [ + { + "name": ".L110", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-8], OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jne .L109", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 113 + }, + "labels": [ + { + "name": ".L109", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L110:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZNSo5writeEPKcl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " jmp .L111", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 114 + }, + "labels": [ + { + "name": ".L111", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L109:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": ".L111:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils14scope_setcolorC2EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-48], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-60], r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-64], r9d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-44], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+12], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " lea r8, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov edi, DWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-60]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov r9, r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov r8d, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils8setcolorC1EbNS1_9term_attr1_ENS1_10term_color1_ES6_Pi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 321 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils14scope_setcolorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 324 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 324 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " je .L115", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 326 + }, + "labels": [ + { + "name": ".L115", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " movzx ecx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils8setcolorC1EbPi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 327 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": ".L115:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/setcolor.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatterC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test23unit_test_log_formatterC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatterC2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output22compiler_log_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output22compiler_log_formatterE", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+12], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework17context_generatorC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework14internal_errorC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework14internal_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework14internal_errorE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " jmp .L123", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L123", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " jmp .L120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L120", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L120:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L123:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework11setup_errorC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework11setup_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework11setup_errorE", + "range": { + "startCol": 34, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " jmp .L129", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L129", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " jmp .L126", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L126", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L126:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L129:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework15nothing_to_testC2Ei:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 294 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail16atomic_incrementEPj:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " lock add DWORD PTR [rax], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail16atomic_decrementEPj:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " neg edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " lock xadd DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail15sp_counted_baseC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail15sp_counted_baseE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+12], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail15sp_counted_baseD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail15sp_counted_baseE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 87 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail15sp_counted_baseD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail15sp_counted_base7destroyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " je .L139", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L139", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L139:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail15sp_counted_base12add_ref_copyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail16atomic_incrementEPj", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 108 + }, + "labels": [ + { + "name": "_ZN5boost6detail16atomic_incrementEPj", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail15sp_counted_base7releaseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail16atomic_decrementEPj", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost6detail16atomic_decrementEPj", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " je .L143", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".L143", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_base12weak_releaseEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 121 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base12weak_releaseEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": ".L143:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail15sp_counted_base12weak_releaseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " add rax, 12", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail16atomic_decrementEPj", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 132 + }, + "labels": [ + { + "name": "_ZN5boost6detail16atomic_decrementEPj", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " je .L146", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 132 + }, + "labels": [ + { + "name": ".L146", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": ".L146:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": "_ZNSt9exceptionC2ERKS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVSt9exception+16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/exception.h", + "line": 66 + }, + "labels": [] + }, + { + "text": "_ZN5boost36throw_exception_assert_compatibilityERKSt9exception:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail20error_info_containerD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost16exception_detail20error_info_containerE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 175 + }, + "labels": [ + { + "name": "_ZTVN5boost16exception_detail20error_info_containerE", + "range": { + "startCol": 34, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZN5boost9exceptionC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9exceptionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [ + { + "name": "_ZTVN5boost9exceptionE", + "range": { + "startCol": 34, + "endCol": 56 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+32], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": "_ZN5boost9exceptionD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9exceptionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 296 + }, + "labels": [ + { + "name": "_ZTVN5boost9exceptionE", + "range": { + "startCol": 34, + "endCol": 56 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": "_ZN5boost9exceptionD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9exceptionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail10clone_baseD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost16exception_detail10clone_baseE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 408 + }, + "labels": [ + { + "name": "_ZTVN5boost16exception_detail10clone_baseE", + "range": { + "startCol": 34, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 408 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail10clone_baseD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail10clone_baseD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail20copy_boost_exceptionEPNS_9exceptionEPKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZNK5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE3getEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " je .L156", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 417 + }, + "labels": [ + { + "name": ".L156", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": ".L156:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+32], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 422 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 422 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 422 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " jmp .L161", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 423 + }, + "labels": [ + { + "name": ".L161", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " jmp .L158", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 418 + }, + "labels": [ + { + "name": ".L158", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": ".L158:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": ".L161:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 430 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " je .L165", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 432 + }, + "labels": [ + { + "name": ".L165", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_base7releaseEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 432 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7releaseEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": ".L165:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 436 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 436 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 436 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 443 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 443 + }, + "labels": [] + }, + { + "text": " je .L168", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 443 + }, + "labels": [ + { + "name": ".L168", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_base12add_ref_copyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 443 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base12add_ref_copyEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": ".L168:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_count4swapERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 479 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 479 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 479 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail12shared_count19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 521 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " je .L171", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [ + { + "name": ".L171", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " jmp .L173", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [ + { + "name": ".L173", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L171:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": ".L173:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail26sp_enable_shared_from_thisEz:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": "_ZN5boost4core21scoped_demangled_nameC2EPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core14demangle_allocEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 60 + }, + "labels": [ + { + "name": "_ZN5boost4core14demangle_allocEPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": "_ZN5boost4core21scoped_demangled_nameD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core13demangle_freeEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost4core13demangle_freeEPKc", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": "_ZNK5boost4core21scoped_demangled_name3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": "_ZN5boost4core14demangle_allocEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call __cxa_demangle", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": "_ZN5boost4core13demangle_freeEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " call free", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": "_ZN5boost4core8demangleB5cxx11EPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core21scoped_demangled_nameC1EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost4core21scoped_demangled_name3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZNK5boost4core21scoped_demangled_name3getEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " jne .L183", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 97 + }, + "labels": [ + { + "name": ".L183", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": ".L183:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core21scoped_demangled_nameD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " jmp .L187", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L187", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core21scoped_demangled_nameD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": ".L187:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/demangle.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_indexC2ERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9typeindex14stl_type_index9type_infoEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9typeindex14stl_type_index5equalERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_infoeqERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 210 + }, + "labels": [ + { + "name": "_ZNKSt9type_infoeqERKS_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": "_ZN5boost13function_baseC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 603 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 603 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 603 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 603 + }, + "labels": [] + }, + { + "text": "_ZNK5boost13function_base5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 606 + }, + "labels": [] + }, + { + "text": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 689 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 691 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 691 + }, + "labels": [] + }, + { + "text": ".LC2:", + "source": null, + "labels": [] + }, + { + "text": " .string \"call to empty boost::function\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost17bad_function_callC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [ + { + "name": ".LC2", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorC2EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost17bad_function_callE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [ + { + "name": "_ZTVN5boost17bad_function_callE", + "range": { + "startCol": 34, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 708 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function16has_empty_targetEz:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 865 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 866 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 866 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_6detail22translator_holder_baseEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZNK5boost19execution_exception4codeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 293 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 293 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 293 + }, + "labels": [] + }, + { + "text": "_ZNK5boost19execution_exception4whatEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": "_ZNK5boost19execution_exception5whereEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": "_ZNSt18_Rb_tree_node_base10_S_minimumEPS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 112 + }, + "labels": [] + }, + { + "text": ".L210:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " je .L209", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 114 + }, + "labels": [ + { + "name": ".L209", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " jmp .L210", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 114 + }, + "labels": [ + { + "name": ".L210", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L209:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZNSt18_Rb_tree_node_base10_S_maximumEPS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 126 + }, + "labels": [] + }, + { + "text": ".L214:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " je .L213", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 128 + }, + "labels": [ + { + "name": ".L213", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L214", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 128 + }, + "labels": [ + { + "name": ".L214", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L213:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 129 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt15_Rb_tree_headerC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 173 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_header8_M_resetEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 176 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_header8_M_resetEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 177 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 177 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 177 + }, + "labels": [] + }, + { + "text": "_ZNSt15_Rb_tree_header8_M_resetEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 212 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 212 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 212 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11param_errorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11param_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11param_errorE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZNSt9exceptionD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11param_errorD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11param_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime11param_error4whatEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11param_errorC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt9exceptionC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [ + { + "name": "_ZNSt9exceptionC2Ev", + "range": { + "startCol": 17, + "endCol": 36 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11param_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11param_errorE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11param_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11param_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime10init_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime10init_errorE", + "range": { + "startCol": 34, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime10init_errorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime10init_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime10init_errorE", + "range": { + "startCol": 34, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11param_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11param_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime10init_errorD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11param_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11param_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11input_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11input_errorE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11input_errorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11input_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11input_errorE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11param_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11param_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11input_errorD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14invalid_cla_idC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14invalid_cla_idE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14invalid_cla_idE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15duplicate_paramC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15duplicate_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15duplicate_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17conflicting_paramC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime17conflicting_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime17conflicting_paramE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime26access_to_missing_argumentC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime26access_to_missing_argumentE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime26access_to_missing_argumentE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17arg_type_mismatchC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime17arg_type_mismatchE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime17arg_type_mismatchE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18invalid_param_specC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime18invalid_param_specE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime18invalid_param_specE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime12format_errorC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime12format_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime12format_errorE", + "range": { + "startCol": 34, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime13duplicate_argC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime13duplicate_argE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime13duplicate_argE", + "range": { + "startCol": 34, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15missing_req_argC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15missing_req_argE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15missing_req_argE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test13basic_cstringIKcEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test13basic_cstringIKcEEED2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EOS6_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": ".LC3:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15ambiguous_paramC2EOSt6vectorINS_9unit_test13basic_cstringIKcEESaIS6_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15ambiguous_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15ambiguous_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15ambiguous_paramD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15ambiguous_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15ambiguous_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15ambiguous_paramD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15ambiguous_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov esi, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18unrecognized_paramC2EOSt6vectorINS_9unit_test13basic_cstringIKcEESaIS6_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime18unrecognized_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime18unrecognized_paramE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18unrecognized_paramD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime18unrecognized_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime18unrecognized_paramE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18unrecognized_paramD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18unrecognized_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov esi, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime8argumentC2El:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime8argumentE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 44 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime8argumentE", + "range": { + "startCol": 34, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime8argumentD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime8argumentE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime8argumentE", + "range": { + "startCol": 34, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime8argumentD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE5clearEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 87 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3hasENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvED2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config13stream_holderC2ERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": ".LC4:", + "source": null, + "labels": [] + }, + { + "text": " .string \"stderr\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " add rsp, -128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 110 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " jne .L271", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 110 + }, + "labels": [ + { + "name": ".L271", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 113 + }, + "labels": [ + { + "name": ".LC4", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EEPT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EEPT0_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L263", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 113 + }, + "labels": [ + { + "name": ".L263", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IvEcvMNS1_5dummyEFvvEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 115 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IvEcvMNS1_5dummyEFvvEEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " je .L264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 115 + }, + "labels": [ + { + "name": ".L264", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost11make_sharedINS_9unit_test14runtime_config13stream_holder16callback_cleanerEJRKNS_8functionIFvvEEEEEENS_6detail15sp_if_not_arrayIT_E4typeEDpOT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [ + { + "name": "_ZN5boost11make_sharedINS_9unit_test14runtime_config13stream_holder16callback_cleanerEJRKNS_8functionIFvvEEEEEENS_6detail15sp_if_not_arrayIT_E4typeEDpOT0_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEaSEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEaSEOS5_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " jmp .L260", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L260", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L264:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE5resetEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE5resetEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " jmp .L260", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L260", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L263:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 122 + }, + "labels": [ + { + "name": ".LC0", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EEPT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EEPT0_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " je .L265", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 122 + }, + "labels": [ + { + "name": ".L265", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], OFFSET FLAT:_ZSt4cout", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IvEcvMNS1_5dummyEFvvEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 124 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IvEcvMNS1_5dummyEFvvEEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " je .L266", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 124 + }, + "labels": [ + { + "name": ".L266", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost11make_sharedINS_9unit_test14runtime_config13stream_holder16callback_cleanerEJRKNS_8functionIFvvEEEEEENS_6detail15sp_if_not_arrayIT_E4typeEDpOT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boost11make_sharedINS_9unit_test14runtime_config13stream_holder16callback_cleanerEJRKNS_8functionIFvvEEEEEENS_6detail15sp_if_not_arrayIT_E4typeEDpOT0_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEaSEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEaSEOS5_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " jmp .L260", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L260", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L266:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE5resetEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 128 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE5resetEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " jmp .L260", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L260", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L265:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost11make_sharedINS_9unit_test14runtime_config13stream_holder16callback_cleanerEJRKNS_8functionIFvvEEEEEENS_6detail15sp_if_not_arrayIT_E4typeEDpOT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [ + { + "name": "_ZN5boost11make_sharedINS_9unit_test14runtime_config13stream_holder16callback_cleanerEJRKNS_8functionIFvvEEEEEENS_6detail15sp_if_not_arrayIT_E4typeEDpOT0_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEaSEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEaSEOS5_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEptEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rbx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov edx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ofstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 134 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEptEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " jmp .L260", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L260", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " jmp .L268", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 133 + }, + "labels": [ + { + "name": ".L268", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": ".L268:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": ".L271:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": ".L260:", + "source": null, + "labels": [] + }, + { + "text": " sub rsp, -128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14runtime_config13stream_holder3refEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config13stream_holder16callback_cleanerC2ENS_8functionIFvvEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1ERKS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ofstreamIcSt11char_traitsIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L277", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 146 + }, + "labels": [ + { + "name": ".L277", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L277:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config13stream_holder16callback_cleanerD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IvEcvMNS1_5dummyEFvvEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IvEcvMNS1_5dummyEFvvEEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " je .L279", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L279", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IvEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IvEclEv", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": ".L279:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ofstreamIcSt11char_traitsIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17test_unit_fixtureD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17test_unit_fixtureE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17test_unit_fixtureE", + "range": { + "startCol": 34, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17test_unit_fixtureD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_unit_fixtureD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17test_unit_fixtureC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17test_unit_fixtureE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17test_unit_fixtureE", + "range": { + "startCol": 34, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools16assertion_resultC2Eb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result19readonly_property65C1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10test_tools16assertion_resultntEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools16assertion_resultaSEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools16assertion_result19readonly_property65C2Eb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyIbEC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyIbEC2Eb", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEntEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost23basic_wrap_stringstreamIcEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rax, 376", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools16assertion_result7messageEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 71 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEntEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 71 + }, + "labels": [ + { + "name": ".L293", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov edi, 408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEE5resetIS2_EEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEE5resetIS2_EEvPT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": ".L293:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 74 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEdeEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " jmp .L297", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 74 + }, + "labels": [ + { + "name": ".L297", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov esi, 408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": ".L297:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10test_tools16assertion_result7messageEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEntEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " je .L299", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [ + { + "name": ".L299", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " jmp .L298", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [ + { + "name": ".L298", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L299:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEptEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": ".L298:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11collector_tC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EEC1EmRKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " jmp .L305", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [ + { + "name": ".L305", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": ".L305:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator4baseD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator4baseE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator4baseD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator4baseC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator4baseE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator15stack_decoratorC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator15stack_decoratorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator15stack_decoratorE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator15stack_decorator5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator15stack_decoratorC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1INS2_15stack_decoratorEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator5labelC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator5labelE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator5labelE", + "range": { + "startCol": 34, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator5label5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " lea rbx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator5labelC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1INS2_5labelEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator17expected_failuresC2Em:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator17expected_failuresE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator17expected_failuresE", + "range": { + "startCol": 34, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator17expected_failures5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator17expected_failuresC1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1INS2_17expected_failuresEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator7timeoutC2Ej:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator7timeoutE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator7timeoutE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+8], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator7timeout5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator7timeoutC1Ej", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1INS2_7timeoutEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11descriptionC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator11descriptionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator11descriptionE", + "range": { + "startCol": 34, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator11description5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rbx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11descriptionC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1INS2_11descriptionEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator10depends_onC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator10depends_onE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator10depends_onE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator10depends_on5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rbx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator10depends_onC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1INS2_10depends_onEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator9fixture_tC2ENS_10shared_ptrINS0_17test_unit_fixtureEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator9fixture_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator9fixture_tE", + "range": { + "startCol": 34, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator9fixture_t5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " lea rbx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator9fixture_tC1ENS_10shared_ptrINS0_17test_unit_fixtureEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1INS2_9fixture_tEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " jmp .L334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L334", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": ".L334:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1INS_10test_tools16assertion_resultEmED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [ + { + "name": "_ZN5boost9function1INS_10test_tools16assertion_resultEmED2Ev", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator12preconditionC2ENS_8functionIFNS_10test_tools16assertion_resultEmEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator12preconditionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator12preconditionE", + "range": { + "startCol": 34, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jmp .L339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [ + { + "name": ".L339", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L339:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator12precondition5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " lea rbx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator12preconditionC1ENS_8functionIFNS_10test_tools16assertion_resultEmEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1INS2_12preconditionEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " jmp .L346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [ + { + "name": ".L346", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " jmp .L343", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [ + { + "name": ".L343", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": ".L343:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": ".L346:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit19readonly_property62C2Em:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyImEC2Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyImEC2Em", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit19readonly_property63C2Em:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyImEC2Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyImEC2Em", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorImSaImEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyISt6vectorImSaImEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorImSaImEEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorImSaImEEED2Ev", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit19readonly_property64C2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyISt6vectorImSaImEEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyISt6vectorImSaImEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit19readonly_property66C2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit19readonly_property69C2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9test_unit10is_enabledEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+220]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINS_8functionIFvvEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyINS_8functionIFvvEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINS_8functionIFvvEEEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINS_8functionIFvvEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_case20readonly_property144C2ERKNS_8functionIFvvEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyINS_8functionIFvvEEEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyINS_8functionIFvvEEEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_case20readonly_property144D2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyINS_8functionIFvvEEEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyINS_8functionIFvvEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_caseD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " add rax, 280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_case20readonly_property144D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 297 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suiteD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test10test_suiteE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test10test_suiteE", + "range": { + "startCol": 34, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " add rax, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suiteD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suiteD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov esi, 384", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea r12, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov edi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_caseC1ENS0_13basic_cstringIKcEES4_mRKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " jmp .L374", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [ + { + "name": ".L374", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov esi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rbx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " jmp .L371", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [ + { + "name": ".L371", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": ".L371:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": ".L374:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12lazy_ostreamD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test12lazy_ostreamE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12lazy_ostreamD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12lazy_ostream8instanceEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZN5boost9unit_test12lazy_ostream4instE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream4instE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test12lazy_ostream5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test12lazy_ostreamclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12lazy_ostreamC2Eb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test12lazy_ostreamE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": ".LC5:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Test setup\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework16test_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework16test_in_progressEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " je .L387", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [ + { + "name": ".L387", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework17current_test_unitEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17current_test_unitEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " jmp .L394", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [ + { + "name": ".L394", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L387:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [ + { + "name": ".LC5", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": ".L394:", + "source": null, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L395", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L395", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [ + { + "name": ".L395", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L392", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L392:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L395:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": ".LC6:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Running \"", + "source": null, + "labels": [] + }, + { + "text": ".LC7:", + "source": null, + "labels": [] + }, + { + "text": " .string \" test \"", + "source": null, + "labels": [] + }, + { + "text": ".LC8:", + "source": null, + "labels": [] + }, + { + "text": " .string \"cases\"", + "source": null, + "labels": [] + }, + { + "text": ".LC9:", + "source": null, + "labels": [] + }, + { + "text": " .string \"case\"", + "source": null, + "labels": [] + }, + { + "text": ".LC10:", + "source": null, + "labels": [] + }, + { + "text": " .string \"...\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter9log_startERSom:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+12], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " je .L400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 65 + }, + "labels": [ + { + "name": ".L400", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [ + { + "name": ".LC6", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".LC7", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " jbe .L398", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".L398", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".LC8", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " jmp .L399", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".L399", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L398:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".LC9", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": ".L399:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".LC10", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": ".L400:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter10log_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZNSo5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": ".LC11:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Platform: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC12:", + "source": null, + "labels": [] + }, + { + "text": " .string \"linux\"", + "source": null, + "labels": [] + }, + { + "text": ".LC13:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Compiler: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC14:", + "source": null, + "labels": [] + }, + { + "text": " .string \"GNU C++ version 10.2.0\"", + "source": null, + "labels": [] + }, + { + "text": ".LC15:", + "source": null, + "labels": [] + }, + { + "text": " .string \"STL : \"", + "source": null, + "labels": [] + }, + { + "text": ".LC16:", + "source": null, + "labels": [] + }, + { + "text": " .string \"GNU libstdc++ version 20200723\"", + "source": null, + "labels": [] + }, + { + "text": ".LC17:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Boost : \"", + "source": null, + "labels": [] + }, + { + "text": ".LC18:", + "source": null, + "labels": [] + }, + { + "text": " .string \".\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter14log_build_infoERSob:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " je .L404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 83 + }, + "labels": [ + { + "name": ".L404", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC11", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC11", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC12", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC13", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC14", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC15", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC16", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC17", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, 74", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 88 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": ".L404:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": ".LC19:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Entering test \"", + "source": null, + "labels": [] + }, + { + "text": ".LC20:", + "source": null, + "labels": [] + }, + { + "text": " .string \" \\\"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC21:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter15test_unit_startERSoRKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov r8d, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC19", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": ".LC19", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": ".LC20", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " jmp .L408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 103 + }, + "labels": [ + { + "name": ".L408", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": ".L408:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": ".LC22:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Leaving test \"", + "source": null, + "labels": [] + }, + { + "text": ".LC23:", + "source": null, + "labels": [] + }, + { + "text": " .string \"; testing time: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC24:", + "source": null, + "labels": [] + }, + { + "text": " .string \"ms\"", + "source": null, + "labels": [] + }, + { + "text": ".LC25:", + "source": null, + "labels": [] + }, + { + "text": " .string \"us\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov r8d, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC22", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": ".LC22", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": ".LC20", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " je .L410", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 116 + }, + "labels": [ + { + "name": ".L410", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC23", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 117 + }, + "labels": [ + { + "name": ".LC23", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " shr rax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " movabs rdx, 2361183241434822607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mul rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " shr rax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " imul rdx, rax, 1000", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jne .L411", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 118 + }, + "labels": [ + { + "name": ".L411", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " shr rax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " movabs rdx, 2361183241434822607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mul rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " shr rdx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": ".LC24", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " jmp .L410", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": ".L410", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L411:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC25", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 121 + }, + "labels": [ + { + "name": ".LC25", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": ".L410:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " jmp .L414", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".L414", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": ".L414:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": ".LC26:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Test \"", + "source": null, + "labels": [] + }, + { + "text": ".LC27:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is skipped because \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov r8d, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC26", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".LC26", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".LC20", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC27", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".LC27", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " jmp .L420", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 137 + }, + "labels": [ + { + "name": ".L420", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jmp .L417", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L417", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": ".L417:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": ".L420:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": ".LC28:", + "source": null, + "labels": [] + }, + { + "text": " .string \"fatal error: in \\\"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC29:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\": \"", + "source": null, + "labels": [] + }, + { + "text": ".LC30:", + "source": null, + "labels": [] + }, + { + "text": " .string \"last checkpoint\"", + "source": null, + "labels": [] + }, + { + "text": ".LC31:", + "source": null, + "labels": [] + }, + { + "text": " .string \": \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-192], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception5whereEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception5whereEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov ecx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC28", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [ + { + "name": ".LC28", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L422", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [ + { + "name": ".L422", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L423", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [ + { + "name": ".L423", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L422:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": ".L423:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC29", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [ + { + "name": ".LC29", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4whatEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " test bl, bl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L424", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [ + { + "name": ".L424", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": ".L424:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 155 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " je .L434", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 155 + }, + "labels": [ + { + "name": ".L434", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov r8d, 6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC30", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 161 + }, + "labels": [ + { + "name": ".LC30", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " je .L426", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 162 + }, + "labels": [ + { + "name": ".L426", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC31", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [ + { + "name": ".LC31", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": ".L426:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " jmp .L434", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L434", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L428", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [ + { + "name": ".L428", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": ".L428:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L429", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 151 + }, + "labels": [ + { + "name": ".L429", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L429:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": ".L434:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rsp, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter20log_exception_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": ".LC32:", + "source": null, + "labels": [] + }, + { + "text": " .string \"info: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC33:", + "source": null, + "labels": [] + }, + { + "text": " .string \"warning: in \\\"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC34:", + "source": null, + "labels": [] + }, + { + "text": " .string \"error: in \\\"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " sub rsp, 352", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-344], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-352], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-360], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-364], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-364]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " cmp eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " ja .L450", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 182 + }, + "labels": [ + { + "name": ".L450", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L439[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": ".L439:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L443", + "source": null, + "labels": [ + { + "name": ".L443", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L442", + "source": null, + "labels": [ + { + "name": ".L442", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L441", + "source": null, + "labels": [ + { + "name": ".L441", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L440", + "source": null, + "labels": [ + { + "name": ".L440", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L438", + "source": null, + "labels": [ + { + "name": ".L438", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L443:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov r9, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov r8d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov ecx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils8setcolorC1EbNS1_9term_attr1_ENS1_10term_color1_ES6_Pi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 185 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".LC32", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " jmp .L437", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 187 + }, + "labels": [ + { + "name": ".L437", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L442:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov r9, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov r8d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov ecx, 6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils8setcolorC1EbNS1_9term_attr1_ENS1_10term_color1_ES6_Pi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " jmp .L437", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 190 + }, + "labels": [ + { + "name": ".L437", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L441:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov r9, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov r8d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov ecx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils8setcolorC1EbNS1_9term_attr1_ENS1_10term_color1_ES6_Pi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC33", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".LC33", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC29", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".LC29", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " jmp .L437", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 195 + }, + "labels": [ + { + "name": ".L437", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L440:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov r9, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov r8d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils8setcolorC1EbNS1_9term_attr1_ENS1_10term_color1_ES6_Pi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 198 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [ + { + "name": ".LC34", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC29", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [ + { + "name": ".LC29", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jmp .L437", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".L437", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L438:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " add rax, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov r9, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov r8d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov edx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils8setcolorC1EbNS1_9term_attr1_ENS1_10term_color1_ES6_Pi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC28", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".LC28", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC29", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".LC29", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": ".L437:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L450", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": ".L450", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": ".L450:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " add rsp, 352", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 222 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter16log_entry_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " je .L454", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 230 + }, + "labels": [ + { + "name": ".L454", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " movzx ecx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils8setcolorC1EbPi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": ".L454:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": ".LC35:", + "source": null, + "labels": [] + }, + { + "text": " .string \"): \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter12print_prefixERSoNS0_13basic_cstringIKcEEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 242 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " je .L457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 242 + }, + "labels": [ + { + "name": ".L457", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC35", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [ + { + "name": ".LC35", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": ".L457:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": ".LC36:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n[context:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC37:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\nAssertion\"", + "source": null, + "labels": [] + }, + { + "text": ".LC38:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\nFailure\"", + "source": null, + "labels": [] + }, + { + "text": ".LC39:", + "source": null, + "labels": [] + }, + { + "text": " .string \" occurred in a following context:\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter19entry_context_startERSoNS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-20], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jne .L459", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 258 + }, + "labels": [ + { + "name": ".L459", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC36", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 259 + }, + "labels": [ + { + "name": ".LC36", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " jmp .L463", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".L463", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L459:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " jne .L461", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".L461", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC37", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".LC37", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " jmp .L462", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".L462", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L461:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC38", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".LC38", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": ".L462:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC39", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".LC39", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": ".L463:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".LC40:", + "source": null, + "labels": [] + }, + { + "text": " .string \"]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter20entry_context_finishERSoNS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-20], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " jne .L465", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 271 + }, + "labels": [ + { + "name": ".L465", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 272 + }, + "labels": [ + { + "name": ".LC40", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": ".L465:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call _ZNSo5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": ".LC41:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC41", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [ + { + "name": ".LC41", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 282 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/compiler_log_formatter.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": "_ZNSt8__detail17_List_node_headerC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_header7_M_initEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 110 + }, + "labels": [ + { + "name": "_ZNSt8__detail17_List_node_header7_M_initEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 110 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 110 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 110 + }, + "labels": [] + }, + { + "text": "_ZNSt8__detail17_List_node_headerC2EOS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_header7_M_baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [ + { + "name": "_ZNSt8__detail17_List_node_header7_M_baseEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_header7_M_baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [ + { + "name": "_ZNSt8__detail17_List_node_header7_M_baseEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [] + }, + { + "text": " je .L469", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 119 + }, + "labels": [ + { + "name": ".L469", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " jmp .L471", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 126 + }, + "labels": [ + { + "name": ".L471", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L469:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_header7_M_baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [ + { + "name": "_ZNSt8__detail17_List_node_header7_M_baseEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_header7_M_initEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 124 + }, + "labels": [ + { + "name": "_ZNSt8__detail17_List_node_header7_M_initEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": ".L471:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 126 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 126 + }, + "labels": [] + }, + { + "text": "_ZNSt8__detail17_List_node_header7_M_initEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 155 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 155 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 155 + }, + "labels": [] + }, + { + "text": "_ZNSt8__detail17_List_node_header7_M_baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 158 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 158 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 158 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+100], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 50 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10_List_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [ + { + "name": "_ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10_List_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEED2Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output10junit_impl16junit_log_helperC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output10junit_impl16junit_log_helper5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 74 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output10junit_impl16junit_log_helperD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE10_List_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt10_List_nodeImEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [ + { + "name": "_ZNSaISt10_List_nodeImEED2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE10_List_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 673 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEED2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 827 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatterC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test23unit_test_log_formatterC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatterC2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output19junit_log_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output19junit_log_formatterE", + "range": { + "startCol": 34, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+200], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+204], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter13set_log_levelENS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-12], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jle .L496", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L496", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-12], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jg .L496", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L496", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-12], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jmp .L497", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 129 + }, + "labels": [ + { + "name": ".L497", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L496:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-12], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " jle .L497", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 130 + }, + "labels": [ + { + "name": ".L497", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-12], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": ".L497:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+204], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx114listImSaImEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNKSt7__cxx114listImSaImEE5emptyEv", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " je .L499", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L499", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " jmp .L503", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 149 + }, + "labels": [ + { + "name": ".L503", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L499:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE4backEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L501", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [ + { + "name": ".L501", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L503", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [ + { + "name": ".L503", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L501:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": ".L503:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type:", + "source": null, + "labels": [] + }, + { + "text": " .zero 48", + "source": null, + "labels": [] + }, + { + "text": "_ZSt7forwardIcEOT_RNSt16remove_referenceIS0_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": ".LC42:", + "source": null, + "labels": [] + }, + { + "text": " .string \"lt\"", + "source": null, + "labels": [] + }, + { + "text": ".LC43:", + "source": null, + "labels": [] + }, + { + "text": " .string \"gt\"", + "source": null, + "labels": [] + }, + { + "text": ".LC44:", + "source": null, + "labels": [] + }, + { + "text": " .string \"amp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC45:", + "source": null, + "labels": [] + }, + { + "text": " .string \"apos\"", + "source": null, + "labels": [] + }, + { + "text": ".LC46:", + "source": null, + "labels": [] + }, + { + "text": " .string \"quot\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " je .L510", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".L510", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": "_ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " je .L510", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".L510", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r14d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-160], 60", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], OFFSET FLAT:.LC42", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".LC42", + "range": { + "startCol": 50, + "endCol": 55 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-144], 62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], OFFSET FLAT:.LC43", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".LC43", + "range": { + "startCol": 50, + "endCol": 55 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-128], 38", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], OFFSET FLAT:.LC44", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".LC44", + "range": { + "startCol": 50, + "endCol": 55 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-112], 39", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], OFFSET FLAT:.LC45", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".LC45", + "range": { + "startCol": 50, + "endCol": 55 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-96], 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], OFFSET FLAT:.LC46", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".LC46", + "range": { + "startCol": 49, + "endCol": 54 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov r13d, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-77]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKcPS0_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-77]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-78]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "range": { + "startCol": 34, + "endCol": 114 + } + } + ] + }, + { + "text": " call _ZNSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEEC1ESt16initializer_listIS5_ERKS3_RKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": "_ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "range": { + "startCol": 34, + "endCol": 114 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-77]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKcPS0_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": ".L510:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-76]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " jne .L525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L525", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-75]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " jne .L525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L525", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": ".L521:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " je .L513", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L513", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-74]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneINS0_13basic_cstringIKcEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneINS0_13basic_cstringIKcEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " je .L513", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L513", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " jmp .L514", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L514", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L513:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": ".L514:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " je .L525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L525", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " jne .L515", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L515", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-73]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIcNS0_13basic_cstringIKcEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIcNS0_13basic_cstringIKcEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-177], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": ".L519:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " jne .L515", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L515", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-177]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 68 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "range": { + "startCol": 34, + "endCol": 114 + } + } + ] + }, + { + "text": " call _ZNKSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEE4findERS0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 68 + }, + "labels": [ + { + "name": "_ZNKSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEE4findERS0_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-192], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "range": { + "startCol": 34, + "endCol": 114 + } + } + ] + }, + { + "text": " call _ZNKSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZNKSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EES6_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " je .L517", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 70 + }, + "labels": [ + { + "name": ".L517", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, 38", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEptEv", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, 59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " jmp .L518", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 71 + }, + "labels": [ + { + "name": ".L518", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L517:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-177]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": ".L518:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-33], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " jmp .L519", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L519", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L515:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " je .L521", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L521", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-57]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextINS0_13basic_cstringIKcEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextINS0_13basic_cstringIKcEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " jmp .L521", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 67 + }, + "labels": [ + { + "name": ".L521", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-77]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKcPS0_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " test r14b, r14b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " jne .L523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".L523", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [ + { + "name": "_ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": ".L523:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": ".L525:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " add rsp, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 82 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test5utils19print_escaped_cdataERSoNS0_13basic_cstringIKcEEE9cdata_end:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZN5boost9unit_test5utils19print_escaped_cdataERSoNS0_13basic_cstringIKcEEE9cdata_end:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": ".LC47:", + "source": null, + "labels": [] + }, + { + "text": " .string \"]]>\"", + "source": null, + "labels": [] + }, + { + "text": ".LC48:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC56:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC57:", + "source": null, + "labels": [] + }, + { + "text": " .string \" > boost::unit_test::output::junit_result_helper::build_skipping_chain(const boost::unit_test::test_unit&) const\"", + "source": null, + "labels": [] + }, + { + "text": ".LC59:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC60:", + "source": null, + "labels": [] + }, + { + "text": " .string \"m_map_test.count(tu.p_id) == 0 || results_collector.results( tu.p_id ).p_skipped\"", + "source": null, + "labels": [] + }, + { + "text": ".LC61:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- disabled test unit: '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC62:", + "source": null, + "labels": [] + }, + { + "text": " .string \"'\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC63:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- reason: '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC64:", + "source": null, + "labels": [] + }, + { + "text": " .string \"'\"", + "source": null, + "labels": [] + }, + { + "text": ".LC65:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Test case disabled because of the following chain of decision:\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test6output19junit_result_helper20build_skipping_chainB5cxx11ERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-296], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-304], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5countERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5countERS8_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " je .L602", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".L602", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " jne .L602", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".L602", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC58", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".LC58", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edx, 186", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC60", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".LC60", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": ".L602:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": ".L607:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testneImEEbRKT_RKNS0_14class_propertyIS2_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testneImEEbRKT_RKNS0_14class_propertyIS2_EE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " je .L603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [ + { + "name": ".L603", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov edx, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " cmp rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " je .L603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [ + { + "name": ".L603", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " jmp .L604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [ + { + "name": ".L604", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L603:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": ".L604:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " je .L605", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [ + { + "name": ".L605", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 192 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output23tu_name_remove_newlinesENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output23tu_name_remove_newlinesENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC61", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".LC61", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".LC62", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5countERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5countERS8_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " jne .L628", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".L628", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jmp .L607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 191 + }, + "labels": [ + { + "name": ".L607", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L628:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": ".L605:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 201 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-288], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " je .L629", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".L629", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC63", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".LC63", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".LC64", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-25]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC65", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".LC65", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10push_frontEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10push_frontEOS5_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L629", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 208 + }, + "labels": [ + { + "name": ".L629", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " jmp .L611", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L611", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": ".L611:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " jmp .L612", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L612", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": ".L612:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " jmp .L613", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L613", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": ".L613:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " jmp .L614", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L614", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " jmp .L616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L616", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": ".L616:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " jmp .L614", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L614", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jmp .L618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".L618", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L618:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L614", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L614", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L614:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L629:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test6output19junit_result_helper14get_class_nameB5cxx11ERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-192], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 213 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": ".L634:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testneImEEbRKT_RKNS0_14class_propertyIS2_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testneImEEbRKT_RKNS0_14class_propertyIS2_EE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " je .L631", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L631", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov edx, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " cmp rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " je .L631", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L631", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " jmp .L632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L632", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L631:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": ".L632:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " je .L633", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L633", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 215 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output17tu_name_normalizeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17tu_name_normalizeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " jmp .L634", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L634", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L633:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " je .L635", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [ + { + "name": ".L635", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6rbeginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [ + { + "name": "_ZNKSt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " cmp al, 46", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " jne .L635", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [ + { + "name": ".L635", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " jmp .L636", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [ + { + "name": ".L636", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L635:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": ".L636:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " je .L647", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 221 + }, + "labels": [ + { + "name": ".L647", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5eraseEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " jmp .L647", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 225 + }, + "labels": [ + { + "name": ".L647", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " jmp .L640", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".L640", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": ".L640:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " jmp .L641", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".L641", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": ".L641:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " jmp .L642", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".L642", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": ".L642:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": ".L647:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": ".LC66:", + "source": null, + "labels": [] + }, + { + "text": " .string \"boost_test\"", + "source": null, + "labels": [] + }, + { + "text": ".LC67:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-timed-execution\"", + "source": null, + "labels": [] + }, + { + "text": ".LC68:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-setup-teardown\"", + "source": null, + "labels": [] + }, + { + "text": ".LC69:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC87:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test6output19junit_result_helper20output_detailed_logsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEbPKNS0_12test_resultsE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-60], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper17get_nb_assertionsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEPKNS0_12test_resultsE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 376 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper17get_nb_assertionsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEPKNS0_12test_resultsE", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-4], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 377 + }, + "labels": [] + }, + { + "text": " jne .L725", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 377 + }, + "labels": [ + { + "name": ".L725", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 377 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 377 + }, + "labels": [] + }, + { + "text": " je .L731", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 377 + }, + "labels": [ + { + "name": ".L731", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L725:", + "source": null, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper21write_testcase_headerERKNS0_9test_unitEPKNS0_12test_resultsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 380 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper21write_testcase_headerERKNS0_9test_unitEPKNS0_12test_resultsEi", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-60], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " je .L727", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 382 + }, + "labels": [ + { + "name": ".L727", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC86", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [ + { + "name": ".LC86", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " jmp .L728", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 383 + }, + "labels": [ + { + "name": ".L728", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L727:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 387 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": ".L730:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " je .L728", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 388 + }, + "labels": [ + { + "name": ".L728", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 391 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper13add_log_entryERKNS1_10junit_impl16junit_log_helper15assertion_entryE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 391 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper13add_log_entryERKNS1_10junit_impl16junit_log_helper15assertion_entryE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 389 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 389 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " jmp .L730", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 387 + }, + "labels": [ + { + "name": ".L730", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L728:", + "source": null, + "labels": [] + }, + { + "text": " movzx ecx, BYTE PTR [rbp-60]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_outERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 395 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_outERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEb", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_errERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEPKNS0_12test_resultsE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 396 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_errERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEPKNS0_12test_resultsE", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC87", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [ + { + "name": ".LC87", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " jmp .L724", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 397 + }, + "labels": [ + { + "name": ".L724", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L731:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": ".L724:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_result_helper5visitERKNS0_9test_caseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": " sub rsp, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-160], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " je .L733", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L733", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper20output_detailed_logsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEbPKNS0_12test_resultsE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper20output_detailed_logsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEbPKNS0_12test_resultsE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " jmp .L732", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 413 + }, + "labels": [ + { + "name": ".L732", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L733:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " movzx r12d, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " lea rsi, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov ecx, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper20output_detailed_logsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEbPKNS0_12test_resultsE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 411 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper20output_detailed_logsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEbPKNS0_12test_resultsE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " jmp .L732", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 413 + }, + "labels": [ + { + "name": ".L732", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": ".L732:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": ".LC88:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC95:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC97:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_result_helper16test_suite_startERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " sub rsp, 712", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-712], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-720], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " je .L738", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 420 + }, + "labels": [ + { + "name": ".L738", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 421 + }, + "labels": [ + { + "name": ".LC88", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC89", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [ + { + "name": ".LC89", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-257]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-272], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 433 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC90", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [ + { + "name": ".LC90", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-243]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-280], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 435 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC91", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [ + { + "name": ".LC91", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-242]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-288], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 436 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC92", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [ + { + "name": ".LC92", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-241]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-296], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " add rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 440 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " add rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 441 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC93", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [ + { + "name": ".LC93", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-304], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+40], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 442 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC71", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [ + { + "name": ".LC71", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-312], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " add rax, 144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output17tu_name_normalizeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17tu_name_normalizeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rdx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".LC72", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-137]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-320], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " js .L739", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".L739", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " jmp .L740", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".L740", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L739:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " shr rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " or rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " addsd xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": ".L740:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC73[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mulsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " movsd QWORD PTR [rbp-136], xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsIdEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsIdEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC55", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 445 + }, + "labels": [ + { + "name": ".LC55", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " je .L738", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 447 + }, + "labels": [ + { + "name": ".L738", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC94", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 449 + }, + "labels": [ + { + "name": ".LC94", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC95", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [ + { + "name": ".LC95", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-113]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [ + { + "name": ".LC12", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsIA6_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsIA6_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [ + { + "name": ".LC96", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC97", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [ + { + "name": ".LC97", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-97]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [ + { + "name": ".LC14", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsIA23_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsIA23_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [ + { + "name": ".LC96", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC98", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [ + { + "name": ".LC98", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [ + { + "name": ".LC16", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsIA31_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsIA31_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [ + { + "name": ".LC96", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov esi, 74", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC99", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [ + { + "name": ".LC99", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [ + { + "name": ".LC96", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC100", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".LC100", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L738:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " je .L741", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 461 + }, + "labels": [ + { + "name": ".L741", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-328], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " je .L741", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 466 + }, + "labels": [ + { + "name": ".L741", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " lea rsi, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper20output_detailed_logsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEbPKNS0_12test_resultsE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 467 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper20output_detailed_logsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEbPKNS0_12test_resultsE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": ".L741:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": " jmp .L752", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 471 + }, + "labels": [ + { + "name": ".L752", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " jmp .L745", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [ + { + "name": ".L745", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": ".L745:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " jmp .L747", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 456 + }, + "labels": [ + { + "name": ".L747", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L747:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L752:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 472 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 472 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 472 + }, + "labels": [] + }, + { + "text": ".LC101:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_result_helper17test_suite_finishERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 474 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " je .L753", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 476 + }, + "labels": [ + { + "name": ".L753", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_outERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 477 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_outERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEb", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_errERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEPKNS0_12test_resultsE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 478 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_errERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEPKNS0_12test_resultsE", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC101", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 480 + }, + "labels": [ + { + "name": ".LC101", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L753:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": ".LC102:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC103:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC104:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC105:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC106:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Incorrect setup: no test case executed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC107:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter10log_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC102", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 500 + }, + "labels": [ + { + "name": ".LC102", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 503 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5emptyEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " je .L756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 503 + }, + "labels": [ + { + "name": ".L756", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5beginEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": ".L760:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " je .L757", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": ".L757", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5countERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5countERS8_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " je .L757", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": ".L757", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " jmp .L758", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": ".L758", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L757:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": ".L758:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " je .L759", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": ".L759", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " jmp .L760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 507 + }, + "labels": [ + { + "name": ".L760", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L759:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " movzx edi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " lea r8, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov r9d, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_result_helperC1ERSoRKNS0_9test_unitERKSt3mapImNS1_10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS9_EEERKS9_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 511 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_result_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " jmp .L755", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 520 + }, + "labels": [ + { + "name": ".L755", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L756:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC103", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 514 + }, + "labels": [ + { + "name": ".LC103", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 515 + }, + "labels": [ + { + "name": ".LC104", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 516 + }, + "labels": [ + { + "name": ".LC105", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 517 + }, + "labels": [ + { + "name": ".LC106", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 517 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC107", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 518 + }, + "labels": [ + { + "name": ".LC107", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " jmp .L755", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 520 + }, + "labels": [ + { + "name": ".L755", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_result_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": ".L755:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter14log_build_infoERSob:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+200], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter15test_unit_startERSoRKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _ZSt9make_pairIRKN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [ + { + "name": "_ZSt9make_pairIRKN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_", + "range": { + "startCol": 17, + "endCol": 231 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE6insertIS7_INS1_9test_unit19readonly_property62ES4_EEENSt9enable_ifIXsrSt16is_constructibleIS9_JT_EE5valueES7_ISt17_Rb_tree_iteratorIS9_EbEE4typeEOSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE6insertIS7_INS1_9test_unit19readonly_property62ES4_EEENSt9enable_ifIXsrSt16is_constructibleIS9_JT_EE5valueES7_ISt17_Rb_tree_iteratorIS9_EbEE4typeEOSI_", + "range": { + "startCol": 17, + "endCol": 262 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " jmp .L772", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L772", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " jmp .L769", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [ + { + "name": ".L769", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": ".L769:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": ".L772:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": ".LC108:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::unit_test::output::junit_log_formatter::test_unit_finish(std::ostream&, const boost::unit_test::test_unit&, long unsigned int)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC109:", + "source": null, + "labels": [] + }, + { + "text": " .string \"tu.p_id == list_path_to_root.back()\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE4backEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " jne .L774", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [ + { + "name": ".L774", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC108", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [ + { + "name": ".LC108", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 550", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC109", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [ + { + "name": ".LC109", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": ".L774:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE8pop_backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 551 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE8pop_backEv", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": ".LC110:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::unit_test::output::junit_log_formatter::test_unit_aborted(std::ostream&, const boost::unit_test::test_unit&)\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE4backEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " jne .L777", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [ + { + "name": ".L777", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC110", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [ + { + "name": ".LC110", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 558", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC109", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [ + { + "name": ".LC109", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": ".L777:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": ".LC111:", + "source": null, + "labels": [] + }, + { + "text": " .string \"test-suite time out\"", + "source": null, + "labels": [] + }, + { + "text": ".LC112:", + "source": null, + "labels": [] + }, + { + "text": " .string \"execution timeout\"", + "source": null, + "labels": [] + }, + { + "text": ".LC113:", + "source": null, + "labels": [] + }, + { + "text": " .string \"the current suite exceeded the allocated execution time\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " sub rsp, 152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " jne .L783", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 567 + }, + "labels": [ + { + "name": ".L783", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 571 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC111", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 573 + }, + "labels": [ + { + "name": ".LC111", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 574 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 574 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 574 + }, + "labels": [ + { + "name": ".LC112", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 574 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 574 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC113", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 576 + }, + "labels": [ + { + "name": ".LC113", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " jmp .L783", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 579 + }, + "labels": [ + { + "name": ".L783", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": ".L783:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEEixERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEEixERS8_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6assignIPKcvEERS4_T_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 590 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6assignIPKcvEERS4_T_S9_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": ".LC114:", + "source": null, + "labels": [] + }, + { + "text": " .string \"unexpected exception\"", + "source": null, + "labels": [] + }, + { + "text": ".LC115:", + "source": null, + "labels": [] + }, + { + "text": " .string \"uncaught exception\"", + "source": null, + "labels": [] + }, + { + "text": ".LC116:", + "source": null, + "labels": [] + }, + { + "text": " .string \"user, assert() or CRT error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC117:", + "source": null, + "labels": [] + }, + { + "text": " .string \"user fatal error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC118:", + "source": null, + "labels": [] + }, + { + "text": " .string \"system error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC119:", + "source": null, + "labels": [] + }, + { + "text": " .string \"system fatal error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC120:", + "source": null, + "labels": [] + }, + { + "text": " .string \"no error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC121:", + "source": null, + "labels": [] + }, + { + "text": " .string \"UNCAUGHT EXCEPTION:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC122:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- function: \\\"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC123:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\nEXCEPTION STACK TRACE: --------------\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC124:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n-------------------------------------\"", + "source": null, + "labels": [] + }, + { + "text": ".LC125:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Last checkpoint:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC126:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- message: \\\"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " sub rsp, 664", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-648], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-656], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-664], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-672], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception5whereEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 599 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception5whereEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+201], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 603 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 607 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC114", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 607 + }, + "labels": [ + { + "name": ".LC114", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 607 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 607 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-544], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4codeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4codeEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " sub eax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " cmp eax, 25", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " ja .L786", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L788[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": ".L788:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L793", + "source": null, + "labels": [ + { + "name": ".L793", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L792", + "source": null, + "labels": [ + { + "name": ".L792", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L791", + "source": null, + "labels": [ + { + "name": ".L791", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L790", + "source": null, + "labels": [ + { + "name": ".L790", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L789", + "source": null, + "labels": [ + { + "name": ".L789", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L786", + "source": null, + "labels": [ + { + "name": ".L786", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .quad .L787", + "source": null, + "labels": [ + { + "name": ".L787", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L792:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC115", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 613 + }, + "labels": [ + { + "name": ".LC115", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " jmp .L794", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 614 + }, + "labels": [ + { + "name": ".L794", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L790:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 616 + }, + "labels": [ + { + "name": ".LC112", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " jmp .L794", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 617 + }, + "labels": [ + { + "name": ".L794", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L793:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC116", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 619 + }, + "labels": [ + { + "name": ".LC116", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " jmp .L794", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 620 + }, + "labels": [ + { + "name": ".L794", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L789:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC117", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 623 + }, + "labels": [ + { + "name": ".LC117", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " jmp .L794", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 624 + }, + "labels": [ + { + "name": ".L794", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L791:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC118", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 626 + }, + "labels": [ + { + "name": ".LC118", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " jmp .L794", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 627 + }, + "labels": [ + { + "name": ".L794", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L787:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC119", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 629 + }, + "labels": [ + { + "name": ".LC119", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " jmp .L794", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 630 + }, + "labels": [ + { + "name": ".L794", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L786:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 632 + }, + "labels": [ + { + "name": ".LC120", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": ".L794:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 636 + }, + "labels": [ + { + "name": ".LC121", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 637 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " je .L795", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 637 + }, + "labels": [ + { + "name": ".L795", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC122", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [ + { + "name": ".LC122", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": ".L795:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC81", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [ + { + "name": ".LC81", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC82", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [ + { + "name": ".LC82", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC123", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [ + { + "name": ".LC123", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4whatEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 644 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC124", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [ + { + "name": ".LC124", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 647 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " je .L796", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L796", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 648 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 648 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 648 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 648 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 648 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 648 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 648 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC125", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 649 + }, + "labels": [ + { + "name": ".LC125", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC126", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [ + { + "name": ".LC126", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC81", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [ + { + "name": ".LC81", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC82", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [ + { + "name": ".LC82", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 652 + }, + "labels": [] + }, + { + "text": ".L796:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 658 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " jmp .L801", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 659 + }, + "labels": [ + { + "name": ".L801", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " jmp .L798", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 605 + }, + "labels": [ + { + "name": ".L798", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": ".L798:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": ".L801:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": ".LC127:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::unit_test::output::junit_log_formatter::log_exception_finish(std::ostream&)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC128:", + "source": null, + "labels": [] + }, + { + "text": " .string \"!get_current_log_entry().assertion_entries.back().sealed\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter20log_exception_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " jne .L803", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [ + { + "name": ".L803", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC127", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [ + { + "name": ".LC127", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 667", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [ + { + "name": ".LC128", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": ".L803:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 668 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 668 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 668 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 668 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov BYTE PTR [rax+100], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 668 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": ".LC129:", + "source": null, + "labels": [] + }, + { + "text": " .string \"info\"", + "source": null, + "labels": [] + }, + { + "text": ".LC130:", + "source": null, + "labels": [] + }, + { + "text": " .string \"message\"", + "source": null, + "labels": [] + }, + { + "text": ".LC131:", + "source": null, + "labels": [] + }, + { + "text": " .string \"MESSAGE:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC132:", + "source": null, + "labels": [] + }, + { + "text": " .string \"INFO:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC133:", + "source": null, + "labels": [] + }, + { + "text": " .string \"WARNING:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC134:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- file : \"", + "source": null, + "labels": [] + }, + { + "text": ".LC135:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- line : \"", + "source": null, + "labels": [] + }, + { + "text": ".LC136:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- message: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC137:", + "source": null, + "labels": [] + }, + { + "text": " .string \"assertion error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC138:", + "source": null, + "labels": [] + }, + { + "text": " .string \"fatal error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC139:", + "source": null, + "labels": [] + }, + { + "text": " .string \"ASSERTION FAILURE:\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " sub rsp, 680", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-664], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-672], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-680], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-684], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 676 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+201], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-684]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " je .L805", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L805", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jg .L806", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L806", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " je .L807", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L807", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " je .L808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L808", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " jmp .L806", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L806", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L807:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+204]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " jle .L808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 683 + }, + "labels": [ + { + "name": ".L808", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " jmp .L809", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 685 + }, + "labels": [ + { + "name": ".L809", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L808:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+204]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " jle .L805", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L805", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " jmp .L809", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 693 + }, + "labels": [ + { + "name": ".L809", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L805:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+204]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " jle .L810", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 699 + }, + "labels": [ + { + "name": ".L810", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " jmp .L809", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L809", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L810:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-560], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC129", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 707 + }, + "labels": [ + { + "name": ".LC129", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC130", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 708 + }, + "labels": [ + { + "name": ".LC130", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-684], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " je .L812", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 712 + }, + "labels": [ + { + "name": ".L812", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-684], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " jne .L813", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".L813", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, OFFSET FLAT:.LC131", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".LC131", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L815", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".L815", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L813:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC132", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".LC132", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L815", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".L815", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L812:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC133", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 712 + }, + "labels": [ + { + "name": ".LC133", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L815:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC134", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [ + { + "name": ".LC134", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC135", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [ + { + "name": ".LC135", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".LC136", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEpLERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 719 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 720 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " jmp .L804", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 742 + }, + "labels": [ + { + "name": ".L804", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L806:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-560], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC50", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 729 + }, + "labels": [ + { + "name": ".LC50", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 729 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 729 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-684], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " jne .L816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [ + { + "name": ".L816", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [ + { + "name": ".LC137", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L817", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [ + { + "name": ".L817", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L816:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC138", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [ + { + "name": ".LC138", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L817:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC139", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 732 + }, + "labels": [ + { + "name": ".LC139", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC134", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [ + { + "name": ".LC134", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC135", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".LC135", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 735 + }, + "labels": [ + { + "name": ".LC136", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEpLERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 738 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " jmp .L804", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 742 + }, + "labels": [ + { + "name": ".L804", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L809:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L804", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 742 + }, + "labels": [ + { + "name": ".L804", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " jmp .L819", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 718 + }, + "labels": [ + { + "name": ".L819", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": ".L819:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " jmp .L821", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 737 + }, + "labels": [ + { + "name": ".L821", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": ".L821:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": ".L804:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": ".LC140:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::unit_test::output::junit_log_formatter::log_entry_value(std::ostream&, boost::unit_test::const_string)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC141:", + "source": null, + "labels": [] + }, + { + "text": " .string \"last_entry.assertion_entries.empty() || !last_entry.assertion_entries.back().sealed\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " jne .L835", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 750 + }, + "labels": [ + { + "name": ".L835", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " jne .L829", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [ + { + "name": ".L829", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " jne .L829", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [ + { + "name": ".L829", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC140", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [ + { + "name": ".LC140", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 753", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC141", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [ + { + "name": ".LC141", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": ".L829:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 755 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 755 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 755 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 755 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 755 + }, + "labels": [] + }, + { + "text": " je .L830", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 755 + }, + "labels": [ + { + "name": ".L830", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 757 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testpLIcKcEERNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEESA_RKNS0_13basic_cstringIT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 758 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testpLIcKcEERNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEESA_RKNS0_13basic_cstringIT0_EE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " jmp .L826", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 766 + }, + "labels": [ + { + "name": ".L826", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L830:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " jmp .L826", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 766 + }, + "labels": [ + { + "name": ".L826", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " jmp .L832", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 764 + }, + "labels": [ + { + "name": ".L832", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": ".L832:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": ".L835:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 751 + }, + "labels": [] + }, + { + "text": ".L826:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": ".LC142:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::unit_test::output::junit_log_formatter::log_entry_finish(std::ostream&)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC143:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter16log_entry_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 773 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 774 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 774 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 774 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 774 + }, + "labels": [] + }, + { + "text": " je .L837", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 774 + }, + "labels": [ + { + "name": ".L837", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " jne .L838", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [ + { + "name": ".L838", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " jne .L838", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [ + { + "name": ".L838", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC142", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [ + { + "name": ".LC142", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 776", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC141", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [ + { + "name": ".LC141", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": ".L838:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 778 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " je .L839", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 778 + }, + "labels": [ + { + "name": ".L839", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 780 + }, + "labels": [ + { + "name": ".LC143", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEpLEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 781 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+100], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 781 + }, + "labels": [] + }, + { + "text": " jmp .L837", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 781 + }, + "labels": [ + { + "name": ".L837", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L839:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [ + { + "name": ".LC143", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L837:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 788 + }, + "labels": [] + }, + { + "text": " jmp .L844", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 789 + }, + "labels": [ + { + "name": ".L844", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " jmp .L841", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 784 + }, + "labels": [ + { + "name": ".L841", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L841:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L844:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 789 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 789 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 789 + }, + "labels": [] + }, + { + "text": ".LC144:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::unit_test::output::junit_log_formatter::entry_context_start(std::ostream&, boost::unit_test::log_level)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC145:", + "source": null, + "labels": [] + }, + { + "text": " .string \"!v_failure_or_error.back().sealed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC146:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n- context:\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC147:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n\\nCONTEXT:\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter19entry_context_startERSoNS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-52], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 796 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 797 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 797 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 797 + }, + "labels": [] + }, + { + "text": " jne .L850", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 797 + }, + "labels": [ + { + "name": ".L850", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [] + }, + { + "text": " jne .L848", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [ + { + "name": ".L848", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [ + { + "name": ".LC144", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 801", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC145", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [ + { + "name": ".LC145", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 801 + }, + "labels": [] + }, + { + "text": ".L848:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 803 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 803 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 803 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 803 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+201]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " je .L849", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 804 + }, + "labels": [ + { + "name": ".L849", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC146", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 806 + }, + "labels": [ + { + "name": ".LC146", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEpLEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " jmp .L845", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 806 + }, + "labels": [ + { + "name": ".L845", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L849:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 810 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC147", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 810 + }, + "labels": [ + { + "name": ".LC147", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 810 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEpLEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 810 + }, + "labels": [] + }, + { + "text": " jmp .L845", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 810 + }, + "labels": [ + { + "name": ".L845", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L850:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 798 + }, + "labels": [] + }, + { + "text": ".L845:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": ".LC148:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::unit_test::output::junit_log_formatter::entry_context_finish(std::ostream&, boost::unit_test::log_level)\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter20entry_context_finishERSoNS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 820 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 820 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 821 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 821 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 821 + }, + "labels": [] + }, + { + "text": " jne .L854", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 821 + }, + "labels": [ + { + "name": ".L854", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": " jne .L851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [ + { + "name": ".L851", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC148", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [ + { + "name": ".LC148", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 823", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [ + { + "name": ".LC128", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 823 + }, + "labels": [] + }, + { + "text": ".L854:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 822 + }, + "labels": [] + }, + { + "text": ".L851:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 824 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 824 + }, + "labels": [] + }, + { + "text": ".LC149:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::unit_test::output::junit_log_formatter::log_entry_context(std::ostream&, boost::unit_test::log_level, boost::unit_test::const_string)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC150:", + "source": null, + "labels": [] + }, + { + "text": " .string \"!last_entry.assertion_entries.back().sealed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC151:", + "source": null, + "labels": [] + }, + { + "text": " .string \" - '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC152:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- '\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " sub rsp, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-164], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 831 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 831 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 831 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 831 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 832 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 832 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 832 + }, + "labels": [] + }, + { + "text": " jne .L869", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 832 + }, + "labels": [ + { + "name": ".L869", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " jne .L858", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [ + { + "name": ".L858", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC149", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [ + { + "name": ".LC149", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 835", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC59", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [ + { + "name": ".LC59", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC150", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [ + { + "name": ".LC150", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": ".L858:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 836 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 836 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+201]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " je .L859", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L859", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC151", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".LC151", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L860", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L859:", + "source": null, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".LC152", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L860:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".LC62", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEpLERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " jmp .L855", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 840 + }, + "labels": [ + { + "name": ".L855", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jmp .L862", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L862", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": ".L862:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jmp .L863", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L863", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": ".L863:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jmp .L864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L864", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": ".L864:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": ".L869:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": ".L855:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": "__tcf_0:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov ebx, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace+160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": ".L872:", + "source": null, + "labels": [] + }, + { + "text": " cmp rbx, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " je .L870", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".L870", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " sub rbx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " jmp .L872", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".L872", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L870:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": "__tcf_1:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov ebx, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement+160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": ".L875:", + "source": null, + "labels": [] + }, + { + "text": " cmp rbx, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " je .L873", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".L873", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " sub rbx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " jmp .L875", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".L875", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L873:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": ".LC153:", + "source": null, + "labels": [] + }, + { + "text": " .string \" \"", + "source": null, + "labels": [] + }, + { + "text": ".LC154:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/\"", + "source": null, + "labels": [] + }, + { + "text": ".LC155:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\\\"", + "source": null, + "labels": [] + }, + { + "text": ".LC156:", + "source": null, + "labels": [] + }, + { + "text": " .string \":\"", + "source": null, + "labels": [] + }, + { + "text": ".LC157:", + "source": null, + "labels": [] + }, + { + "text": " .string \"_\"", + "source": null, + "labels": [] + }, + { + "text": ".LC158:", + "source": null, + "labels": [] + }, + { + "text": " .string \".xml\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " sub rsp, 1344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1368], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1376], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 846 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rdx, [rax+144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " je .L877", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".L877", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " je .L877", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".L877", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r14d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov ebx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-234]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-234]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-234]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea r13, [r12+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-233]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-233]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-233]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " add r13, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC154", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".LC154", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " add r13, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-231]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-231]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC155", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".LC155", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-231]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " add r13, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-230]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-230]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-230]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:__tcf_0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": "__tcf_0", + "range": { + "startCol": 34, + "endCol": 41 + } + } + ] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": ".L877:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " je .L878", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".L878", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " je .L878", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".L878", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r14d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov ebx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-229]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-229]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC157", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".LC157", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-229]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea r13, [r12+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-228]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-228]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC157", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".LC157", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-228]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " add r13, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-227]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-227]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC157", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".LC157", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-227]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " add r13, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-226]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-226]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC157", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".LC157", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-226]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " add r13, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC157", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".LC157", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:__tcf_1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": "__tcf_1", + "range": { + "startCol": 34, + "endCol": 41 + } + } + ] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": ".L878:", + "source": null, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement+160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov ebx, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace+160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov r9, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov r8d, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils26replace_all_occurrences_ofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKS8_EET_SB_T0_SC_SC_SC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils26replace_all_occurrences_ofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKS8_EET_SB_T0_SC_SC_SC_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 852 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 852 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 852 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC158", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [ + { + "name": ".LC158", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1EPKcSt13_Ios_Openmode", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 858 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 858 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 858 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 858 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 858 + }, + "labels": [] + }, + { + "text": " je .L879", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 858 + }, + "labels": [ + { + "name": ".L879", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 859 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 859 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC158", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 859 + }, + "labels": [ + { + "name": ".LC158", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 859 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 859 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 859 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " jmp .L880", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 859 + }, + "labels": [ + { + "name": ".L880", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L879:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-804], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 861 + }, + "labels": [] + }, + { + "text": ".L887:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-804]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " cmp eax, 99", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " jg .L881", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 862 + }, + "labels": [ + { + "name": ".L881", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-804]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castIiEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castIiEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC157", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [ + { + "name": ".LC157", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rax, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC158", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [ + { + "name": ".LC158", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ifstreamIcSt11char_traitsIcEEC1EPKcSt13_Ios_Openmode", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " je .L882", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 865 + }, + "labels": [ + { + "name": ".L882", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " jmp .L883", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [ + { + "name": ".L883", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L882:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": ".L883:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " je .L884", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [ + { + "name": ".L884", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " jmp .L885", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [ + { + "name": ".L885", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L884:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": ".L885:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " jne .L880", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 866 + }, + "labels": [ + { + "name": ".L880", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-804]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " add eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-804], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " jmp .L887", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 862 + }, + "labels": [ + { + "name": ".L887", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L881:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 869 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 869 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC158", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 869 + }, + "labels": [ + { + "name": ".LC158", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 869 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 869 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 869 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": ".L880:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " jmp .L935", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [ + { + "name": ".L935", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-234]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L890", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L890", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-233]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L890", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L890", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L890", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L890", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-231]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L890", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L890", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-230]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L890:", + "source": null, + "labels": [] + }, + { + "text": " test r12, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L895", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L895", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " sub rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " lea rbx, [r12+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": ".L896:", + "source": null, + "labels": [] + }, + { + "text": " cmp rbx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " je .L895", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".L895", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " sub rbx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " jmp .L896", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".L896", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L895:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " test r14b, r14b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " jne .L898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".L898", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [] + }, + { + "text": " jmp .L898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 849 + }, + "labels": [ + { + "name": ".L898", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-229]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L900", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L900", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-228]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L900", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L900", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-227]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L900", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L900", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-226]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L900", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L900", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L900:", + "source": null, + "labels": [] + }, + { + "text": " test r12, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L905", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L905", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " sub rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " lea rbx, [r12+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": ".L906:", + "source": null, + "labels": [] + }, + { + "text": " cmp rbx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " je .L905", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".L905", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " sub rbx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " jmp .L906", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".L906", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L905:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " test r14b, r14b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " jne .L898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".L898", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11EvE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [] + }, + { + "text": " jmp .L898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 850 + }, + "labels": [ + { + "name": ".L898", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " jmp .L898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [ + { + "name": ".L898", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " jmp .L898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [ + { + "name": ".L898", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " jmp .L911", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [ + { + "name": ".L911", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": ".L911:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " jmp .L912", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [ + { + "name": ".L912", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": ".L912:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " jmp .L913", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 855 + }, + "labels": [ + { + "name": ".L913", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " jmp .L915", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 864 + }, + "labels": [ + { + "name": ".L915", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": ".L915:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " jmp .L913", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 863 + }, + "labels": [ + { + "name": ".L913", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": ".L913:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " call _ZNSt14basic_ifstreamIcSt11char_traitsIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " jmp .L898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 857 + }, + "labels": [ + { + "name": ".L898", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": ".L898:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": ".L935:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 870 + }, + "labels": [] + }, + { + "text": " add rsp, 1344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 870 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 870 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 870 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 870 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 870 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 870 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 870 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2Ev", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEED2Ev", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_19fd_holderC2Ei:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_19fd_holderD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " je .L942", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".L942", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call close", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": ".L942:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": "_ZNK5boost5debug12_GLOBAL__N_112process_info10parent_pidEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": "_ZNK5boost5debug12_GLOBAL__N_112process_info11binary_nameEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": "_ZNK5boost5debug12_GLOBAL__N_112process_info11binary_pathEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": ".LC159:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/proc/%d/stat\"", + "source": null, + "labels": [] + }, + { + "text": ".LC160:", + "source": null, + "labels": [] + }, + { + "text": " .string \"%*s%d\"", + "source": null, + "labels": [] + }, + { + "text": ".LC161:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/proc/%d/exe\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_112process_infoC2Ei:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-108], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC159", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 267 + }, + "labels": [ + { + "name": ".LC159", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 30", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call open", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 271 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " je .L952", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 271 + }, + "labels": [ + { + "name": ".L952", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " jmp .L953", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 272 + }, + "labels": [ + { + "name": ".L953", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L952:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call read", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " jne .L954", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 275 + }, + "labels": [ + { + "name": ".L954", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " jmp .L953", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 276 + }, + "labels": [ + { + "name": ".L953", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L954:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L956:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " je .L955", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [ + { + "name": ".L955", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " cmp al, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " je .L955", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [ + { + "name": ".L955", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " jmp .L956", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 281 + }, + "labels": [ + { + "name": ".L956", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L955:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": ".L958:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " je .L957", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".L957", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " cmp al, 41", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " je .L957", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".L957", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " jmp .L958", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".L958", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L957:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 288 + }, + "labels": [ + { + "name": ".LC160", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call __isoc99_sscanf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " lea rsi, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 290 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC161", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 292 + }, + "labels": [ + { + "name": ".LC161", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 30", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+541]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov edx, 500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call readlink", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " jne .L959", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 295 + }, + "labels": [ + { + "name": ".L959", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " jmp .L953", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 296 + }, + "labels": [ + { + "name": ".L953", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L959:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " add rax, 541", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " lea rsi, [rax+541]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE6assignIlEERS3_PS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE6assignIlEERS3_PS2_T_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": ".L953:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " jmp .L964", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 301 + }, + "labels": [ + { + "name": ".L964", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": ".L964:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": ".LC162:", + "source": null, + "labels": [] + }, + { + "text": " .string \"%*s %ld\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC49", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 316 + }, + "labels": [ + { + "name": ".LC49", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils12find_last_ofIPKcS4_EET_S5_S5_T0_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils12find_last_ofIPKcS4_EET_S5_S5_T0_S6_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 321 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " je .L966", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 321 + }, + "labels": [ + { + "name": ".L966", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 322 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " jmp .L967", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 322 + }, + "labels": [ + { + "name": ".L967", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L966:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-40], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": ".L967:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " sub rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov r9, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov r8, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC162", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [ + { + "name": ".LC162", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 50", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoEE9title_str", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoEE9title_str", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " add rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_18copy_argERNS_9unit_test13basic_cstringIcEENS3_IKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " je .L970", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 342 + }, + "labels": [ + { + "name": ".L970", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " jmp .L971", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 343 + }, + "labels": [ + { + "name": ".L971", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L970:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 345 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIcE5beginEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " lea rbx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " call memcpy", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 349 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 349 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": ".L971:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": ".LC163:", + "source": null, + "labels": [] + }, + { + "text": " .string \"!! %s\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " je .L986", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [ + { + "name": ".L986", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " movaps XMMWORD PTR [rbp-144], xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-128], xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-112], xmm2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-96], xmm3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-80], xmm4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-64], xmm5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-48], xmm6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-32], xmm7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": ".L986:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-196], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-280], 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-276], 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": ".L977:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " ja .L974", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [ + { + "name": ".L974", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov edx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " add edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-280], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " jmp .L975", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [ + { + "name": ".L975", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L974:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": ".L975:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-216], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-216], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " je .L976", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [ + { + "name": ".L976", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " add DWORD PTR [rbp-196], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 369 + }, + "labels": [] + }, + { + "text": " jmp .L977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 368 + }, + "labels": [ + { + "name": ".L977", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L976:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_111safe_execlpEPKczE9argv_buff", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov edx, 1600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_111safe_execlpEPKczE9argv_buff", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIcEC1ImEEPcT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-196]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " cdqe", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 375 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " lea rax, [rbx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_18copy_argERNS_9unit_test13basic_cstringIcEENS3_IKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_18copy_argERNS_9unit_test13basic_cstringIcEENS3_IKcEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " je .L978", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 378 + }, + "labels": [ + { + "name": ".L978", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 379 + }, + "labels": [] + }, + { + "text": " jmp .L985", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 379 + }, + "labels": [ + { + "name": ".L985", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L978:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:.LC163", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 381 + }, + "labels": [ + { + "name": ".LC163", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 381 + }, + "labels": [] + }, + { + "text": " call printf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-280], 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-276], 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": ".L984:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " ja .L980", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L980", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov edx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " add edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-280], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " jmp .L981", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L981", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L980:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": ".L981:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-216], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-216], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " je .L982", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L982", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:.LC163", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 385 + }, + "labels": [ + { + "name": ".LC163", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " call printf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rax, [rbx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_18copy_argERNS_9unit_test13basic_cstringIcEENS3_IKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_18copy_argERNS_9unit_test13basic_cstringIcEENS3_IKcEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " je .L984", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 386 + }, + "labels": [ + { + "name": ".L984", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " jmp .L985", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 388 + }, + "labels": [ + { + "name": ".L985", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L982:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_111safe_execlpEPKczE9argv_buff", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " call execvp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": ".L985:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": ".LC164:", + "source": null, + "labels": [] + }, + { + "text": " .string \"--eval\"", + "source": null, + "labels": [] + }, + { + "text": ".LC165:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-title\"", + "source": null, + "labels": [] + }, + { + "text": ".LC166:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-display\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L23start_debugger_in_emacsERKNS0_16dbg_startup_infoEPKcS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 407 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " je .L991", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 409 + }, + "labels": [ + { + "name": ".L991", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 412 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " je .L990", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [ + { + "name": ".L990", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov r9d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC164", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [ + { + "name": ".LC164", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC165", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [ + { + "name": ".LC165", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " jmp .L987", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 413 + }, + "labels": [ + { + "name": ".L987", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L990:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " push 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov r9d, OFFSET FLAT:.LC164", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [ + { + "name": ".LC164", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC166", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [ + { + "name": ".LC166", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC165", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [ + { + "name": ".LC165", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " jmp .L987", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 414 + }, + "labels": [ + { + "name": ".L987", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L991:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": ".L987:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": "_ZZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoEE13cmd_file_name:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/tmp/btl_gdb_cmd_XXXXXX\"", + "source": null, + "labels": [] + }, + { + "text": ".LC167:", + "source": null, + "labels": [] + }, + { + "text": " .string \"%ld\"", + "source": null, + "labels": [] + }, + { + "text": ".LC168:", + "source": null, + "labels": [] + }, + { + "text": " .string \"file \"", + "source": null, + "labels": [] + }, + { + "text": ".LC169:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\nattach \"", + "source": null, + "labels": [] + }, + { + "text": ".LC170:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\nshell unlink \"", + "source": null, + "labels": [] + }, + { + "text": ".LC171:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\ncont\"", + "source": null, + "labels": [] + }, + { + "text": ".LC172:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\nup 4\"", + "source": null, + "labels": [] + }, + { + "text": ".LC173:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\necho \\\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC174:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\nlist -\"", + "source": null, + "labels": [] + }, + { + "text": ".LC175:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\nlist\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC167", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [ + { + "name": ".LC167", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov edi, 63", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call umask", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoEE13cmd_file_name", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [ + { + "name": "_ZZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoEE13cmd_file_name", + "range": { + "startCol": 34, + "endCol": 130 + } + } + ] + }, + { + "text": " call mkstemp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " call umask", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 438 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " je .L993", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 438 + }, + "labels": [ + { + "name": ".L993", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 439 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L993:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".LC168", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " je .L995", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".L995", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L995:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " je .L996", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [ + { + "name": ".L996", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 445 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L996:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC169", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [ + { + "name": ".LC169", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " je .L997", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [ + { + "name": ".L997", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 446 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L997:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " je .L998", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [ + { + "name": ".L998", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 447 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L998:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [ + { + "name": ".LC170", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " je .L999", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [ + { + "name": ".L999", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 448 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L999:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " je .L1000", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [ + { + "name": ".L1000", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 449 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L1000:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [ + { + "name": ".LC171", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " je .L1001", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [ + { + "name": ".L1001", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 450 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L1001:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " je .L1002", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 451 + }, + "labels": [ + { + "name": ".L1002", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC172", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [ + { + "name": ".LC172", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " je .L1002", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [ + { + "name": ".L1002", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 452 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L1002:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC173", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [ + { + "name": ".LC173", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L1003", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [ + { + "name": ".L1003", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 454 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L1003:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC174", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [ + { + "name": ".LC174", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " je .L1004", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [ + { + "name": ".L1004", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 455 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L1004:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC175", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [ + { + "name": ".LC175", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " je .L1005", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [ + { + "name": ".L1005", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 456 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L1005:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".LC170", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " je .L1006", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".L1006", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L1006:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov edx, 23", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoEE13cmd_file_name", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [ + { + "name": "_ZZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoEE13cmd_file_name", + "range": { + "startCol": 34, + "endCol": 130 + } + } + ] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call write", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " je .L1007", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [ + { + "name": ".L1007", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " jmp .L994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 458 + }, + "labels": [ + { + "name": ".L994", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": ".L1007:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoEE13cmd_file_name", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 460 + }, + "labels": [ + { + "name": "_ZZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoEE13cmd_file_name", + "range": { + "startCol": 34, + "endCol": 130 + } + } + ] + }, + { + "text": ".L994:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " jmp .L1011", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 461 + }, + "labels": [ + { + "name": ".L1011", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": ".L1011:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": ".LC176:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-x\"", + "source": null, + "labels": [] + }, + { + "text": ".LC177:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-q\"", + "source": null, + "labels": [] + }, + { + "text": ".LC178:", + "source": null, + "labels": [] + }, + { + "text": " .string \"gdb\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L20start_gdb_in_consoleERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 468 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " je .L1015", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 470 + }, + "labels": [ + { + "name": ".L1015", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [ + { + "name": ".LC176", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [ + { + "name": ".LC177", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC178", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [ + { + "name": ".LC178", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " jmp .L1012", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 473 + }, + "labels": [ + { + "name": ".L1012", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1015:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": ".L1012:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 474 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 474 + }, + "labels": [] + }, + { + "text": ".LC179:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-bg\"", + "source": null, + "labels": [] + }, + { + "text": ".LC180:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-T\"", + "source": null, + "labels": [] + }, + { + "text": ".LC181:", + "source": null, + "labels": [] + }, + { + "text": " .string \"xterm\"", + "source": null, + "labels": [] + }, + { + "text": ".LC182:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-e\"", + "source": null, + "labels": [] + }, + { + "text": ".LC183:", + "source": null, + "labels": [] + }, + { + "text": " .string \"9x15\"", + "source": null, + "labels": [] + }, + { + "text": ".LC184:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-fn\"", + "source": null, + "labels": [] + }, + { + "text": ".LC185:", + "source": null, + "labels": [] + }, + { + "text": " .string \"88x30+10+10\"", + "source": null, + "labels": [] + }, + { + "text": ".LC186:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-geometry\"", + "source": null, + "labels": [] + }, + { + "text": ".LC187:", + "source": null, + "labels": [] + }, + { + "text": " .string \"white\"", + "source": null, + "labels": [] + }, + { + "text": ".LC188:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-fg\"", + "source": null, + "labels": [] + }, + { + "text": ".LC189:", + "source": null, + "labels": [] + }, + { + "text": " .string \"black\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L18start_gdb_in_xtermERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 481 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 482 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 482 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 484 + }, + "labels": [] + }, + { + "text": " je .L1020", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 484 + }, + "labels": [ + { + "name": ".L1020", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 484 + }, + "labels": [] + }, + { + "text": " je .L1020", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 484 + }, + "labels": [ + { + "name": ".L1020", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " push 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " push OFFSET FLAT:.LC176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC176", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC177", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC178", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC178", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC182", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC182", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC183", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC183", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC184", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC185", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC185", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC186", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC186", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC187", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC187", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC188", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC188", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC189", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC189", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " mov r9d, OFFSET FLAT:.LC179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC179", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC166", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC166", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC180", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC180", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC181", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".LC181", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rsp, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " jmp .L1016", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".L1016", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1020:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L1016:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 490 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 490 + }, + "labels": [] + }, + { + "text": ".LC190:", + "source": null, + "labels": [] + }, + { + "text": " .string \"(progn (gdb \\\"gdb -q -x %s\\\"))\"", + "source": null, + "labels": [] + }, + { + "text": ".LC191:", + "source": null, + "labels": [] + }, + { + "text": " .string \"emacs\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L18start_gdb_in_emacsERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " sub rsp, 528", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-520], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 497 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 497 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " je .L1024", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 498 + }, + "labels": [ + { + "name": ".L1024", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC190", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 502 + }, + "labels": [ + { + "name": ".LC190", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC191", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 504 + }, + "labels": [ + { + "name": ".LC191", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L23start_debugger_in_emacsERKNS0_16dbg_startup_infoEPKcS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L23start_debugger_in_emacsERKNS0_16dbg_startup_infoEPKcS6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " jmp .L1021", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 504 + }, + "labels": [ + { + "name": ".L1021", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1024:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L1021:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L19start_gdb_in_xemacsERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": ".LC192:", + "source": null, + "labels": [] + }, + { + "text": " .string \"echo \\\" \\\";list -w3;\"", + "source": null, + "labels": [] + }, + { + "text": ".LC193:", + "source": null, + "labels": [] + }, + { + "text": " .string \"up 2;\"", + "source": null, + "labels": [] + }, + { + "text": ".LC194:", + "source": null, + "labels": [] + }, + { + "text": " .string \"unlink %s;cont;%s%s\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-28], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-28], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L1027", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L1027", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, OFFSET FLAT:.LC192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".LC192", + "range": { + "startCol": 35, + "endCol": 41 + } + } + ] + }, + { + "text": " jmp .L1028", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L1028", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1027:", + "source": null, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 35, + "endCol": 39 + } + } + ] + }, + { + "text": ".L1028:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L1029", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L1029", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, OFFSET FLAT:.LC193", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".LC193", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L1030", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L1030", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1029:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": ".L1030:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov r9, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov r8, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC194", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".LC194", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEbE13cmd_line_buff", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEbE13cmd_line_buff", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": ".LC195:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-c\"", + "source": null, + "labels": [] + }, + { + "text": ".LC196:", + "source": null, + "labels": [] + }, + { + "text": " .string \"dbx\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L20start_dbx_in_consoleERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC167", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [ + { + "name": ".LC167", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEb", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " push 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov r9, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov r8, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC195", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [ + { + "name": ".LC195", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [ + { + "name": ".LC177", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC196", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [ + { + "name": ".LC196", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 543 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L18start_dbx_in_xtermERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 550 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " je .L1036", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 551 + }, + "labels": [ + { + "name": ".L1036", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC167", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [ + { + "name": ".LC167", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEb", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " push 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " push rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " push OFFSET FLAT:.LC195", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC195", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC177", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC196", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC196", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC182", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC182", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC183", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC183", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC184", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC185", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC185", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC186", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC186", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC187", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC187", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC188", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC188", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC189", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC189", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " mov r9d, OFFSET FLAT:.LC179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC179", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC166", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC166", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC180", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC180", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC181", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC181", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " sub rsp, -128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " jmp .L1033", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".L1033", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1036:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": ".L1033:", + "source": null, + "labels": [] + }, + { + "text": " lea rsp, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L18start_dbx_in_emacsERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L19start_dbx_in_xemacsERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": ".LC197:", + "source": null, + "labels": [] + }, + { + "text": " .string \"--dbx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC198:", + "source": null, + "labels": [] + }, + { + "text": " .string \"ddd\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_1L16start_dbx_in_dddERKNS0_16dbg_startup_infoE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 587 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " je .L1042", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 588 + }, + "labels": [ + { + "name": ".L1042", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC167", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [ + { + "name": ".LC167", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " call snprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEb", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " push 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " push rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov r9d, OFFSET FLAT:.LC195", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": ".LC195", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov r8d, OFFSET FLAT:.LC177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": ".LC177", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC197", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": ".LC197", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC166", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": ".LC166", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC198", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": ".LC198", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " jmp .L1039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 594 + }, + "labels": [ + { + "name": ".L1039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1042:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": ".L1039:", + "source": null, + "labels": [] + }, + { + "text": " lea rsp, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE13_Rb_tree_implISK_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE13_Rb_tree_implISK_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": ".LC199:", + "source": null, + "labels": [] + }, + { + "text": " .string \"DISPLAY\"", + "source": null, + "labels": [] + }, + { + "text": ".LC200:", + "source": null, + "labels": [] + }, + { + "text": " .string \"gdb-xterm\"", + "source": null, + "labels": [] + }, + { + "text": ".LC201:", + "source": null, + "labels": [] + }, + { + "text": " .string \"gdb-emacs\"", + "source": null, + "labels": [] + }, + { + "text": ".LC202:", + "source": null, + "labels": [] + }, + { + "text": " .string \"gdb-xemacs\"", + "source": null, + "labels": [] + }, + { + "text": ".LC203:", + "source": null, + "labels": [] + }, + { + "text": " .string \"dbx-emacs\"", + "source": null, + "labels": [] + }, + { + "text": ".LC204:", + "source": null, + "labels": [] + }, + { + "text": " .string \"dbx-xterm\"", + "source": null, + "labels": [] + }, + { + "text": ".LC205:", + "source": null, + "labels": [] + }, + { + "text": " .string \"dbx-xemacs\"", + "source": null, + "labels": [] + }, + { + "text": ".LC206:", + "source": null, + "labels": [] + }, + { + "text": " .string \"dbx-ddd\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_16info_tC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " sub rsp, 504", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-520], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:.LC199", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 619 + }, + "labels": [ + { + "name": ".LC199", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call getenv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " je .L1050", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [ + { + "name": ".L1050", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-466]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-466]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [ + { + "name": ".LC200", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " jmp .L1051", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [ + { + "name": ".L1051", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1050:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-465]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov r12d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-465]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC178", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [ + { + "name": ".LC178", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": ".L1051:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L1052", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1052", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-465]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1052:", + "source": null, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L1053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1053", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-466]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1053:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-417]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-417]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC178", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [ + { + "name": ".LC178", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L20start_gdb_in_consoleERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20start_gdb_in_consoleERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-417]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-369]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-369]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC201", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [ + { + "name": ".LC201", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L18start_gdb_in_emacsERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L18start_gdb_in_emacsERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-369]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-321]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-321]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [ + { + "name": ".LC200", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L18start_gdb_in_xtermERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L18start_gdb_in_xtermERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-321]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-273]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-273]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC202", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [ + { + "name": ".LC202", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L19start_gdb_in_xemacsERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L19start_gdb_in_xemacsERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-273]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC196", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [ + { + "name": ".LC196", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L20start_dbx_in_consoleERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L20start_dbx_in_consoleERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-177]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-177]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC203", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [ + { + "name": ".LC203", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L18start_dbx_in_emacsERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L18start_dbx_in_emacsERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-177]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-129]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC204", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [ + { + "name": ".LC204", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L18start_dbx_in_xtermERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L18start_dbx_in_xtermERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [ + { + "name": ".LC205", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L19start_dbx_in_xemacsERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L19start_dbx_in_xemacsERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC206", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [ + { + "name": ".LC206", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L16start_dbx_in_dddERKNS0_16dbg_startup_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_1L16start_dbx_in_dddERKNS0_16dbg_startup_infoE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1095", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 633 + }, + "labels": [ + { + "name": ".L1095", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L1055", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1055", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-465]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1055:", + "source": null, + "labels": [] + }, + { + "text": " mov r12, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L1056", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1056", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-466]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1056:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " jmp .L1059", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 623 + }, + "labels": [ + { + "name": ".L1059", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1059:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-417]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " jmp .L1061", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 624 + }, + "labels": [ + { + "name": ".L1061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1061:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-369]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " jmp .L1063", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 625 + }, + "labels": [ + { + "name": ".L1063", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1063:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-321]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " jmp .L1065", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 626 + }, + "labels": [ + { + "name": ".L1065", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1065:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-273]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " jmp .L1067", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 628 + }, + "labels": [ + { + "name": ".L1067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1067:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " jmp .L1069", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 629 + }, + "labels": [ + { + "name": ".L1069", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1069:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-177]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " jmp .L1071", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 630 + }, + "labels": [ + { + "name": ".L1071", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1071:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " jmp .L1073", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 631 + }, + "labels": [ + { + "name": ".L1073", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1073:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L1057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " jmp .L1075", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 632 + }, + "labels": [ + { + "name": ".L1075", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1075:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1057:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": ".L1095:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 504", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": ".LC207:", + "source": null, + "labels": [] + }, + { + "text": " .string \"gdb;lldb\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug14under_debuggerEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " sub rsp, 1104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC207", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 655 + }, + "labels": [ + { + "name": ".LC207", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " call getpid", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": ".L1102:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-4], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " je .L1097", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 659 + }, + "labels": [ + { + "name": ".L1097", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_112process_infoC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost5debug12_GLOBAL__N_112process_info11binary_nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [ + { + "name": "_ZNK5boost5debug12_GLOBAL__N_112process_info11binary_nameEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4findES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4findES3_", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " je .L1098", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 663 + }, + "labels": [ + { + "name": ".L1098", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " jmp .L1103", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 664 + }, + "labels": [ + { + "name": ".L1103", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1098:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost5debug12_GLOBAL__N_112process_info10parent_pidEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [ + { + "name": "_ZNK5boost5debug12_GLOBAL__N_112process_info10parent_pidEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": " je .L1100", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [ + { + "name": ".L1100", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost5debug12_GLOBAL__N_112process_info10parent_pidEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [ + { + "name": "_ZNK5boost5debug12_GLOBAL__N_112process_info10parent_pidEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " jmp .L1101", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [ + { + "name": ".L1101", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1100:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": ".L1101:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": " jmp .L1102", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 659 + }, + "labels": [ + { + "name": ".L1102", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1097:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": ".L1103:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug14debugger_breakEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " call getpid", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov esi, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " call kill", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 755 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 755 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug12set_debuggerB5cxx11ENS_9unit_test13basic_cstringIKcEENS_8functionIFvRKNS0_16dbg_startup_infoEEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L6s_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 768 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 768 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L6s_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 770 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 772 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEntEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " je .L1110", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 772 + }, + "labels": [ + { + "name": ".L1110", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L6s_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L6s_infoE+32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixERSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixERSH_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 773 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSERKS6_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " jmp .L1110", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [ + { + "name": ".L1110", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": ".L1110:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug16dbg_startup_infoC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/debug.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": ".LC208:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Boost.Test execution monitor failed to start a debugger:\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug15attach_debuggerEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " sub rsp, 1288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " mov eax, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1284], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug14under_debuggerEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 820 + }, + "labels": [ + { + "name": "_ZN5boost5debug14under_debuggerEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 820 + }, + "labels": [] + }, + { + "text": " je .L1113", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 820 + }, + "labels": [ + { + "name": ".L1113", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 821 + }, + "labels": [] + }, + { + "text": " jmp .L1123", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 821 + }, + "labels": [ + { + "name": ".L1123", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1113:", + "source": null, + "labels": [] + }, + { + "text": " movabs rax, 7814979209283859503", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " movabs rdx, 7597125479897916511", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " movabs rax, 6367919923114827636", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-72], 1482184792", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov WORD PTR [rbp-68], 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov edi, 63", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " call umask", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " call mkstemp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " call umask", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 935 + }, + "labels": [ + { + "name": "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " je .L1115", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 935 + }, + "labels": [ + { + "name": ".L1115", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": " jmp .L1116", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 936 + }, + "labels": [ + { + "name": ".L1116", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1115:", + "source": null, + "labels": [] + }, + { + "text": " call fork", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-24], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 938 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-24], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 940 + }, + "labels": [] + }, + { + "text": " jne .L1117", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 940 + }, + "labels": [ + { + "name": ".L1117", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 941 + }, + "labels": [] + }, + { + "text": " jmp .L1116", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 941 + }, + "labels": [ + { + "name": ".L1116", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1117:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 943 + }, + "labels": [] + }, + { + "text": " je .L1118", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 943 + }, + "labels": [ + { + "name": ".L1118", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 944 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 944 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug16dbg_startup_infoC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 944 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 946 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_112process_infoC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 946 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost5debug12_GLOBAL__N_112process_info11binary_pathEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [ + { + "name": "_ZNK5boost5debug12_GLOBAL__N_112process_info11binary_pathEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [] + }, + { + "text": " je .L1119", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 947 + }, + "labels": [ + { + "name": ".L1119", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 948 + }, + "labels": [] + }, + { + "text": " call exit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 948 + }, + "labels": [] + }, + { + "text": ".L1119:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 950 + }, + "labels": [] + }, + { + "text": " cdqe", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 950 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1248], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 950 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-1284]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1240], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 951 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost5debug12_GLOBAL__N_112process_info11binary_pathEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [ + { + "name": "_ZNK5boost5debug12_GLOBAL__N_112process_info11binary_pathEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 952 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC199", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".LC199", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call getenv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 954 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 954 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 954 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 954 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L6s_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L6s_infoE+32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixERSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixERSH_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 957 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 957 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 957 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEntEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 957 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 957 + }, + "labels": [] + }, + { + "text": " je .L1120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 957 + }, + "labels": [ + { + "name": ".L1120", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEclES4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 958 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEclES4_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": ".L1120:", + "source": null, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:.LC208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 960 + }, + "labels": [ + { + "name": ".LC208", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call perror", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 960 + }, + "labels": [] + }, + { + "text": " mov edi, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 962 + }, + "labels": [] + }, + { + "text": " call exit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 962 + }, + "labels": [] + }, + { + "text": ".L1118:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " call access", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " je .L1121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [ + { + "name": ".L1121", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-128], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], 100", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 968 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 970 + }, + "labels": [] + }, + { + "text": " mov r8, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 970 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 970 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 970 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 970 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 970 + }, + "labels": [] + }, + { + "text": " call select", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 970 + }, + "labels": [] + }, + { + "text": " jmp .L1118", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 967 + }, + "labels": [ + { + "name": ".L1118", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1121:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1284], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 976 + }, + "labels": [] + }, + { + "text": " je .L1122", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 976 + }, + "labels": [ + { + "name": ".L1122", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost5debug14debugger_breakEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 977 + }, + "labels": [ + { + "name": "_ZN5boost5debug14debugger_breakEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": ".L1122:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": ".L1116:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": ".L1123:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 986 + }, + "labels": [] + }, + { + "text": " jmp .L1128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 986 + }, + "labels": [ + { + "name": ".L1128", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " jmp .L1125", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 956 + }, + "labels": [ + { + "name": ".L1125", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": ".L1125:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_19fd_holderD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": ".L1128:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 986 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 986 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 986 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug19detect_memory_leaksEbNS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 996 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 996 + }, + "labels": [] + }, + { + "text": " mov eax, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 996 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 996 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 996 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1021 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1021 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1021 + }, + "labels": [] + }, + { + "text": "_ZN5boost5debug18break_memory_allocEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1032 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1032 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1032 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov eax, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jne .L1133", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".L1133", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_3nfp10nfp_detail27access_to_invalid_parameterEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_3nfp10nfp_detail27access_to_invalid_parameterEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": ".L1133:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZZN5boost3nfp3nil4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZN5boost3nfp3nil4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost3nfp3nil4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost3nfp3nil4instEvE6s_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " je .L1135", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [ + { + "name": ".L1135", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost3nfp3nil4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [ + { + "name": "_ZGVZN5boost3nfp3nil4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 69 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " je .L1135", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [ + { + "name": ".L1135", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost3nfp3nil4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [ + { + "name": "_ZZN5boost3nfp3nil4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nilC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost3nfp3nil4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [ + { + "name": "_ZGVZN5boost3nfp3nil4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 69 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": ".L1135:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost3nfp3nil4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [ + { + "name": "_ZZN5boost3nfp3nil4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp3nilC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11collector_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11collector_t8instanceEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test9decorator11collector_t8instanceEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " je .L1140", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [ + { + "name": ".L1140", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test9decorator11collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " je .L1140", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [ + { + "name": ".L1140", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test9decorator11collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_tC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test9decorator11collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test9decorator11collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test9decorator11collector_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": ".L1140:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test9decorator11collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " jmp .L1145", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [ + { + "name": ".L1145", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " jne .L1143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [ + { + "name": ".L1143", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test9decorator11collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": ".L1143:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": ".L1145:", + "source": null, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11collector_tmlERKNS1_4baseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE9push_backEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE9push_backEOS5_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " jmp .L1150", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 46 + }, + "labels": [ + { + "name": ".L1150", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": ".L1150:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11collector_t8store_inERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 56 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 55 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 55 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC1IPS6_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISF_SE_E7__valueESB_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEvEESC_NSA_IPKS5_S7_EET_SG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEvEESC_NSA_IPKS5_S7_EET_SG_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": ".LC209:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::unit_test::decorator::collector_t::reset()\"", + "source": null, + "labels": [] + }, + { + "text": ".LC210:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/test/impl/decorator.ipp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC211:", + "source": null, + "labels": [] + }, + { + "text": " .string \"m_tu_decorators_stack.size() == 1\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11collector_t5resetEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 65 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " je .L1153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 65 + }, + "labels": [ + { + "name": ".L1153", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1IPS9_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISH_SG_E7__valueESD_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 66 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L1156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 72 + }, + "labels": [ + { + "name": ".L1156", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1153:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " je .L1155", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".L1155", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC209", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".LC209", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 69", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".LC210", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC211", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".LC211", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": ".L1155:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": ".L1156:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": ".LC212:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::unit_test::decorator::collector_t::stack()\"", + "source": null, + "labels": [] + }, + { + "text": ".LC213:", + "source": null, + "labels": [] + }, + { + "text": " .string \"m_tu_decorators_stack.size() >= 1\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11collector_t5stackEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " jne .L1161", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [ + { + "name": ".L1161", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC212", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [ + { + "name": ".LC212", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 77", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [ + { + "name": ".LC210", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC213", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [ + { + "name": ".LC213", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": ".L1161:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1IPS9_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISH_SG_E7__valueESD_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EEOS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EEOS7_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " jmp .L1164", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 79 + }, + "labels": [ + { + "name": ".L1164", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".L1164:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator11collector_t19get_lazy_decoratorsEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator4basedeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 98 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t8instanceEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_tmlERKNS1_4baseE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 98 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_tmlERKNS1_4baseE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9decorator15stack_decoratordeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 108 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t8instanceEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t5stackEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 109 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t5stackEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_tmlERKNS1_4baseE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 110 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_tmlERKNS1_4baseE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator15stack_decorator5applyERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator5label5applyERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit9add_labelENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 126 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unit9add_labelENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator17expected_failures5applyERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit17increase_exp_failEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unit17increase_exp_failEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator7timeout5applyERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+200], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11description5applyERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testpLIcKcEERNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEESA_RKNS0_13basic_cstringIT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 162 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testpLIcKcEERNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEESA_RKNS0_13basic_cstringIT0_EE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": ".LC214:", + "source": null, + "labels": [] + }, + { + "text": " .string \"incorrect dependency specification \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator10depends_on5applyERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-608], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-420], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-420]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_115kept_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC154", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".LC154", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_118dropped_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 260 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENSA_IPKcNSD_20dropped_delimeters_tESI_EEEEEENS0_13basic_cstringISH_EERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 179 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " je .L1177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 179 + }, + "labels": [ + { + "name": ".L1177", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " jmp .L1178", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 179 + }, + "labels": [ + { + "name": ".L1178", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1177:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": ".L1178:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": ".L1184:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [ + { + "name": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " je .L1179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [ + { + "name": ".L1179", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " je .L1180", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [ + { + "name": ".L1180", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC214", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [ + { + "name": ".LC214", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testplIcKcEENSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEERKS9_RKNS0_13basic_cstringIT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testplIcKcEENSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEERKS9_RKNS0_13basic_cstringIT0_EE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1180:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " je .L1181", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".L1181", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " jmp .L1182", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".L1182", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1181:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": ".L1182:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test10test_suite3getENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test10test_suite3getENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov eax, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " jne .L1183", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".L1183", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC214", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".LC214", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testplIcKcEENSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEERKS9_RKNS0_13basic_cstringIT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testplIcKcEENSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEERKS9_RKNS0_13basic_cstringIT0_EE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1183:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 188 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " jmp .L1184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 180 + }, + "labels": [ + { + "name": ".L1184", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1179:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit10depends_onEPS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 192 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unit10depends_onEPS1_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " jmp .L1201", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".L1201", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " jmp .L1186", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [ + { + "name": ".L1186", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": ".L1186:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " jmp .L1187", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [ + { + "name": ".L1187", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": ".L1187:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " jmp .L1188", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 181 + }, + "labels": [ + { + "name": ".L1188", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1188:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " jmp .L1190", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".L1190", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": ".L1190:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " jmp .L1191", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".L1191", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": ".L1191:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " jmp .L1192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".L1192", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1192:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1201:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": ".LC215:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Can't apply multiple enabled/disabled decorators to the same test unit \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator14enable_if_impl10apply_implERNS0_9test_unitEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " sub rsp, 152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-148], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-116], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-116]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jne .L1203", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".L1203", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC215", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".LC215", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1203:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-148], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " je .L1204", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".L1204", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " jmp .L1205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".L1205", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1204:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": ".L1205:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+216], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " jmp .L1212", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".L1212", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jmp .L1207", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".L1207", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": ".L1207:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jmp .L1208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".L1208", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": ".L1208:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": ".L1212:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator9fixture_t5applyERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE9push_backERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 221 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE9push_backERKS4_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator12precondition5applyERNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit16add_preconditionERKNS_8functionIFNS_10test_tools16assertion_resultEmEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unit16add_preconditionERKNS_8functionIFNS_10test_tools16assertion_resultEmEEE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/decorator.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test3log5beginC2ENS0_13basic_cstringIKcEEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail21entry_value_collectorC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t8priorityEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-4], -4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " setl al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_t8priorityEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter6formatD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test16results_reporter6formatE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test16results_reporter6formatE", + "range": { + "startCol": 34, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter6formatD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter6formatD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_t8priorityEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17test_case_counterC2Eb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-28], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17test_case_counterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17test_case_counterE", + "range": { + "startCol": 34, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counter19readonly_property43C1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+16], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " jmp .L1230", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".L1230", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": ".L1230:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17test_case_counter19readonly_property43C2Em:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyImEC2Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyImEC2Em", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17test_case_counter5visitERKNS0_9test_caseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " jne .L1233", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [ + { + "name": ".L1233", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " je .L1234", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [ + { + "name": ".L1234", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1233:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " jmp .L1235", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [ + { + "name": ".L1235", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1234:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": ".L1235:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " je .L1237", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [ + { + "name": ".L1237", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": ".L1237:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17test_case_counter16test_suite_startERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " jne .L1239", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [ + { + "name": ".L1239", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " je .L1240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [ + { + "name": ".L1240", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1239:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " jmp .L1241", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [ + { + "name": ".L1241", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1240:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": ".L1241:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test20global_configuration8priorityEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/global_fixture.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/global_fixture.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/global_fixture.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/global_fixture.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/global_fixture.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/global_fixture.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC216[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " divsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " movq rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " movq xmm0, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5timer5timerC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5timer5timer7restartEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5timer5timer7restartEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5timer5timer7restartEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call clock", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call clock_gettime", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " je .L1250", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 107 + }, + "labels": [ + { + "name": ".L1250", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": ".L1250:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test5timer5timer7elapsedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call clock", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " pxor xmm1, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm1, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " movsd xmm0, QWORD PTR .LC216[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mulsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call clock_gettime", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " je .L1252", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L1252", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " sub rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " pxor xmm1, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm1, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " movsd xmm0, QWORD PTR .LC217[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mulsd xmm1, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " sub rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " addsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": ".L1252:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/timer.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list0C2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost3argILi1EEC1Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/arg.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/arg.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/arg.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/arg.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/arg.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/arg.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseImSaImEE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaImED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaImED2Ev", + "range": { + "startCol": 17, + "endCol": 29 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseImSaImEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl10order_infoC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4implL13get_tu_parentEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 97 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4implL8tu_depthEmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " jne .L1263", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 105 + }, + "labels": [ + { + "name": ".L1263", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L1264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 106 + }, + "labels": [ + { + "name": ".L1264", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1263:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEixERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 108 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEixERS8_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " jne .L1265", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 110 + }, + "labels": [ + { + "name": ".L1265", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL8tu_depthEmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL8tu_depthEmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " lea edx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": ".L1265:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": ".L1264:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4implL26collect_dependant_siblingsEmmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL8tu_depthEmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 121 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL8tu_depthEmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL8tu_depthEmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 122 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL8tu_depthEmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-8], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": ".L1268:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " cmp eax, DWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " jle .L1267", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 124 + }, + "labels": [ + { + "name": ".L1267", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub DWORD PTR [rbp-4], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " jmp .L1268", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 124 + }, + "labels": [ + { + "name": ".L1268", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1267:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " cmp eax, DWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jge .L1269", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L1269", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " sub DWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " jmp .L1267", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L1267", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1269:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 135 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL13get_tu_parentEm", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " je .L1273", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 137 + }, + "labels": [ + { + "name": ".L1273", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L1269", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 141 + }, + "labels": [ + { + "name": ".L1269", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1273:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEixERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEixERS8_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".LC218:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Cyclic dependency detected involving test unit \\\"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4implL19assign_sibling_rankEmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " sub rsp, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 151 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt14numeric_limitsImE3maxEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZNSt14numeric_limitsImE3maxEv", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " jne .L1275", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": ".L1275", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC218", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": ".LC218", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1275:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " add rax, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " je .L1276", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 156 + }, + "labels": [ + { + "name": ".L1276", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " add rax, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 157 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " jmp .L1295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 157 + }, + "labels": [ + { + "name": ".L1295", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1276:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEixERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 159 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEixERS8_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZNSt14numeric_limitsImE3maxEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 162 + }, + "labels": [ + { + "name": "_ZNSt14numeric_limitsImE3maxEv", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+224], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " jne .L1278", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1278", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-83]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-256], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " jne .L1278", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1278", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": ".L1285:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " je .L1280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1280", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-82]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " je .L1280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1280", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " jmp .L1281", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1281", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1280:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": ".L1281:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " je .L1278", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1278", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " jne .L1282", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1282", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": ".L1283:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " jne .L1282", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1282", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL19assign_sibling_rankEmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL19assign_sibling_rankEmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " jmp .L1283", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1283", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1282:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " je .L1285", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1285", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L1285", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 165 + }, + "labels": [ + { + "name": ".L1285", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1278:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+224], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " jmp .L1295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 168 + }, + "labels": [ + { + "name": ".L1295", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " jmp .L1288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": ".L1288", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": ".L1288:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " jmp .L1289", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": ".L1289", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": ".L1289:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " jmp .L1290", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [ + { + "name": ".L1290", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": ".L1290:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": ".L1295:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4implL16invoke_init_funcEPFPNS0_10test_suiteEiPPcE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " je .L1300", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".L1300", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " je .L1298", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".L1298", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " jmp .L1299", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".L1299", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1298:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": ".L1299:", + "source": null, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 186 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L1300:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": ".LC219:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filter9componentC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rsp, -128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC219", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 198 + }, + "labels": [ + { + "name": ".LC219", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EEPT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 198 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EEPT0_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " je .L1302", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 198 + }, + "labels": [ + { + "name": ".L1302", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jmp .L1309", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".L1309", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1302:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " cmp al, 42", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " jne .L1304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".L1304", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9last_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9last_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " cmp al, 42", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " jne .L1304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".L1304", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " jmp .L1305", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".L1305", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1304:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": ".L1305:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " je .L1306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".L1306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " jmp .L1309", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".L1309", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1306:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " cmp al, 42", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " je .L1307", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L1307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rcx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 206 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " jmp .L1309", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".L1309", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1307:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9last_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9last_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " cmp al, 42", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " je .L1308", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 208 + }, + "labels": [ + { + "name": ".L1308", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " jmp .L1309", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".L1309", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1308:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L1309:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9framework4impl11name_filter9component4passERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " cmp eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " je .L1311", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".L1311", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " jg .L1312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".L1312", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " je .L1313", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".L1313", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " jg .L1312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".L1312", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " je .L1314", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".L1314", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " je .L1315", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".L1315", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1312:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 225 + }, + "labels": [] + }, + { + "text": " jmp .L1319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 225 + }, + "labels": [ + { + "name": ".L1319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1314:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L1319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L1319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1315:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " jb .L1317", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L1317", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " sub rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rcx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " je .L1317", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L1317", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " jmp .L1319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L1319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1317:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " jmp .L1319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L1319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1313:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4findES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4findES3_", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " jmp .L1319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 231 + }, + "labels": [ + { + "name": ".L1319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1311:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": ".L1319:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": ".LC220:", + "source": null, + "labels": [] + }, + { + "text": " .string \",\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filterC2ERSt6vectorImSaImEENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 712", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-696], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-704], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-712], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework4impl11name_filterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework4impl11name_filterE", + "range": { + "startCol": 34, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-516], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-516]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_115kept_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC154", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 247 + }, + "labels": [ + { + "name": ".LC154", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_118dropped_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 247 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 260 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENSA_IPKcNSD_20dropped_delimeters_tESI_EEEEEENS0_13basic_cstringISH_EERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": ".L1325:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [ + { + "name": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " je .L1332", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [ + { + "name": ".L1332", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-337]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-52], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_115kept_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC220", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [ + { + "name": ".LC220", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_118dropped_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 260 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENSA_IPKcNSD_20dropped_delimeters_tESI_EEEEEENS0_13basic_cstringISH_EERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-337]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC1INS1_5utils27basic_string_token_iteratorIcNS9_9ut_detail20default_char_compareIcEEEEvEET_SF_RKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE9push_backEOS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 251 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE9push_backEOS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-337]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 256 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " jmp .L1325", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 250 + }, + "labels": [ + { + "name": ".L1325", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " jmp .L1327", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 252 + }, + "labels": [ + { + "name": ".L1327", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 654 + }, + "labels": [] + }, + { + "text": ".L1327:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-337]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " jmp .L1328", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 654 + }, + "labels": [ + { + "name": ".L1328", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L1328:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L1332:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filter11filter_unitERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " jne .L1334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 265 + }, + "labels": [ + { + "name": ".L1334", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " jmp .L1335", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 266 + }, + "labels": [ + { + "name": ".L1335", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1334:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " sub eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EEixEm", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofIKNS_9unit_test9test_unitEEEPT_RS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9addressofIKNS_9unit_test9test_unitEEEPT_RS4_", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov r8, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZNK5boost9unit_test9framework4impl11name_filter9component4passERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework4impl11name_filter9component4passERKNS0_9test_unitE", + "range": { + "startCol": 35, + "endCol": 116 + } + } + ] + }, + { + "text": " mov r13d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rcx, r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4bindIbNS_9unit_test9framework4impl11name_filter9componentERKNS1_9test_unitENS_3argILi1EEENS_17reference_wrapperIS7_EEEENS_3_bi6bind_tIT_NS_4_mfi4cmf1ISF_T0_T1_EENSD_9list_av_2IT2_T3_E4typeEEEMSI_KFSF_SJ_ESM_SN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZN5boost4bindIbNS_9unit_test9framework4impl11name_filter9componentERKNS1_9test_unitENS_3argILi1EEENS_17reference_wrapperIS7_EEEENS_3_bi6bind_tIT_NS_4_mfi4cmf1ISF_T0_T1_EENSD_9list_av_2IT2_T3_E4typeEEEMSI_KFSF_SJ_ESM_SN_", + "range": { + "startCol": 17, + "endCol": 237 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZSt7find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSE_5list2INS2_3argILi1EEENS2_17reference_wrapperISJ_EEEEEEET_ST_ST_T0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZSt7find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSE_5list2INS2_3argILi1EEENS2_17reference_wrapperISJ_EEEEEEET_ST_ST_T0_", + "range": { + "startCol": 17, + "endCol": 268 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": ".L1335:", + "source": null, + "labels": [] + }, + { + "text": " lea rsp, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filter5visitERKNS0_9test_caseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jne .L1338", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [ + { + "name": ".L1338", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl11name_filter11filter_unitERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl11name_filter11filter_unitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " je .L1338", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [ + { + "name": ".L1338", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jmp .L1339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [ + { + "name": ".L1339", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1338:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L1339:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " je .L1341", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 280 + }, + "labels": [ + { + "name": ".L1341", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": ".L1341:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filter16test_suite_startERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl11name_filter11filter_unitERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl11name_filter11filter_unitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " je .L1343", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".L1343", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " jmp .L1344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 286 + }, + "labels": [ + { + "name": ".L1344", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1343:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " je .L1345", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 288 + }, + "labels": [ + { + "name": ".L1345", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " lea edx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+40], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " jmp .L1344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 290 + }, + "labels": [ + { + "name": ".L1344", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1345:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 293 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": ".L1344:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filter17test_suite_finishERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " lea edx, [rax-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+40], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl12label_filterC2ERSt6vectorImSaImEENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework4impl12label_filterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework4impl12label_filterE", + "range": { + "startCol": 34, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl12label_filter5visitERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9has_labelENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9has_labelENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " je .L1349", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 325 + }, + "labels": [ + { + "name": ".L1349", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 327 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jmp .L1350", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L1350", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1349:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": ".L1350:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl14set_run_statusC2ENS0_9test_unit10run_statusEPSt6vectorImSaImEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework4impl14set_run_statusE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework4impl14set_run_statusE", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+8], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": ".LC221:", + "source": null, + "labels": [] + }, + { + "text": " .string \"boost.test framework\"", + "source": null, + "labels": [] + }, + { + "text": ".LC222:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Including test \"", + "source": null, + "labels": [] + }, + { + "text": ".LC223:", + "source": null, + "labels": [] + }, + { + "text": " .string \" as a dependency of test \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl14set_run_status5visitERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " sub rsp, 504", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-504], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-512], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " jne .L1353", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [ + { + "name": ".L1353", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " add rax, 216", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEcvRKS3_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEcvRKS3_Ev", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " jmp .L1354", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [ + { + "name": ".L1354", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1353:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": ".L1354:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+220], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " je .L1355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 354 + }, + "labels": [ + { + "name": ".L1355", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-469]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-480], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jne .L1355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1355", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-468]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-488], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jne .L1355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1355", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": ".L1367:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " je .L1358", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1358", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-467]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " je .L1358", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1358", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jmp .L1359", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1359", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1358:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": ".L1359:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " je .L1355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1355", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jne .L1360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1360", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-466]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-496], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": ".L1364:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jne .L1360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1360", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 356 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+220]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " add rax, 220", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EES8_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " jne .L1392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 358 + }, + "labels": [ + { + "name": ".L1392", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC221", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".LC221", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test3log5beginC1ENS0_13basic_cstringIKcEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-465]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC222", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".LC222", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIA16_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIA16_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_12lazy_ostreamEA16_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA16_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-145], 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-145]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EEcEENS2_INS2_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EEcEENS2_INS2_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS2_INS2_IT_T0_RKSL_EET1_RKSP_EERKSO_SR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS2_INS2_IT_T0_RKSL_EET1_RKSP_EERKSO_SR_", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC223", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".LC223", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA26_cEENS2_INS2_IT_T0_RKSO_EET1_RKSS_EERKSR_SU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA26_cEENS2_INS2_IT_T0_RKSO_EET1_RKSS_EERKSR_SU_", + "range": { + "startCol": 17, + "endCol": 244 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cSA_EENS2_INS2_IT_T0_RKSR_EET1_RKSV_EERKSU_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cSA_EENS2_INS2_IT_T0_RKSR_EET1_RKSV_EERKSU_SX_", + "range": { + "startCol": 17, + "endCol": 259 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-97], 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-97]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cRA26_S5_EESA_cEENS2_INS2_IT_T0_RKSU_EET1_RKSY_EERKSX_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cRA26_S5_EESA_cEENS2_INS2_IT_T0_RKSU_EET1_RKSY_EERKSX_S10_", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cRA26_S5_EESA_SC_EEcSL_EENS2_INS2_IT_T0_RKSV_EET1_RKSZ_EERKSY_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cRA26_S5_EESA_SC_EEcSL_EENS2_INS2_IT_T0_RKSV_EET1_RKSZ_EERKSY_S11_", + "range": { + "startCol": 17, + "endCol": 289 + } + } + ] + }, + { + "text": " lea rdx, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-465]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-465]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 364 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " jmp .L1363", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 364 + }, + "labels": [ + { + "name": ".L1363", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1392:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": ".L1363:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jmp .L1364", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1364", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1360:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " je .L1365", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1365", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L1367", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1365:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " jmp .L1367", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L1367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1355:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " jmp .L1391", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 367 + }, + "labels": [ + { + "name": ".L1391", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1370", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1370", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1370:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1371", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1371", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1371:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1372", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1372", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1372:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1373", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1373", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1373:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1374", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1374", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1374:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1375", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1375", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1375:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1376", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1376", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1376:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1377", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1377", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1377:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1378", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1378", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1378:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L1379", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L1379", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1379:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-465]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".L1391:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4implL23add_filtered_test_unitsEmNS0_13basic_cstringIKcEERSt6vectorImSaImEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 384 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcEixEm", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " cmp al, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " je .L1394", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L1394", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 385 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12label_filterC1ERSt6vectorImSaImEENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 387 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12label_filterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " jmp .L1393", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 393 + }, + "labels": [ + { + "name": ".L1393", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1394:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl11name_filterC1ERSt6vectorImSaImEENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 391 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl11name_filterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " jmp .L1393", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 393 + }, + "labels": [ + { + "name": ".L1393", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12label_filterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl11name_filterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": ".L1393:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 393 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 393 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 393 + }, + "labels": [] + }, + { + "text": ".LC224:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Invalid filter specification\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4implL13parse_filtersEmRSt6vectorImSaImEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " sub rsp, 584", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-568], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-576], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 401 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 403 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 403 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-372]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-408], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " jne .L1401", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1401", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-371]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-416], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " jne .L1401", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1401", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": ".L1422:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " je .L1403", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1403", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-370]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " je .L1403", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1403", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " jmp .L1404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1404", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1403:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": ".L1404:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " je .L1401", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1401", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " jne .L1405", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1405", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-369]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISF_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISF_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 212 + } + } + ] + }, + { + "text": ".L1420:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " jne .L1405", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1405", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " jne .L1407", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [ + { + "name": ".L1407", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [ + { + "name": ".LC224", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1407:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-276], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-276]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_115kept_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 409 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_118dropped_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 409 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 260 + } + } + ] + }, + { + "text": " lea rdx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENSA_IPKcNSD_20dropped_delimeters_tESI_EEEEEENS0_13basic_cstringISH_EERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": ".L1419:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [ + { + "name": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " je .L1408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [ + { + "name": ".L1408", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 413 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcEixEm", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " cmp al, 33", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " je .L1409", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [ + { + "name": ".L1409", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcEixEm", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " cmp al, 43", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " jne .L1410", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [ + { + "name": ".L1410", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1409:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " jmp .L1411", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [ + { + "name": ".L1411", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1410:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": ".L1411:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " je .L1412", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 418 + }, + "labels": [ + { + "name": ".L1412", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcEixEm", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " cmp al, 43", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": " jne .L1413", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [ + { + "name": ".L1413", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": " jmp .L1414", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [ + { + "name": ".L1414", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1413:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": ".L1414:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-24], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 420 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " jne .L1412", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [ + { + "name": ".L1412", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [ + { + "name": ".LC224", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1412:", + "source": null, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " or eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " jg .L1415", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [ + { + "name": ".L1415", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " jns .L1416", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [ + { + "name": ".L1416", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L1417", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [ + { + "name": ".L1417", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1415:", + "source": null, + "labels": [] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " je .L1418", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [ + { + "name": ".L1418", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L1417", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 427 + }, + "labels": [ + { + "name": ".L1417", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1416:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL23add_filtered_test_unitsEmNS0_13basic_cstringIKcEERSt6vectorImSaImEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL23add_filtered_test_unitsEmNS0_13basic_cstringIKcEERSt6vectorImSaImEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " jmp .L1417", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 429 + }, + "labels": [ + { + "name": ".L1417", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1418:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL23add_filtered_test_unitsEmNS0_13basic_cstringIKcEERSt6vectorImSaImEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL23add_filtered_test_unitsEmNS0_13basic_cstringIKcEERSt6vectorImSaImEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": ".L1417:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 433 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " jmp .L1419", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 412 + }, + "labels": [ + { + "name": ".L1419", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1408:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " jmp .L1420", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1420", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1405:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " je .L1422", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1422", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " jmp .L1422", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L1422", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1401:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " jmp .L1428", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 437 + }, + "labels": [ + { + "name": ".L1428", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": ".L1428:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl21global_fixture_handleC2EPNS0_17test_unit_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_unit_fixtureC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_unit_fixtureC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework4impl21global_fixture_handleE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework4impl21global_fixture_handleE", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl21global_fixture_handleD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework4impl21global_fixture_handleE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework4impl21global_fixture_handleE", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_unit_fixtureD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_unit_fixtureD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl21global_fixture_handleD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl21global_fixture_handleD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl21global_fixture_handle5setupEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl21global_fixture_handle8teardownEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIPN5boost9unit_test10test_suiteEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIPN5boost9unit_test10test_suiteEED2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE13_Rb_tree_implISA_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE13_Rb_tree_implISA_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEED2Ev", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test9framework5state13context_frameEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test9framework5state13context_frameEED2Ev", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEED2Ev", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost17execution_monitorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12scoped_arrayIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_6detail22translator_holder_baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE13_Rb_tree_implISB_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE13_Rb_tree_implISB_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config13stream_holderD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5stateC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov edx, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+88], 65536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+96], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+184], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17execution_monitorC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+296], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+304], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+312], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+320], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+328], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 336", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holderC1ERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " jmp .L1461", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 497 + }, + "labels": [ + { + "name": ".L1461", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": ".L1461:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 497 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5stateD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state5clearEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 336", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holderD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17execution_monitorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L1469:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 503 + }, + "labels": [ + { + "name": "_ZNKSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5emptyEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " je .L1470", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 503 + }, + "labels": [ + { + "name": ".L1470", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5beginEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEdeEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail19test_id_2_unit_typeEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail19test_id_2_unit_typeEm", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " je .L1465", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 508 + }, + "labels": [ + { + "name": ".L1465", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " je .L1466", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [ + { + "name": ".L1466", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " jmp .L1467", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [ + { + "name": ".L1467", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1466:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": ".L1467:", + "source": null, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " je .L1469", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [ + { + "name": ".L1469", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " jmp .L1469", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 509 + }, + "labels": [ + { + "name": ".L1469", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1465:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " test rbx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " je .L1469", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 511 + }, + "labels": [ + { + "name": ".L1469", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_caseD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov esi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " jmp .L1469", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 503 + }, + "labels": [ + { + "name": ".L1469", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1470:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state9set_tu_idERNS0_9test_unitEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+48], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state21deduce_siblings_orderEmmRSt3mapImNS1_4impl10order_infoESt4lessImESaISt4pairIKmS5_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " sub rsp, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-216], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-232], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 522 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 522 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-142]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " jne .L1473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1473", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-141]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-160], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " jne .L1473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1473", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1481:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L1475", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1475", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-140]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L1475", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1475", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1476", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1476", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1475:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1476:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L1473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1473", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " jne .L1477", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1477", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-139]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1478:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " jne .L1477", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1477", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL26collect_dependant_siblingsEmmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL26collect_dependant_siblingsEmmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L1478", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1478", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1477:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L1479", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1479", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-138]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L1481", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1481", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1479:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " jmp .L1481", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 525 + }, + "labels": [ + { + "name": ".L1481", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1473:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " jne .L1501", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 528 + }, + "labels": [ + { + "name": ".L1501", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-137]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " jne .L1484", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1484", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " jne .L1484", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1484", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": ".L1491:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " je .L1486", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1486", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-135]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " je .L1486", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1486", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " jmp .L1487", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1487", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1486:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": ".L1487:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " je .L1484", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1484", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " jne .L1488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1488", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-134]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": ".L1489:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " jne .L1488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1488", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state21deduce_siblings_orderEmmRSt3mapImNS1_4impl10order_infoESt4lessImESaISt4pairIKmS5_EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 535 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state21deduce_siblings_orderEmmRSt3mapImNS1_4impl10order_infoESt4lessImESaISt4pairIKmS5_EEE", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " jmp .L1489", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1489", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1488:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " je .L1491", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1491", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-133]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L1491", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L1491", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1484:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 537 + }, + "labels": [] + }, + { + "text": " call _ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 537 + }, + "labels": [ + { + "name": "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEE5clearEv", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-132]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-184], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " jne .L1472", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1472", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-131]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-192], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " jne .L1472", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1472", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-19], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": ".L1500:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " je .L1494", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1494", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-130]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " je .L1494", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1494", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " jmp .L1495", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1495", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1494:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": ".L1495:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " je .L1472", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1472", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " jne .L1496", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1496", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-200], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": ".L1498:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " jne .L1496", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1496", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL19assign_sibling_rankEmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 539 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL19assign_sibling_rankEmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZSt9make_pairIRmS0_ESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS2_INS3_IT0_E4typeEE6__typeEEOS4_OS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [ + { + "name": "_ZSt9make_pairIRmS0_ESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS2_INS3_IT0_E4typeEE6__typeEEOS4_OS9_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEE6insertIS2_ImmEEENSt9enable_ifIXsrSt16is_constructibleIS4_JT_EE5valueESt17_Rb_tree_iteratorIS4_EE4typeEOSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 540 + }, + "labels": [ + { + "name": "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEE6insertIS2_ImmEEENSt9enable_ifIXsrSt16is_constructibleIS4_JT_EE5valueESt17_Rb_tree_iteratorIS4_EE4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-19], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " jmp .L1498", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1498", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1496:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " je .L1500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1500", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-105]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L1500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".L1500", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1501:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": ".L1472:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state27finalize_default_run_statusEmNS0_9test_unit10run_statusE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " sub rsp, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-100], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 551 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-56], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " je .L1503", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 553 + }, + "labels": [ + { + "name": ".L1503", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+216], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": ".L1503:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " jne .L1504", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".L1504", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " jne .L1505", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1505", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " jne .L1505", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1505", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": ".L1512:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " je .L1507", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1507", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-47]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " je .L1507", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1507", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " jmp .L1508", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1508", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1507:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": ".L1508:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " je .L1505", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1505", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " jne .L1509", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1509", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-46]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": ".L1510:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " jne .L1509", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1509", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " add rax, 216", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEcvRKS3_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEcvRKS3_Ev", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state27finalize_default_run_statusEmNS0_9test_unit10run_statusE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state27finalize_default_run_statusEmNS0_9test_unit10run_statusE", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " or al, BYTE PTR [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " jmp .L1510", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1510", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1509:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " je .L1512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1512", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-45]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L1512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L1512", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1505:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " je .L1513", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 562 + }, + "labels": [ + { + "name": ".L1513", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " jmp .L1514", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 562 + }, + "labels": [ + { + "name": ".L1514", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1513:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": ".L1514:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+216], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": ".L1504:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 565 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state19finalize_run_statusEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 572 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " jne .L1517", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 575 + }, + "labels": [ + { + "name": ".L1517", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-45]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " jne .L1518", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1518", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " jne .L1518", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1518", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": ".L1525:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " je .L1520", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1520", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-43]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " je .L1520", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1520", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " jmp .L1521", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1521", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1520:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": ".L1521:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " je .L1518", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1518", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " jne .L1522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1522", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-42]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": ".L1523:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " jne .L1522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1522", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state19finalize_run_statusEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state19finalize_run_statusEm", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " or al, BYTE PTR [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " jmp .L1523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1523", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1522:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " je .L1525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1525", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L1525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L1525", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1518:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": " je .L1526", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 580 + }, + "labels": [ + { + "name": ".L1526", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": " jmp .L1527", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 580 + }, + "labels": [ + { + "name": ".L1527", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1526:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": ".L1527:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+220], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": ".L1517:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 583 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 583 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state17deduce_run_statusEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " sub rsp, 248", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " je .L1530", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [ + { + "name": ".L1530", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4implL13parse_filtersEmRSt6vectorImSaImEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 596 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL13parse_filtersEmRSt6vectorImSaImEES6_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " je .L1530", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [ + { + "name": ".L1530", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " jmp .L1531", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [ + { + "name": ".L1531", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1530:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": ".L1531:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-25], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-25], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " je .L1532", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [ + { + "name": ".L1532", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " jmp .L1533", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [ + { + "name": ".L1533", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1532:", + "source": null, + "labels": [] + }, + { + "text": " mov ecx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": ".L1533:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusC1ENS0_9test_unit10run_statusEPSt6vectorImSaImEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 600 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": ".L1539:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 603 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE5emptyEv", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " je .L1534", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 603 + }, + "labels": [ + { + "name": ".L1534", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 604 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE4backEv", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 604 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE8pop_backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 606 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE8pop_backEv", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 609 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " jne .L1552", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 609 + }, + "labels": [ + { + "name": ".L1552", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusC1ENS0_9test_unit10run_statusEPSt6vectorImSaImEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 614 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 617 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": ".L1538:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " je .L1537", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 619 + }, + "labels": [ + { + "name": ".L1537", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " je .L1537", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 619 + }, + "labels": [ + { + "name": ".L1537", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 625 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_status5visitERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 626 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl14set_run_status5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 627 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " jmp .L1538", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 618 + }, + "labels": [ + { + "name": ".L1538", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1537:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " jmp .L1539", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [ + { + "name": ".L1539", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1552:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " jmp .L1539", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 603 + }, + "labels": [ + { + "name": ".L1539", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1534:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 632 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE5emptyEv", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 632 + }, + "labels": [] + }, + { + "text": " je .L1540", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 632 + }, + "labels": [ + { + "name": ".L1540", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 633 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE4backEv", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 633 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE8pop_backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE8pop_backEv", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 638 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " jne .L1553", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 638 + }, + "labels": [ + { + "name": ".L1553", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusC1ENS0_9test_unit10run_statusEPSt6vectorImSaImEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 642 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " jmp .L1534", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [ + { + "name": ".L1534", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1553:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 639 + }, + "labels": [] + }, + { + "text": " jmp .L1534", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 632 + }, + "labels": [ + { + "name": ".L1534", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1540:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state19finalize_run_statusEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 646 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state19finalize_run_statusEm", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " jmp .L1551", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L1551", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " jmp .L1544", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 613 + }, + "labels": [ + { + "name": ".L1544", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [] + }, + { + "text": " jmp .L1544", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 641 + }, + "labels": [ + { + "name": ".L1544", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": ".L1544:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " jmp .L1546", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 599 + }, + "labels": [ + { + "name": ".L1546", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": ".L1546:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": ".L1551:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9framework5state23random_generator_helperclEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " call rand", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " cdqe", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " div QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools16assertion_resultD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools16assertion_resultC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/assertion_result.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": ".LC225:", + "source": null, + "labels": [] + }, + { + "text": " .string \"disabled\"", + "source": null, + "labels": [] + }, + { + "text": ".LC226:", + "source": null, + "labels": [] + }, + { + "text": " .string \"timeout for the test unit is exceeded\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state17execute_test_treeEmmPKNS2_23random_generator_helperE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " push r15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " sub rsp, 1320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1336], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1344], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1352], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1360], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 665 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-904], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 669 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": " je .L1563", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 669 + }, + "labels": [ + { + "name": ".L1563", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-900]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-936], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-376], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " jne .L1564", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1564", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-899]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-944], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-384], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " jne .L1564", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1564", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-49], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": ".L1571:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-49], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " je .L1566", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1566", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-898]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " je .L1566", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1566", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " jmp .L1567", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1567", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1566:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": ".L1567:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " je .L1564", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1564", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-49], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " jne .L1568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1568", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-897]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-392], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": ".L1569:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-49], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " jne .L1568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1568", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".LC225", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-49], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " jmp .L1569", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1569", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1568:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-49], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " je .L1571", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1571", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-869]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L1571", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L1571", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1564:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 672 + }, + "labels": [] + }, + { + "text": " jmp .L1701", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 672 + }, + "labels": [ + { + "name": ".L1701", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1563:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-1352], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " jne .L1573", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 677 + }, + "labels": [ + { + "name": ".L1573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-868]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-952], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-352], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jne .L1574", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1574", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-867]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-960], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-360], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jne .L1574", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1574", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-50], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": ".L1581:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-50], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " je .L1576", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1576", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-866]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " je .L1576", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1576", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jmp .L1577", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1577", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1576:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": ".L1577:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " je .L1574", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1574", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-50], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jne .L1578", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1578", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-865]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-368], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": ".L1579:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-50], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jne .L1578", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1578", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC226", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [ + { + "name": ".LC226", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-50], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jmp .L1579", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1579", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1578:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-50], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " je .L1581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-837]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L1581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L1581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1574:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, -4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " jmp .L1701", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 682 + }, + "labels": [ + { + "name": ".L1701", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1573:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-1352], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " je .L1582", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [ + { + "name": ".L1582", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " add rax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " je .L1583", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [ + { + "name": ".L1583", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " add rax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " imul eax, eax, 1000000", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-1352], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " jbe .L1583", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [ + { + "name": ".L1583", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1582:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " jmp .L1584", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [ + { + "name": ".L1584", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1583:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": ".L1584:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [] + }, + { + "text": " je .L1585", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 684 + }, + "labels": [ + { + "name": ".L1585", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " add rax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 685 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " imul eax, eax, 1000000", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1352], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": ".L1585:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit19check_preconditionsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit19check_preconditionsEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 689 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_resultntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 689 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_resultntEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 689 + }, + "labels": [] + }, + { + "text": " je .L1586", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 689 + }, + "labels": [ + { + "name": ".L1586", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-836]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-968], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-968]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-328], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " jne .L1587", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1587", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-835]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-976], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-336], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " jne .L1587", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1587", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-51], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": ".L1594:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-51], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " je .L1589", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1589", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-834]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " je .L1589", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1589", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " jmp .L1590", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1590", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1589:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": ".L1590:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " je .L1587", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1587", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-51], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " jne .L1591", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1591", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-833]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-344], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": ".L1592:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-51], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " jne .L1591", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1591", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-51], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " jmp .L1592", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1592", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1591:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-51], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " je .L1594", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1594", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-810]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L1594", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L1594", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1587:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " jmp .L1595", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 697 + }, + "labels": [ + { + "name": ".L1595", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1586:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-809]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-984], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " jne .L1596", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1596", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-992], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " jne .L1596", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1596", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-52], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": ".L1603:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-52], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " je .L1598", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1598", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-807]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " je .L1598", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1598", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " jmp .L1599", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1599", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1598:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": ".L1599:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " je .L1596", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1596", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-52], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " jne .L1600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1600", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-806]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": ".L1601:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-52], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " jne .L1600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1600", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-52], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " jmp .L1601", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1601", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1600:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-52], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " je .L1603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-805]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L1603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 701 + }, + "labels": [ + { + "name": ".L1603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1596:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-804]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1000], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " jne .L1604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1604", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-803]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1008], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " jne .L1604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1604", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-53], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": ".L1617:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-53], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " je .L1606", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1606", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-802]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " je .L1606", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1606", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " jmp .L1607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1607", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1606:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": ".L1607:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " je .L1604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1604", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-53], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " jne .L1608", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1608", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-801]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": ".L1614:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-53], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " jne .L1609", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1609", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreC1ERmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117unit_test_monitorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov r14d, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov r15d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov r9, r15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rsi, r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, r15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rsi, r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4bindIvNS_9unit_test17test_unit_fixtureENS_10shared_ptrIS2_EEEENS_3_bi6bind_tIT_NS_4_mfi3mf0IS7_T0_EENS5_9list_av_1IT1_E4typeEEEMSA_FS7_vESD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [ + { + "name": "_ZN5boost4bindIvNS_9unit_test17test_unit_fixtureENS_10shared_ptrIS2_EEEENS_3_bi6bind_tIT_NS_4_mfi3mf0IS7_T0_EENS5_9list_av_1IT1_E4typeEEEMSA_FS7_vESD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rcx, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS4_5list1INS4_5valueINS_10shared_ptrIS9_EEEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISI_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-904], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " je .L1610", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 708 + }, + "labels": [ + { + "name": ".L1610", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " jmp .L1611", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 709 + }, + "labels": [ + { + "name": ".L1611", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1610:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 710 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results7abortedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 711 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results7abortedEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " je .L1612", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".L1612", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-904], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " jmp .L1611", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 713 + }, + "labels": [ + { + "name": ".L1611", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1612:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": ".L1611:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " jne .L1609", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 713 + }, + "labels": [ + { + "name": ".L1609", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-53], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " jmp .L1614", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1614", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1609:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": ".L1608:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-53], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " je .L1615", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1615", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-705]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " jmp .L1616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1616", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1615:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": ".L1616:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L1617", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1617", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1604:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " jne .L1618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 721 + }, + "labels": [ + { + "name": ".L1618", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 723 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 723 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5timer5timerC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 723 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1073]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L1619", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 728 + }, + "labels": [ + { + "name": ".L1619", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 729 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 729 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIjEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIjEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " je .L1620", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 731 + }, + "labels": [ + { + "name": ".L1620", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-676]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1088], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-216], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " jne .L1618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1618", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-675]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1096], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " jne .L1618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1618", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-65], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": ".L1643:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-65], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " je .L1623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-674]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt8multimapImmSt4lessImESaISt4pairIKmmEEEEEbRKNS1_15static_any_baseESD_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt8multimapImmSt4lessImESaISt4pairIKmmEEEEEbRKNS1_15static_any_baseESD_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " je .L1623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " jmp .L1624", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1624", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1623:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": ".L1624:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " je .L1618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1618", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-65], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " jne .L1625", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1625", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-673]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefISt4pairImmESt8multimapImmSt4lessImESaIS3_IKmmEEEEET_RKNS1_15static_any_baseERKT0_NS_4typeISC_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefISt4pairImmESt8multimapImmSt4lessImESaIS3_IKmmEEEEET_RKNS1_15static_any_baseERKT0_NS_4typeISC_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1112], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": ".L1641:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-65], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " jne .L1625", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1625", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5timer5timer7elapsedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 738 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5timer5timer7elapsedEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-672], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-664], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 738 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " comisd xmm0, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " jnb .L1627", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [ + { + "name": ".L1627", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " jmp .L1628", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [ + { + "name": ".L1628", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1627:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " subsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " movabs rdx, -9223372036854775808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " xor rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": ".L1628:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-1352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13child_timeoutEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state13child_timeoutEmm", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-1112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state17execute_test_treeEmmPKNS2_23random_generator_helperE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state17execute_test_treeEmmPKNS2_23random_generator_helperE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-644], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-644]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [ + { + "name": "_ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-904], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 742 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " jne .L1723", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 742 + }, + "labels": [ + { + "name": ".L1723", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5timer5timer7elapsedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5timer5timer7elapsedEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-640], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-632], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " comisd xmm0, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " jnb .L1630", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [ + { + "name": ".L1630", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " jmp .L1631", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [ + { + "name": ".L1631", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1630:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " subsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " movabs rax, -9223372036854775808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " xor QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": ".L1631:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-1352], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " je .L1632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 748 + }, + "labels": [ + { + "name": ".L1632", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-1352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " jbe .L1632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 748 + }, + "labels": [ + { + "name": ".L1632", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-1352], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " je .L1632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 748 + }, + "labels": [ + { + "name": ".L1632", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-621]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " jne .L1633", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1633", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-620]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " jne .L1633", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1633", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-66], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": ".L1640:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-66], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " je .L1635", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1635", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-619]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " je .L1635", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1635", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " jmp .L1636", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1636", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1635:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": ".L1636:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " je .L1633", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1633", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-66], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " jne .L1637", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1637", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-618]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-256], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": ".L1638:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-66], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " jne .L1637", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1637", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-66], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " jmp .L1638", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1638", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1637:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-66], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " je .L1640", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1640", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-617]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L1640", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".L1640", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1633:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-616], -4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " call _ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 752 + }, + "labels": [ + { + "name": "_ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-904], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1352], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": ".L1632:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-65], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " jmp .L1641", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1641", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1723:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 743 + }, + "labels": [] + }, + { + "text": ".L1625:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-65], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " je .L1643", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1643", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-609]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt8multimapImmSt4lessImESaISt4pairIKmmEEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt8multimapImmSt4lessImESaISt4pairIKmmEEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L1643", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L1643", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1620:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 766 + }, + "labels": [ + { + "name": "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 766 + }, + "labels": [] + }, + { + "text": ".L1670:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [ + { + "name": "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE3endEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-608], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [] + }, + { + "text": " je .L1645", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 767 + }, + "labels": [ + { + "name": ".L1645", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 768 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 768 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE5clearEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE11equal_rangeERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [ + { + "name": "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE11equal_rangeERS3_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1200], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1192], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": ".L1647:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [] + }, + { + "text": " je .L1646", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [ + { + "name": ".L1646", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 773 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 773 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 773 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " lea rax, [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 774 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 774 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 774 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEppEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 774 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEppEi", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " jmp .L1647", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 772 + }, + "labels": [ + { + "name": ".L1647", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1646:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE5beginEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14random_shuffleIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEKNS1_5state23random_generator_helperEEEvT_SE_RT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 777 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl14random_shuffleIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEKNS1_5state23random_generator_helperEEEvT_SE_RT0_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-596]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " jne .L1670", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1670", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-595]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1216], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " jne .L1670", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1670", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-67], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": ".L1669:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-67], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " je .L1650", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1650", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-594]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " je .L1650", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1650", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " jmp .L1651", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1651", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1650:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": ".L1651:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " je .L1670", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1670", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-67], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " jne .L1652", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1652", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-593]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": ".L1667:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-67], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " jne .L1652", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1652", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 782 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 782 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5timer5timer7elapsedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 782 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5timer5timer7elapsedEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-592], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 782 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 782 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 782 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 782 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 782 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " comisd xmm0, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " jnb .L1653", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [ + { + "name": ".L1653", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " jmp .L1654", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [ + { + "name": ".L1654", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1653:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " subsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " movabs rdx, -9223372036854775808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " xor rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": ".L1654:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-1352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13child_timeoutEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state13child_timeoutEmm", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-184], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 780 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state17execute_test_treeEmmPKNS2_23random_generator_helperE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state17execute_test_treeEmmPKNS2_23random_generator_helperE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-564], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-564]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [ + { + "name": "_ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-904], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 786 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " jne .L1724", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 786 + }, + "labels": [ + { + "name": ".L1724", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5timer5timer7elapsedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5timer5timer7elapsedEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-560], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-552], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " comisd xmm0, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " jnb .L1656", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [ + { + "name": ".L1656", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " jmp .L1657", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [ + { + "name": ".L1657", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1656:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " subsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " movabs rax, -9223372036854775808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " xor QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": ".L1657:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-1352], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 791 + }, + "labels": [] + }, + { + "text": " je .L1658", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 791 + }, + "labels": [ + { + "name": ".L1658", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 791 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-1352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 791 + }, + "labels": [] + }, + { + "text": " jbe .L1658", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 791 + }, + "labels": [ + { + "name": ".L1658", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-1352], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 791 + }, + "labels": [] + }, + { + "text": " je .L1658", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 791 + }, + "labels": [ + { + "name": ".L1658", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-541]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1224], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-192], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " jne .L1659", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1659", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-540]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1232], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " jne .L1659", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1659", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": ".L1666:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " je .L1661", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1661", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-539]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " je .L1661", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1661", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " jmp .L1662", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1662", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1661:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": ".L1662:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " je .L1659", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1659", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " jne .L1663", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1663", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-538]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": ".L1664:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " jne .L1663", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1663", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " jmp .L1664", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1664", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1663:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " je .L1666", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1666", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-537]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L1666", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L1666", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1659:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-536], -4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " call _ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 795 + }, + "labels": [ + { + "name": "_ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-904], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 795 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1352], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": ".L1658:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-67], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " jmp .L1667", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1667", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1724:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 787 + }, + "labels": [] + }, + { + "text": ".L1652:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-67], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " je .L1669", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1669", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-529]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L1669", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 779 + }, + "labels": [ + { + "name": ".L1669", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1645:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " jmp .L1618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [ + { + "name": ".L1618", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1619:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+184], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreC1ERmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117unit_test_monitorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " add rax, 280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINS_8functionIFvvEEEEcvRKS4_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINS_8functionIFvvEEEEcvRKS4_Ev", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-904], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5timer5timer7elapsedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5timer5timer7elapsedEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-528], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-520], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " comisd xmm0, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " jnb .L1671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [ + { + "name": ".L1671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " jmp .L1672", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [ + { + "name": ".L1672", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1671:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " subsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " movabs rax, -9223372036854775808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " xor QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": ".L1672:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 819 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": ".L1618:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 826 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 826 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 826 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 826 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 826 + }, + "labels": [] + }, + { + "text": " je .L1673", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 826 + }, + "labels": [ + { + "name": ".L1673", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-505]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1256], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jne .L1673", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1673", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1264], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jne .L1673", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1673", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-69], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": ".L1684:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-69], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " je .L1676", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1676", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-503]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " je .L1676", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1676", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jmp .L1677", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1677", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1676:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": ".L1677:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " je .L1673", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1673", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-69], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jne .L1684", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1684", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-502]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4prevISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4prevISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jne .L1684", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1684", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-501]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": ".L1683:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-69], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jne .L1679", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1679", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreC1ERmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117unit_test_monitorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov r12d, 25", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov r13d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov r9, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4bindIvNS_9unit_test17test_unit_fixtureENS_10shared_ptrIS2_EEEENS_3_bi6bind_tIT_NS_4_mfi3mf0IS7_T0_EENS5_9list_av_1IT1_E4typeEEEMSA_FS7_vESD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [ + { + "name": "_ZN5boost4bindIvNS_9unit_test17test_unit_fixtureENS_10shared_ptrIS2_EEEENS_3_bi6bind_tIT_NS_4_mfi3mf0IS7_T0_EENS5_9list_av_1IT1_E4typeEEEMSA_FS7_vESD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rcx, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS4_5list1INS4_5valueINS_10shared_ptrIS9_EEEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISI_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-500], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-500]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [ + { + "name": "_ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-904], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 832 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 832 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 832 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 832 + }, + "labels": [] + }, + { + "text": " je .L1680", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 832 + }, + "labels": [ + { + "name": ".L1680", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " jmp .L1681", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 833 + }, + "labels": [ + { + "name": ".L1681", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1680:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": ".L1681:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " jne .L1679", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 833 + }, + "labels": [ + { + "name": ".L1679", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-69], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jmp .L1683", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1683", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1679:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jmp .L1684", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1684", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1673:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 838 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 838 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 838 + }, + "labels": [] + }, + { + "text": " je .L1685", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 838 + }, + "labels": [ + { + "name": ".L1685", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-402]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1304], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jne .L1685", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1685", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-401]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1312], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-288], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jne .L1685", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1685", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-70], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": ".L1693:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-70], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " je .L1688", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1688", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " je .L1688", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1688", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jmp .L1689", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1689", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1688:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": ".L1689:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " je .L1685", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1685", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-70], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jne .L1690", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1690", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-399]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-296], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": ".L1691:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-70], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jne .L1690", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1690", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 840 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-70], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " jmp .L1691", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1691", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1690:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-70], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " je .L1693", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1693", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-398]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L1693", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 839 + }, + "labels": [ + { + "name": ".L1693", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1685:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-397]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1320], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-304], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " jne .L1694", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1694", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-396]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1328], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " jne .L1694", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1694", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-71], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": ".L1700:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-71], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " je .L1696", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1696", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-395]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " je .L1696", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1696", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " jmp .L1697", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1697", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1696:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": ".L1697:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " je .L1694", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1694", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-71], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " jne .L1700", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1700", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-394]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4prevISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4prevISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " jne .L1700", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1700", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-393]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-320], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": ".L1699:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-71], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " jne .L1700", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1700", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-71], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [] + }, + { + "text": " jmp .L1699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 844 + }, + "labels": [ + { + "name": ".L1699", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1694:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, DWORD PTR [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 847 + }, + "labels": [] + }, + { + "text": ".L1595:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": ".L1701:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": " jmp .L1722", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [ + { + "name": ".L1722", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " jmp .L1703", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [ + { + "name": ".L1703", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": ".L1703:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " jmp .L1704", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [ + { + "name": ".L1704", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": ".L1704:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " jmp .L1705", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 707 + }, + "labels": [ + { + "name": ".L1705", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": ".L1705:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " jmp .L1706", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 705 + }, + "labels": [ + { + "name": ".L1706", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " jmp .L1706", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 763 + }, + "labels": [ + { + "name": ".L1706", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " jmp .L1706", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 812 + }, + "labels": [ + { + "name": ".L1706", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " jmp .L1710", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [ + { + "name": ".L1710", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": ".L1710:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " jmp .L1711", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [ + { + "name": ".L1711", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": ".L1711:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [] + }, + { + "text": " jmp .L1706", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 828 + }, + "labels": [ + { + "name": ".L1706", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": ".L1706:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": ".L1722:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 1320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": " pop r15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 848 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state13child_timeoutEmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 852 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 852 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 852 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 852 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 852 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 854 + }, + "labels": [] + }, + { + "text": " je .L1726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 854 + }, + "labels": [ + { + "name": ".L1726", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 854 + }, + "labels": [] + }, + { + "text": " jne .L1727", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 854 + }, + "labels": [ + { + "name": ".L1727", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1726:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 855 + }, + "labels": [] + }, + { + "text": " jmp .L1728", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 855 + }, + "labels": [ + { + "name": ".L1728", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1727:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " jbe .L1729", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 857 + }, + "labels": [ + { + "name": ".L1729", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": " jmp .L1731", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 859 + }, + "labels": [ + { + "name": ".L1731", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1729:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 857 + }, + "labels": [] + }, + { + "text": ".L1731:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 859 + }, + "labels": [] + }, + { + "text": ".L1728:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 860 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 860 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " cmp ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " jl .L1733", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [ + { + "name": ".L1733", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " cmp ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " jne .L1734", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [ + { + "name": ".L1734", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " jnb .L1734", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [ + { + "name": ".L1734", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1733:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": " jmp .L1735", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [ + { + "name": ".L1735", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1734:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 865 + }, + "labels": [] + }, + { + "text": ".L1735:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 866 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state13context_frameC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEib:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 873 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-24], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+32], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+36], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 876 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 877 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 877 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 877 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " je .L1739", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [ + { + "name": ".L1739", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " je .L1739", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [ + { + "name": ".L1739", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5stateC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test9framework5stateD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": ".L1739:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " jmp .L1744", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [ + { + "name": ".L1744", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " jne .L1742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [ + { + "name": ".L1742", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": ".L1742:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": ".L1744:", + "source": null, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 916 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl19setup_for_executionERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 923 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 923 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state17deduce_run_statusEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 924 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state17deduce_run_statusEm", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 925 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 925 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 925 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 925 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl17sum_to_first_onlyC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 928 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 928 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 928 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 928 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 928 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 928 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 928 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 928 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl28shutdown_loggers_and_reportsEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 943 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 943 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 944 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 944 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 944 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 944 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE5clearEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [ + { + "name": ".LC4", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 945 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " jmp .L1750", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 946 + }, + "labels": [ + { + "name": ".L1750", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": ".L1750:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 946 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 946 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 946 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EEC1ERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 223 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl43unregister_global_fixture_and_configurationEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 950 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 950 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 950 + }, + "labels": [] + }, + { + "text": " sub rsp, 216", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 950 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-82]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-200], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " jne .L1754", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1754", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " jne .L1754", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1754", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": ".L1761:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " je .L1756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1756", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEbRKNS1_15static_any_baseESC_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEbRKNS1_15static_any_baseESC_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " je .L1756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1756", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " jmp .L1757", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1757", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1756:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": ".L1757:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " je .L1754", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1754", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " jne .L1758", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1758", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-79]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_14global_fixtureESt3setIS4_St4lessIS4_ESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISA_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_14global_fixtureESt3setIS4_St4lessIS4_ESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISA_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": ".L1759:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " jne .L1758", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1758", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 954 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14global_fixture25unregister_from_frameworkEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 954 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14global_fixture25unregister_from_frameworkEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " jmp .L1759", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1759", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1758:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " je .L1761", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1761", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-78]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L1761", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 953 + }, + "labels": [ + { + "name": ".L1761", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1754:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 956 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 956 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 956 + }, + "labels": [ + { + "name": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EEC1ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-77]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-216], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " jne .L1762", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-76]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-224], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " jne .L1762", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": ".L1769:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " je .L1764", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1764", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-75]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " je .L1764", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1764", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " jmp .L1765", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1765", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1764:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": ".L1765:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " je .L1762", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " jne .L1766", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1766", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-74]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": ".L1767:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " jne .L1766", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1766", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 960 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 960 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 960 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " jmp .L1767", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1767", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1766:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " je .L1769", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1769", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-73]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L1769", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 959 + }, + "labels": [ + { + "name": ".L1769", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1762:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 962 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 962 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 962 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 962 + }, + "labels": [ + { + "name": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " jmp .L1774", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 963 + }, + "labels": [ + { + "name": ".L1774", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [] + }, + { + "text": " jmp .L1771", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 958 + }, + "labels": [ + { + "name": ".L1771", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": ".L1771:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 952 + }, + "labels": [] + }, + { + "text": ".L1774:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 963 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 963 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 963 + }, + "labels": [] + }, + { + "text": ".LC228:", + "source": null, + "labels": [] + }, + { + "text": " .string \"all\"", + "source": null, + "labels": [] + }, + { + "text": ".LC229:", + "source": null, + "labels": [] + }, + { + "text": " .string \"success\"", + "source": null, + "labels": [] + }, + { + "text": ".LC230:", + "source": null, + "labels": [] + }, + { + "text": " .string \"test_suite\"", + "source": null, + "labels": [] + }, + { + "text": ".LC231:", + "source": null, + "labels": [] + }, + { + "text": " .string \"unit_scope\"", + "source": null, + "labels": [] + }, + { + "text": ".LC232:", + "source": null, + "labels": [] + }, + { + "text": " .string \"warning\"", + "source": null, + "labels": [] + }, + { + "text": ".LC233:", + "source": null, + "labels": [] + }, + { + "text": " .string \"cpp_exception\"", + "source": null, + "labels": [] + }, + { + "text": ".LC234:", + "source": null, + "labels": [] + }, + { + "text": " .string \"system_error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC235:", + "source": null, + "labels": [] + }, + { + "text": " .string \"fatal_error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC236:", + "source": null, + "labels": [] + }, + { + "text": " .string \"nothing\"", + "source": null, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels:", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC228", + "source": null, + "labels": [ + { + "name": ".LC228", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC229", + "source": null, + "labels": [ + { + "name": ".LC229", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC230", + "source": null, + "labels": [ + { + "name": ".LC230", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 1", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC231", + "source": null, + "labels": [ + { + "name": ".LC231", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 1", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC130", + "source": null, + "labels": [ + { + "name": ".LC130", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 2", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC232", + "source": null, + "labels": [ + { + "name": ".LC232", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 3", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC51", + "source": null, + "labels": [ + { + "name": ".LC51", + "range": { + "startCol": 17, + "endCol": 22 + } + } + ] + }, + { + "text": " .long 4", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC233", + "source": null, + "labels": [ + { + "name": ".LC233", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 5", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC234", + "source": null, + "labels": [ + { + "name": ".LC234", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 6", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC235", + "source": null, + "labels": [ + { + "name": ".LC235", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 7", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC236", + "source": null, + "labels": [ + { + "name": ".LC236", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 8", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA4_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA8_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA11_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA6_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA14_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA13_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA12_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": ".LC237:", + "source": null, + "labels": [] + }, + { + "text": " .string \"HRF\"", + "source": null, + "labels": [] + }, + { + "text": ".LC238:", + "source": null, + "labels": [] + }, + { + "text": " .string \"CLF\"", + "source": null, + "labels": [] + }, + { + "text": ".LC239:", + "source": null, + "labels": [] + }, + { + "text": " .string \"XML\"", + "source": null, + "labels": [] + }, + { + "text": ".LC240:", + "source": null, + "labels": [] + }, + { + "text": " .string \"JUNIT\"", + "source": null, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats:", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC237", + "source": null, + "labels": [ + { + "name": ".LC237", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 1", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC238", + "source": null, + "labels": [ + { + "name": ".LC238", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 1", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC239", + "source": null, + "labels": [ + { + "name": ".LC239", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 2", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC240", + "source": null, + "labels": [ + { + "name": ".LC240", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .long 3", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": ".LC241:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Unable to determine the logger type from '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC242:", + "source": null, + "labels": [] + }, + { + "text": " .string \"'. Possible choices are: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC243:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Logger setup error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC244:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Unable to determine the log level from '\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl13setup_loggersEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " push r15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " sub rsp, 2568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 967 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 972 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 972 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 972 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 972 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 972 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 972 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3hasENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 972 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3hasENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " je .L1797", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [ + { + "name": ".L1797", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-2336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " je .L1797", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [ + { + "name": ".L1797", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " jmp .L1798", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [ + { + "name": ".L1798", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1797:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": ".L1798:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-81], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 973 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 978 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 978 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 978 + }, + "labels": [] + }, + { + "text": " je .L1799", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 978 + }, + "labels": [ + { + "name": ".L1799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINS0_9log_levelEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINS0_9log_levelEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 979 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " lea rax, [rbp-2304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINS0_13output_formatEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINS0_13output_formatEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-2356], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 981 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-2356]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 981 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 981 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 981 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t10set_formatENS0_13output_formatE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 981 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10set_formatENS0_13output_formatE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 983 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 983 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2356]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 983 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 983 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 983 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEixERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 983 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEixERS8_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-160], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 983 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3hasENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3hasENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [] + }, + { + "text": " je .L1800", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [ + { + "name": ".L1800", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-184], OFFSET FLAT:_ZSt4cout", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 984 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofISoEEPT_RS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9addressofISoEEPT_RS1_", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov r8, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov r14d, OFFSET FLAT:_ZN5boost9unit_test15unit_test_log_t10set_streamERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10set_streamERSo", + "range": { + "startCol": 35, + "endCol": 87 + } + } + ] + }, + { + "text": " mov r15d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rsi, r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdi, r15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rcx, r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rbx, r15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4bindIvNS_9unit_test15unit_test_log_tERSoPS2_NS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_NS_4_mfi3mf1IS9_T0_T1_EENS7_9list_av_2IT2_T3_E4typeEEEMSC_FS9_SD_ESG_SH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [ + { + "name": "_ZN5boost4bindIvNS_9unit_test15unit_test_log_tERSoPS2_NS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_NS_4_mfi3mf1IS9_T0_T1_EENS7_9list_av_2IT2_T3_E4typeEEEMSC_FS9_SD_ESG_SH_", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-2248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-2256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-2264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-2272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS4_5list2INS4_5valueIPS9_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 991 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 990 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": ".L1800:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 993 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14runtime_config13stream_holder3refEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 993 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14runtime_config13stream_holder3refEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 993 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t10set_streamERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 993 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10set_streamERSo", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 994 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t9configureEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 994 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t9configureEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " jmp .L1902", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [ + { + "name": ".L1902", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1799:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 999 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 999 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 999 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 999 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 999 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-49], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1023 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-2180]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-2368], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " jne .L1902", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1902", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-2179]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-2376], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " jne .L1902", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1902", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-50], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": ".L1847:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-50], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " je .L1805", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1805", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-2178]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " je .L1805", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1805", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " jmp .L1806", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1806", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1805:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": ".L1806:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " je .L1902", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1902", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-50], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " jne .L1807", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1807", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-2177]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-2400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISF_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISF_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 212 + } + } + ] + }, + { + "text": ".L1845:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-50], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " jne .L1807", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1807", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-2116], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2116]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_115kept_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-2112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1034 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_118dropped_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1034 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1034 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-2176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 260 + } + } + ] + }, + { + "text": " lea rdx, [rbp-2400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENSA_IPKcNSD_20dropped_delimeters_tESI_EEEEEENS0_13basic_cstringISH_EERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1035 + }, + "labels": [] + }, + { + "text": ".L1815:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [ + { + "name": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " je .L1809", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [ + { + "name": ".L1809", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1953]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rax, [rbp-1952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rax, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1953]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1953]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " cmp al, 92", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": " je .L1810", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [ + { + "name": ".L1810", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " cmp al, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " jne .L1811", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [ + { + "name": ".L1811", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1810:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": " je .L1811", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [ + { + "name": ".L1811", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": " jmp .L1812", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [ + { + "name": ".L1812", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1811:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1040 + }, + "labels": [] + }, + { + "text": ".L1812:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [] + }, + { + "text": " je .L1813", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1039 + }, + "labels": [ + { + "name": ".L1813", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEpLERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " jmp .L1814", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [ + { + "name": ".L1814", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1813:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1044 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1044 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1044 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1044 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1044 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backERKS5_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": ".L1814:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " jmp .L1815", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1037 + }, + "labels": [ + { + "name": ".L1815", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1809:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-1876]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-2440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " jne .L1816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1816", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-1875]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-2448], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " jne .L1816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1816", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-51], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": ".L1844:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-51], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " je .L1818", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1818", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-1874]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " je .L1818", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1818", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " jmp .L1819", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1819", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1818:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": ".L1819:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " je .L1816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1816", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-51], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " jne .L1820", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1820", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-1873]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISE_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISE_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": ".L1842:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-51], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " jne .L1820", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1820", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-1796], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1796]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_115kept_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-1760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC220", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [ + { + "name": ".LC220", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_118dropped_delimetersE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-1792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_117keep_empty_tokensE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEEEcmINS3_IPKcNS6_20dropped_delimeters_tESC_EEEENS0_23named_parameter_combineIT_S8_EERKSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1052 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEEEcmINS3_IPKcNS6_20dropped_delimeters_tESC_EEEENS0_23named_parameter_combineIT_S8_EERKSG_", + "range": { + "startCol": 17, + "endCol": 235 + } + } + ] + }, + { + "text": " lea rax, [rbp-1872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES6_EENS4_IbNS9_19keep_empty_tokens_tEbEEEEEcmINS4_IKNS8_17ti_delimeter_typeENS9_17kept_delimeters_tERSI_EEEENS3_IT_SE_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES6_EENS4_IbNS9_19keep_empty_tokens_tEbEEEEEcmINS4_IKNS8_17ti_delimeter_typeENS9_17kept_delimeters_tERSI_EEEENS3_IT_SE_EERKSM_", + "range": { + "startCol": 17, + "endCol": 302 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENS9_INSA_IPKcNSD_20dropped_delimeters_tESI_EENSA_IbNSD_19keep_empty_tokens_tEbEEEEEEEENS0_13basic_cstringISH_EERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1053 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-2452], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1055 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [ + { + "name": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " je .L1821", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [ + { + "name": ".L1821", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1057 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " je .L1821", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [ + { + "name": ".L1821", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " jmp .L1822", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [ + { + "name": ".L1822", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1821:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": ".L1822:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [] + }, + { + "text": " je .L1823", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1056 + }, + "labels": [ + { + "name": ".L1823", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1059 + }, + "labels": [] + }, + { + "text": ".L1826:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1059 + }, + "labels": [] + }, + { + "text": " ja .L1823", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1059 + }, + "labels": [ + { + "name": ".L1823", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " add rax, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [] + }, + { + "text": " je .L1825", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1060 + }, + "labels": [ + { + "name": ".L1825", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1061 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1061 + }, + "labels": [] + }, + { + "text": " add rax, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats+8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1061 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1061 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-2452], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1061 + }, + "labels": [] + }, + { + "text": " jmp .L1823", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1062 + }, + "labels": [ + { + "name": ".L1823", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1825:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-64], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1059 + }, + "labels": [] + }, + { + "text": " jmp .L1826", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1059 + }, + "labels": [ + { + "name": ".L1826", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1823:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-2452]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " jne .L1827", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".L1827", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC241", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".LC241", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-1440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " lea rax, [rbp-1504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC242", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".LC242", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-1185]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl17sum_to_first_onlyC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1137]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1137]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats+64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " lea rax, [rbp-1232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " movzx ecx, BYTE PTR [rbp-1185]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov r8d, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZSt10accumulateIPKSt4pairIPKcN5boost9unit_test13output_formatEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS4_9framework4impl17sum_to_first_onlyEET0_T_SJ_SI_T1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": "_ZSt10accumulateIPKSt4pairIPKcN5boost9unit_test13output_formatEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS4_9framework4impl17sum_to_first_onlyEET0_T_SJ_SI_T1_", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " lea rax, [rbp-1568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " lea rax, [rbp-1568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L1827:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-49], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " je .L1828", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1079 + }, + "labels": [ + { + "name": ".L1828", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1080 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-2452]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1080 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1080 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1080 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t10set_formatENS0_13output_formatE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1080 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10set_formatENS0_13output_formatE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " jmp .L1829", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1080 + }, + "labels": [ + { + "name": ".L1829", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1828:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1083 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-2452]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1083 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1083 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1083 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t10add_formatENS0_13output_formatE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1083 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10add_formatENS0_13output_formatE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": ".L1829:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-49], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1085 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1087 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-2452]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1087 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1087 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1087 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t13get_formatterENS0_13output_formatE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1087 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t13get_formatterENS0_13output_formatE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-144], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1087 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-144], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " jne .L1830", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [ + { + "name": ".L1830", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC243", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [ + { + "name": ".LC243", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1830:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1090 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1091 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " lea rax, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rax, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [] + }, + { + "text": " je .L1831", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1092 + }, + "labels": [ + { + "name": ".L1831", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [] + }, + { + "text": " jmp .L1832", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1093 + }, + "labels": [ + { + "name": ".L1832", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1831:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [ + { + "name": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [] + }, + { + "text": " je .L1832", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1095 + }, + "labels": [ + { + "name": ".L1832", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1097 + }, + "labels": [] + }, + { + "text": ".L1835:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-80], 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1097 + }, + "labels": [] + }, + { + "text": " ja .L1832", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1097 + }, + "labels": [ + { + "name": ".L1832", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " add rax, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels", + "range": { + "startCol": 34, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [] + }, + { + "text": " je .L1834", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1098 + }, + "labels": [ + { + "name": ".L1834", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1099 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1099 + }, + "labels": [] + }, + { + "text": " add rax, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels+8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1099 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels", + "range": { + "startCol": 34, + "endCol": 103 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1099 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1099 + }, + "labels": [] + }, + { + "text": " jmp .L1832", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1100 + }, + "labels": [ + { + "name": ".L1832", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1834:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-80], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1097 + }, + "labels": [] + }, + { + "text": " jmp .L1835", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1097 + }, + "labels": [ + { + "name": ".L1835", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1832:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " jne .L1836", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".L1836", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC244", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".LC244", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC242", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".LC242", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-561]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl17sum_to_first_onlyC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-513]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-513]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels+176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels", + "range": { + "startCol": 34, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " movzx ecx, BYTE PTR [rbp-561]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov r8d, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels", + "range": { + "startCol": 34, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZSt10accumulateIPKSt4pairIPKcN5boost9unit_test9log_levelEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS4_9framework4impl17sum_to_first_onlyEET0_T_SJ_SI_T1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZSt10accumulateIPKSt4pairIPKcN5boost9unit_test9log_levelEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS4_9framework4impl17sum_to_first_onlyEET0_T_SJ_SI_T1_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L1836:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1116 + }, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-2452]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1116 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1116 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_13output_formatENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1116 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_13output_formatENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1118 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2452]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEixERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEixERS8_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-192], OFFSET FLAT:_ZSt4cout", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofISoEEPT_RS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9addressofISoEEPT_RS1_", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-200], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov r9, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov r8d, DWORD PTR [rbp-2452]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZN5boost9unit_test15unit_test_log_t10set_streamENS0_13output_formatERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10set_streamENS0_13output_formatERSo", + "range": { + "startCol": 35, + "endCol": 107 + } + } + ] + }, + { + "text": " mov r13d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rbx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4bindIvNS_9unit_test15unit_test_log_tENS1_13output_formatERSoPS2_S3_NS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_NS_4_mfi3mf2ISA_T0_T1_T2_EENS8_9list_av_3IT3_T4_T5_E4typeEEEMSD_FSA_SE_SF_ESI_SJ_SK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [ + { + "name": "_ZN5boost4bindIvNS_9unit_test15unit_test_log_tENS1_13output_formatERSoPS2_S3_NS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_NS_4_mfi3mf2ISA_T0_T1_T2_EENS8_9list_av_3IT3_T4_T5_E4typeEEEMSD_FSA_SE_SF_ESI_SJ_SK_", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS8_13output_formatERSoEENS4_5list3INS4_5valueIPS9_EENSE_ISA_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISM_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [ + { + "name": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " je .L1838", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [ + { + "name": ".L1838", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1124 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " je .L1838", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [ + { + "name": ".L1838", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " jmp .L1839", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [ + { + "name": ".L1839", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1838:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": ".L1839:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [] + }, + { + "text": " je .L1840", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1123 + }, + "labels": [ + { + "name": ".L1840", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rdx, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " jmp .L1841", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1125 + }, + "labels": [ + { + "name": ".L1841", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1840:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1130 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1130 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1130 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": ".L1841:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14runtime_config13stream_holder3refEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14runtime_config13stream_holder3refEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-2452]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t10set_streamENS0_13output_formatERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1132 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10set_streamENS0_13output_formatERSo", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-51], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " jmp .L1842", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1842", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1820:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-51], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " je .L1844", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1844", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-258]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " jmp .L1844", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1049 + }, + "labels": [ + { + "name": ".L1844", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1816:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-50], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " jmp .L1845", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1845", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1807:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-50], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " je .L1847", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1847", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-257]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " jmp .L1847", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1025 + }, + "labels": [ + { + "name": ".L1847", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " jmp .L1849", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [ + { + "name": ".L1849", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1953]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [] + }, + { + "text": " jmp .L1851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 989 + }, + "labels": [ + { + "name": ".L1851", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [] + }, + { + "text": " jmp .L1853", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1041 + }, + "labels": [ + { + "name": ".L1853", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": ".L1853:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [] + }, + { + "text": " jmp .L1851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1038 + }, + "labels": [ + { + "name": ".L1851", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " jmp .L1855", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".L1855", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": ".L1855:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " jmp .L1856", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".L1856", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": ".L1856:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " jmp .L1857", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".L1857", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1857:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1137]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " jmp .L1858", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".L1858", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": ".L1858:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " jmp .L1859", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".L1859", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": ".L1859:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " jmp .L1860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".L1860", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": ".L1860:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [] + }, + { + "text": " jmp .L1851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1067 + }, + "labels": [ + { + "name": ".L1851", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " jmp .L1851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1088 + }, + "labels": [ + { + "name": ".L1851", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " jmp .L1863", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".L1863", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": ".L1863:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " jmp .L1864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".L1864", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": ".L1864:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " jmp .L1865", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".L1865", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L1865:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-513]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " jmp .L1866", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".L1866", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": ".L1866:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " jmp .L1867", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".L1867", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": ".L1867:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " jmp .L1868", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".L1868", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": ".L1868:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " jmp .L1851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1105 + }, + "labels": [ + { + "name": ".L1851", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [] + }, + { + "text": " jmp .L1870", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1129 + }, + "labels": [ + { + "name": ".L1870", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": ".L1870:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [] + }, + { + "text": " jmp .L1851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1122 + }, + "labels": [ + { + "name": ".L1851", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": ".L1851:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [] + }, + { + "text": " jmp .L1849", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1031 + }, + "labels": [ + { + "name": ".L1849", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1849:", + "source": null, + "labels": [] + }, + { + "text": " cmp rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " je .L1871", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [ + { + "name": ".L1871", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " je .L1872", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [ + { + "name": ".L1872", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": ".L1871:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1872:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1142 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1143 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1143 + }, + "labels": [ + { + "name": ".LC143", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1143 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-212]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1145 + }, + "labels": [] + }, + { + "text": " mov esi, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework15nothing_to_testC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-212]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " jmp .L1874", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1140 + }, + "labels": [ + { + "name": ".L1874", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": ".L1874:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1142 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1142 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1142 + }, + "labels": [] + }, + { + "text": ".L1902:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": " lea rsp, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": " pop r15", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1149 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4initEPFPNS0_10test_suiteEiPPcEiS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1163 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1163 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1163 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1163 + }, + "labels": [] + }, + { + "text": " sub rsp, 304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-296], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1163 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-300], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1163 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1167 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-300]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1167 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config4initERiPPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1167 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config4initERiPPc", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl13setup_loggersEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1170 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl13setup_loggersEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINS0_12report_levelEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINS0_12report_levelEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter9set_levelENS0_12report_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1173 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter9set_levelENS0_12report_levelE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINS0_13output_formatEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINS0_13output_formatEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10set_formatENS0_13output_formatE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10set_formatENS0_13output_formatE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3hasENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3hasENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [] + }, + { + "text": " je .L1904", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [ + { + "name": ".L1904", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofISoEEPT_RS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9addressofISoEEPT_RS1_", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test16results_reporter10set_streamERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10set_streamERSo", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " call _ZN5boost4bindIvRSoNS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_PFS6_T0_ENS4_9list_av_1IT1_E4typeEEES9_SB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [ + { + "name": "_ZN5boost4bindIvRSoNS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_PFS6_T0_ENS4_9list_av_1IT1_E4typeEEES9_SB_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1INS_3_bi6bind_tIvPFvRSoENS4_5list1INS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISE_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1181 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1180 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": ".L1904:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1184 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 336", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14runtime_config13stream_holder3refEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1184 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14runtime_config13stream_holder3refEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10set_streamERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1184 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10set_streamERSo", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1187 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1187 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1188 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [] + }, + { + "text": " je .L1906", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1190 + }, + "labels": [ + { + "name": ".L1906", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_116progress_monitorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1191 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cout", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1191 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1191 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18progress_monitor_t10set_streamERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1191 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18progress_monitor_t10set_streamERSo", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_116progress_monitorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1192 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": ".L1906:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getImEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getImEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1196 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1197 + }, + "labels": [] + }, + { + "text": " je .L1907", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1197 + }, + "labels": [ + { + "name": ".L1907", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug19detect_memory_leaksEbNS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1198 + }, + "labels": [ + { + "name": "_ZN5boost5debug19detect_memory_leaksEbNS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug18break_memory_allocEl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1199 + }, + "labels": [ + { + "name": "_ZN5boost5debug18break_memory_allocEl", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": ".L1907:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1203 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-300]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+384], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1204 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+392], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test9framework4implL16invoke_init_funcEPFPNS0_10test_suiteEiPPcE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4implL16invoke_init_funcEPFPNS0_10test_suiteEiPPcE", + "range": { + "startCol": 34, + "endCol": 113 + } + } + ] + }, + { + "text": " call _ZN5boost4bindIvPFPNS_9unit_test10test_suiteEiPPcES7_EENS_3_bi6bind_tIT_PFSA_T0_ENS8_9list_av_1IT1_E4typeEEESD_SF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [ + { + "name": "_ZN5boost4bindIvPFPNS_9unit_test10test_suiteEiPPcES7_EENS_3_bi6bind_tIT_PFSA_T0_ENS8_9list_av_1IT1_E4typeEEESD_SF_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS4_5list1INS4_5valueISC_EEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17execution_monitor8vexecuteERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [ + { + "name": "_ZN5boost17execution_monitor8vexecuteERKNS_8functionIFvvEEE", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " jmp .L1919", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1213 + }, + "labels": [ + { + "name": ".L1919", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1179 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [] + }, + { + "text": " jmp .L1910", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1208 + }, + "labels": [ + { + "name": ".L1910", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1910:", + "source": null, + "labels": [] + }, + { + "text": " cmp rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": " je .L1911", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [ + { + "name": ".L1911", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": ".L1911:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4whatEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [] + }, + { + "text": " jmp .L1913", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1211 + }, + "labels": [ + { + "name": ".L1913", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": ".L1913:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1210 + }, + "labels": [] + }, + { + "text": ".L1919:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1213 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1213 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1213 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1213 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decorators16test_suite_startERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1229 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite8generateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite8generateEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1232 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite30check_for_duplicate_test_casesEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1232 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite30check_for_duplicate_test_casesEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1233 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1233 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1234 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1234 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decorators5visitERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1236 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1236 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1236 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1236 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1236 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-45]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS1_10static_anyINT_14const_iteratorEEERKSB_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS1_10static_anyINT_14const_iteratorEEERKSB_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " jne .L1923", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1923", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS1_10static_anyINT_14const_iteratorEEERKSB_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS1_10static_anyINT_14const_iteratorEEERKSB_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " jne .L1923", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1923", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": ".L1932:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " je .L1925", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1925", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-43]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEEbRKNS1_15static_any_baseESC_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEEbRKNS1_15static_any_baseESC_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " je .L1925", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1925", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " jmp .L1926", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1926", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1925:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": ".L1926:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " je .L1923", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1923", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " jne .L1927", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1927", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-42]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS6_SaIS6_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS6_SaIS6_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": ".L1929:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " jne .L1928", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1928", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test9decorator4baseEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test9decorator4baseEEptEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " jmp .L1929", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1929", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1928:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": ".L1927:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " je .L1930", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1930", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " jmp .L1932", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1932", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1930:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L1932", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [ + { + "name": ".L1932", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1923:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1241 + }, + "labels": [] + }, + { + "text": " jmp .L1936", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1241 + }, + "labels": [ + { + "name": ".L1936", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1238 + }, + "labels": [] + }, + { + "text": ".L1936:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1242 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1242 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1242 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework20finalize_setup_phaseEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1219 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1219 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1219 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1219 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1219 + }, + "labels": [] + }, + { + "text": " mov eax, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1220 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1220 + }, + "labels": [] + }, + { + "text": " jne .L1942", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1220 + }, + "labels": [ + { + "name": ".L1942", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1221 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1221 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1221 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1221 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1221 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1221 + }, + "labels": [] + }, + { + "text": ".L1942:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZTVZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [ + { + "name": "_ZTVZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators", + "range": { + "startCol": 34, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1244 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1244 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1244 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1244 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1248 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1248 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1248 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1248 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1248 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state21deduce_siblings_orderEmmRSt3mapImNS1_4impl10order_infoESt4lessImESaISt4pairIKmS5_EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1248 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state21deduce_siblings_orderEmmRSt3mapImNS1_4impl10order_infoESt4lessImESaISt4pairIKmS5_EEE", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1249 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1249 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1249 + }, + "labels": [] + }, + { + "text": " mov edx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1249 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1249 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state27finalize_default_run_statusEmNS0_9test_unit10run_statusE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1249 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state27finalize_default_run_statusEmNS0_9test_unit10run_statusE", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " call _ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " jmp .L1947", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1250 + }, + "labels": [ + { + "name": ".L1947", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [] + }, + { + "text": " jmp .L1944", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1247 + }, + "labels": [ + { + "name": ".L1944", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": ".L1944:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " call _ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1243 + }, + "labels": [] + }, + { + "text": ".L1947:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1250 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1250 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1250 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework16test_in_progressEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1259 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1259 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1260 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1260 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework8shutdownEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1270 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1270 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl28shutdown_loggers_and_reportsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1273 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl28shutdown_loggers_and_reportsEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl43unregister_global_fixture_and_configurationEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1276 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl43unregister_global_fixture_and_configurationEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1299 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1299 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1299 + }, + "labels": [] + }, + { + "text": ".LC245:", + "source": null, + "labels": [] + }, + { + "text": " .string \"test case already registered\"", + "source": null, + "labels": [] + }, + { + "text": ".LC246:", + "source": null, + "labels": [] + }, + { + "text": " .string \"too many test cases\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework18register_test_unitEPNS0_9test_caseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1309 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1309 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1309 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1309 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " jne .L1952", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [ + { + "name": ".L1952", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov edx, 28", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC245", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [ + { + "name": ".LC245", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1952:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1312 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov edx, 4294967294", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " cmp rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " jne .L1953", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [ + { + "name": ".L1953", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov edx, 19", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC246", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [ + { + "name": ".LC246", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1953:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmPN5boost9unit_test9test_unitEEC1IRmRPNS2_9test_caseELb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE6insertEOS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1318 + }, + "labels": [ + { + "name": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE6insertEOS8_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1321 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1321 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1321 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1321 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1321 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1321 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1321 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state9set_tu_idERNS0_9test_unitEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1321 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state9set_tu_idERNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L1958", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1322 + }, + "labels": [ + { + "name": ".L1958", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1310 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": ".L1958:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": ".LC247:", + "source": null, + "labels": [] + }, + { + "text": " .string \"test suite already registered\"", + "source": null, + "labels": [] + }, + { + "text": ".LC248:", + "source": null, + "labels": [] + }, + { + "text": " .string \"too many test suites\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework18register_test_unitEPNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1332 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1332 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1332 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1332 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1332 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " jne .L1960", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [ + { + "name": ".L1960", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov edx, 29", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC247", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [ + { + "name": ".LC247", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1960:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1335 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " cmp rax, 65280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " jne .L1961", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [ + { + "name": ".L1961", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov edx, 20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC248", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [ + { + "name": ".LC248", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L1961:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmPN5boost9unit_test9test_unitEEC1IRmRPNS2_10test_suiteELb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE6insertEOS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1341 + }, + "labels": [ + { + "name": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE6insertEOS8_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1342 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+96], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1344 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state9set_tu_idERNS0_9test_unitEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1344 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state9set_tu_idERNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L1966", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1345 + }, + "labels": [ + { + "name": ".L1966", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1333 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1337 + }, + "labels": [] + }, + { + "text": ".L1966:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework20deregister_test_unitEPNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1355 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1355 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5eraseERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1356 + }, + "labels": [ + { + "name": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5eraseERS7_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1357 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1357 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1357 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1357 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1367 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1367 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1368 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1368 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1368 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state5clearEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1380 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1380 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1380 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1380 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1380 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1380 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1380 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE6insertEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1380 + }, + "labels": [ + { + "name": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE6insertEOS3_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1381 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1391 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1391 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1391 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1392 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1392 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1392 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1392 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1392 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1392 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1392 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5eraseERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1392 + }, + "labels": [ + { + "name": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5eraseERKS3_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1393 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1393 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1393 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework23register_global_fixtureERNS0_14global_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1403 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1403 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1403 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1403 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1404 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE6insertEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1404 + }, + "labels": [ + { + "name": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE6insertEOS3_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1405 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1405 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1405 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework25deregister_global_fixtureERNS0_14global_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1415 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1415 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1415 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1416 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1416 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1416 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1416 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1416 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5eraseERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1416 + }, + "labels": [ + { + "name": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5eraseERKS3_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1417 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state13context_frameD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework11add_contextERKNS0_12lazy_ostreamEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " sub rsp, 512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-520], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-524], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1429 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1430 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax+184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+184], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea r12, [rax+160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " movzx ebx, BYTE PTR [rbp-524]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov ecx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13context_frameC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEib", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE9push_backEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE9push_backEOS4_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13context_frameD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov ebx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1434 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1434 + }, + "labels": [] + }, + { + "text": " jmp .L1982", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1434 + }, + "labels": [ + { + "name": ".L1982", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13context_frameD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " jmp .L1977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [ + { + "name": ".L1977", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": ".L1977:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [] + }, + { + "text": " jmp .L1978", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1432 + }, + "labels": [ + { + "name": ".L1978", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": ".L1978:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1428 + }, + "labels": [] + }, + { + "text": ".L1982:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1435 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1435 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1435 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1435 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1435 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework13frame_with_idC2Ei:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1444 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework13frame_with_idclERKNS1_5state13context_frameE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1446 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1446 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1446 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1446 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1448 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1448 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1448 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1448 + }, + "labels": [] + }, + { + "text": " cmp edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1448 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1448 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1449 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1449 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework13clear_contextEi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1457 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1457 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1457 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1457 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1457 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-84], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1457 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1458 + }, + "labels": [] + }, + { + "text": " jne .L1987", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1458 + }, + "labels": [ + { + "name": ".L1987", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " sub eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [] + }, + { + "text": ".L1990:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [] + }, + { + "text": " js .L1992", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [ + { + "name": ".L1992", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [] + }, + { + "text": " movsx rbx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEixEm", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [] + }, + { + "text": " je .L1989", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1460 + }, + "labels": [ + { + "name": ".L1989", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea r12, [rax+160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " movsx rbx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC1IPS5_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISE_SD_E7__valueESA_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": ".L1989:", + "source": null, + "labels": [] + }, + { + "text": " sub DWORD PTR [rbp-20], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [] + }, + { + "text": " jmp .L1990", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1459 + }, + "labels": [ + { + "name": ".L1990", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1987:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework13frame_with_idC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " call _ZSt7find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS4_13frame_with_idEET_SD_SD_T0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [ + { + "name": "_ZSt7find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS4_13frame_with_idEET_SD_SD_T0_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1466 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [] + }, + { + "text": " je .L1992", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1468 + }, + "labels": [ + { + "name": ".L1992", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC1IPS5_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISE_SD_E7__valueESA_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": ".L1992:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1471 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1471 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1471 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1471 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1471 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1471 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework11get_contextEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1481 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1481 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1481 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1482 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17context_generatorC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1482 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1482 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1483 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1483 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9framework17context_generator8is_emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1493 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1493 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1493 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1494 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1494 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1494 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1494 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1495 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1495 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9framework17context_generator4nextEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1501 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " jnb .L1998", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [ + { + "name": ".L1998", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " lea ecx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEixEm", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " jmp .L1997", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [ + { + "name": ".L1997", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L1998:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1502 + }, + "labels": [] + }, + { + "text": ".L1997:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework17master_test_suiteEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1513 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1513 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1513 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1513 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1514 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1514 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1514 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1514 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1514 + }, + "labels": [] + }, + { + "text": " je .L2002", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1514 + }, + "labels": [ + { + "name": ".L2002", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, 400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19master_test_suite_tC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": ".L2002:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1517 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1517 + }, + "labels": [] + }, + { + "text": " jmp .L2006", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1517 + }, + "labels": [ + { + "name": ".L2006", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov esi, 400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1515 + }, + "labels": [] + }, + { + "text": ".L2006:", + "source": null, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1518 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1518 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1518 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1518 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl29master_test_suite_name_setterC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1522 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1522 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1522 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1522 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1522 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rcx, [rax+144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1523 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1524 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1524 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1524 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1536 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1536 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1536 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1536 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1536 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1536 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-44], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1537 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1537 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1537 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1537 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1537 + }, + "labels": [] + }, + { + "text": " je .L2009", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1537 + }, + "labels": [ + { + "name": ".L2009", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1538 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1538 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1538 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1538 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE9push_backEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1538 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE9push_backEOS3_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": ".L2009:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1540 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1540 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1540 + }, + "labels": [] + }, + { + "text": " je .L2010", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1540 + }, + "labels": [ + { + "name": ".L2010", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1541 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8pop_backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1541 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8pop_backEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L2011", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1541 + }, + "labels": [ + { + "name": ".L2011", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2010:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1542 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1542 + }, + "labels": [] + }, + { + "text": " je .L2011", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1542 + }, + "labels": [ + { + "name": ".L2011", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1543 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1543 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1543 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1543 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE9push_backERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1543 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE9push_backERKS3_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": ".L2011:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1545 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1545 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1545 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1545 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4backEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1545 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1546 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1546 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1546 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework17current_test_caseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1556 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1556 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1557 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1557 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1557 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getINS0_9test_caseEEERT_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1557 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getINS0_9test_caseEEERT_m", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1558 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1558 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework17current_test_unitEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1563 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1564 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1564 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEixERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1564 + }, + "labels": [ + { + "name": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEixERS7_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1565 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1565 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1565 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework20current_test_case_idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1571 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1572 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1572 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1573 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1573 + }, + "labels": [] + }, + { + "text": ".LC249:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Invalid test unit type\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1583 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1583 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1583 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-76], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1583 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1584 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1584 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1584 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1584 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1584 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEixERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1584 + }, + "labels": [ + { + "name": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEixERS7_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1584 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1584 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-76]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " and eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " jne .L2020", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [ + { + "name": ".L2020", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC249", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [ + { + "name": ".LC249", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework14internal_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework14internal_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework14internal_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L2020:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1588 + }, + "labels": [] + }, + { + "text": " jmp .L2024", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1588 + }, + "labels": [ + { + "name": ".L2024", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework14internal_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1586 + }, + "labels": [] + }, + { + "text": ".L2024:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1589 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1589 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1589 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework24register_observer_helperC2ERNS0_13test_observerE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1609 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1609 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1610 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1610 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1610 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1612 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework24register_observer_helper12register_obsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1612 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework24register_observer_helper12register_obsEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1613 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1613 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1613 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework24register_observer_helperD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1615 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1615 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1615 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1615 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1616 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1616 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1616 + }, + "labels": [] + }, + { + "text": " je .L2028", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1616 + }, + "labels": [ + { + "name": ".L2028", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1617 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1617 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1617 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1617 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L2028:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1618 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1618 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework24register_observer_helper14deregister_obsEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1620 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1620 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1620 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1620 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1621 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1621 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1622 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1622 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1622 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1623 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1623 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1623 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework24register_observer_helper12register_obsEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1625 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1625 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1625 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1626 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1626 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1627 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1627 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1627 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1628 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1628 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13test_observerC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test13test_observerE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test13test_observerE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/observer.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_tC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13test_observerC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test25framework_init_observer_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test25framework_init_observer_tE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": ".LC250:", + "source": null, + "labels": [] + }, + { + "text": " .string \"test tree is empty\"", + "source": null, + "labels": [] + }, + { + "text": ".LC251:", + "source": null, + "labels": [] + }, + { + "text": " .string \"no test cases matching filter or all test cases were disabled\"", + "source": null, + "labels": [] + }, + { + "text": ".LC252:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Test cases order is shuffled using seed: \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework3runEmb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " sub rsp, 768", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-792], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-796], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1637 + }, + "labels": [] + }, + { + "text": " mov eax, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1638 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-792], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1638 + }, + "labels": [] + }, + { + "text": " jne .L2034", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1638 + }, + "labels": [ + { + "name": ".L2034", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1639 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1639 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1639 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1639 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1639 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-792], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1639 + }, + "labels": [] + }, + { + "text": ".L2034:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1642 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1642 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1642 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1642 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1642 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state17deduce_run_statusEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1642 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state17deduce_run_statusEm", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1645 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1645 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1645 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1645 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1645 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1645 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " jne .L2035", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": ".L2035", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " je .L2036", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": ".L2036", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov edx, 18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC250", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": ".LC250", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " jmp .L2037", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": ".L2037", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2036:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov edx, 61", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC251", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": ".LC251", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": ".L2037:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L2035:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework16test_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1651 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework16test_in_progressEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-37], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1651 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-796]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": " jne .L2038", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [ + { + "name": ".L2038", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-37]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": " je .L2039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [ + { + "name": ".L2039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2038:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": " jmp .L2040", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [ + { + "name": ".L2040", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2039:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": ".L2040:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-38], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1652 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-33], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1653 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test25framework_init_observer_tC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework24register_observer_helperC1ERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-38], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1659 + }, + "labels": [] + }, + { + "text": " je .L2041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1659 + }, + "labels": [ + { + "name": ".L2041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1661 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1661 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-500]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-648], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " jne .L2041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-499]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-656], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " jne .L2041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-34], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": ".L2052:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-34], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " je .L2044", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2044", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-498]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " je .L2044", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2044", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " jmp .L2045", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2045", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2044:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": ".L2045:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " je .L2041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-34], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " jne .L2046", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2046", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-497]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": ".L2049:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-34], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " jne .L2046", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2046", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rcx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreC1ERmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117unit_test_monitorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov r12d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov r13d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov r10, QWORD PTR [rbp-792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov r9, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov r11, r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov r9, r10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rsi, r11", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4bindIvNS_9unit_test13test_observerEmmPS2_NS1_17test_case_counter19readonly_property43EmEENS_3_bi6bind_tIT_NS_4_mfi3mf2IS8_T0_T1_T2_EENS6_9list_av_3IT3_T4_T5_E4typeEEEMSB_FS8_SC_SD_ESG_SH_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [ + { + "name": "_ZN5boost4bindIvNS_9unit_test13test_observerEmmPS2_NS1_17test_case_counter19readonly_property43EmEENS_3_bi6bind_tIT_NS_4_mfi3mf2IS8_T0_T1_T2_EENS6_9list_av_3IT3_T4_T5_E4typeEEEMSB_FS8_SC_SD_ESG_SH_SI_", + "range": { + "startCol": 17, + "endCol": 217 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS4_5list3INS4_5valueIPS9_EENSC_INS8_17test_case_counter19readonly_property43EEENSC_ImEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISL_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-68], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1667 + }, + "labels": [] + }, + { + "text": " je .L2047", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1667 + }, + "labels": [ + { + "name": ".L2047", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1668 + }, + "labels": [] + }, + { + "text": " je .L2048", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1668 + }, + "labels": [ + { + "name": ".L2048", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1669 + }, + "labels": [] + }, + { + "text": " jmp .L2047", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1669 + }, + "labels": [ + { + "name": ".L2047", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2048:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1672 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1672 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test25framework_init_observer_t10has_failedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1672 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test25framework_init_observer_t10has_failedEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1672 + }, + "labels": [] + }, + { + "text": " je .L2047", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1672 + }, + "labels": [ + { + "name": ".L2047", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1673 + }, + "labels": [] + }, + { + "text": ".L2047:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": ".L2086:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-34], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " jmp .L2049", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2049", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2046:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-34], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " je .L2050", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2050", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-390]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L2051", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2051", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2050:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": ".L2051:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L2052", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1663 + }, + "labels": [ + { + "name": ".L2052", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2041:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1690 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1690 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework24register_observer_helper14deregister_obsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1690 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework24register_observer_helper14deregister_obsEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1692 + }, + "labels": [] + }, + { + "text": " je .L2053", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1692 + }, + "labels": [ + { + "name": ".L2053", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1695 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1695 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1695 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1695 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1695 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-389]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-389]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC1IN9__gnu_cxx17__normal_iteratorIPS4_S6_EEvEET_SC_RKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-389]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-388]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-736], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " jne .L2054", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2054", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-387]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-744], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " jne .L2054", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2054", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-35], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": ".L2062:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-35], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " je .L2056", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2056", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-386]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEbRKNS1_15static_any_baseESC_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEbRKNS1_15static_any_baseESC_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " je .L2056", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2056", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " jmp .L2057", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2056:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": ".L2057:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " je .L2054", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2054", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-35], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " jne .L2058", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2058", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-385]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_17test_unit_fixtureESt3setIPNS0_14global_fixtureESt4lessIS7_ESaIS7_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_17test_unit_fixtureESt3setIPNS0_14global_fixtureESt4lessIS7_ESaIS7_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": ".L2059:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-35], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " jne .L2058", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2058", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl21global_fixture_handleC1EPNS0_17test_unit_fixtureE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1INS1_9framework4impl21global_fixture_handleEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1700 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1700 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1700 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1700 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-352], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1700 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1IPS5_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISE_SD_E7__valueESA_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-35], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " jmp .L2059", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2059", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2058:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-35], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " je .L2060", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2060", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-337]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L2061", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2060:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": ".L2061:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L2062", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1699 + }, + "labels": [ + { + "name": ".L2062", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2054:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework14swap_on_deleteISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEC1ERS8_SA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1707 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov BYTE PTR [rax+104], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1707 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIjEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIjEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-724], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1708 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-724]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1709 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1709 + }, + "labels": [] + }, + { + "text": " je .L2114", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1709 + }, + "labels": [ + { + "name": ".L2114", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1709 + }, + "labels": [] + }, + { + "text": " jne .L2065", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1709 + }, + "labels": [ + { + "name": ".L2065", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call rand", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1713 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1713 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1713 + }, + "labels": [] + }, + { + "text": " call time", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1713 + }, + "labels": [] + }, + { + "text": " xor eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1713 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-724], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1713 + }, + "labels": [] + }, + { + "text": ".L2065:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC221", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": ".LC221", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test3log5beginC1ENS0_13basic_cstringIKcEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-305]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC252", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": ".LC252", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIA42_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIA42_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-724]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_12lazy_ostreamEA42_cjEENS0_17lazy_ostream_implINS4_IT_T0_RKS6_EET1_RKSA_EERKS9_SC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA42_cjEENS0_17lazy_ostream_implINS4_IT_T0_RKS6_EET1_RKSA_EERKS9_SC_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-305]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-305]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-724]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1717 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1717 + }, + "labels": [] + }, + { + "text": " call srand", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1717 + }, + "labels": [] + }, + { + "text": " jmp .L2066", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1717 + }, + "labels": [ + { + "name": ".L2066", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2114:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1711 + }, + "labels": [] + }, + { + "text": ".L2066:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1721 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1721 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1721 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1721 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1721 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1721 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state17execute_test_treeEmmPKNS2_23random_generator_helperE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1721 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state17execute_test_treeEmmPKNS2_23random_generator_helperE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework14swap_on_deleteISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": ".L2053:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1726 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1728 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1728 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1728 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter11make_reportENS0_12report_levelEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1728 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter11make_reportENS0_12report_levelEm", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1731 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1731 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework24register_observer_helper12register_obsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1731 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework24register_observer_helper12register_obsEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1733 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1733 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test25framework_init_observer_t5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1733 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test25framework_init_observer_t5clearEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-38], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1734 + }, + "labels": [] + }, + { + "text": " je .L2067", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1734 + }, + "labels": [ + { + "name": ".L2067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1738 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1738 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-181]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-752], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " jne .L2067", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-180]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-760], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " jne .L2067", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-36], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": ".L2074:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-36], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " je .L2070", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2070", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-179]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " je .L2070", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2070", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " jmp .L2071", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2071", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2070:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": ".L2071:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " je .L2067", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-36], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " jne .L2074", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2074", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-178]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4prevISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4prevISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " jne .L2074", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2074", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-177]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": ".L2073:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-36], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " jne .L2074", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2074", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rcx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreC1ERmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1741 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1741 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1741 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1741 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1741 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1741 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1741 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-36], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [] + }, + { + "text": " jmp .L2073", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1739 + }, + "labels": [ + { + "name": ".L2073", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2067:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1745 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rbp-37]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1745 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1745 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " je .L2075", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [ + { + "name": ".L2075", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test25framework_init_observer_t10has_failedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test25framework_init_observer_t10has_failedEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " je .L2075", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [ + { + "name": ".L2075", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " jmp .L2076", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [ + { + "name": ".L2076", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2075:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": ".L2076:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " jne .L2077", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [ + { + "name": ".L2077", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L2077:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework24register_observer_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test25framework_init_observer_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " jmp .L2113", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1749 + }, + "labels": [ + { + "name": ".L2113", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [] + }, + { + "text": " jmp .L2079", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1647 + }, + "labels": [ + { + "name": ".L2079", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [] + }, + { + "text": " jmp .L2081", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1666 + }, + "labels": [ + { + "name": ".L2081", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": ".L2081:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rax, r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [] + }, + { + "text": " jmp .L2082", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1665 + }, + "labels": [ + { + "name": ".L2082", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2082:", + "source": null, + "labels": [] + }, + { + "text": " cmp rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " je .L2083", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [ + { + "name": ".L2083", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " jmp .L2084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [ + { + "name": ".L2084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2083:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1679 + }, + "labels": [] + }, + { + "text": " je .L2085", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1679 + }, + "labels": [ + { + "name": ".L2085", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1681 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4whatEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " lea rdx, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1682 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L2085:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " jmp .L2086", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [ + { + "name": ".L2086", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-389]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [] + }, + { + "text": " jmp .L2084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1678 + }, + "labels": [ + { + "name": ".L2084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [] + }, + { + "text": " jmp .L2089", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1701 + }, + "labels": [ + { + "name": ".L2089", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " jmp .L2091", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": ".L2091", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": ".L2091:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " jmp .L2092", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": ".L2092", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": ".L2092:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-305]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [] + }, + { + "text": " jmp .L2093", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1716 + }, + "labels": [ + { + "name": ".L2093", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": ".L2093:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework14swap_on_deleteISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [] + }, + { + "text": " jmp .L2089", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1704 + }, + "labels": [ + { + "name": ".L2089", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": ".L2089:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [] + }, + { + "text": " jmp .L2084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1697 + }, + "labels": [ + { + "name": ".L2084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20test_unit_id_restoreD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [] + }, + { + "text": " jmp .L2084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1740 + }, + "labels": [ + { + "name": ".L2084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [] + }, + { + "text": " jmp .L2084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1748 + }, + "labels": [ + { + "name": ".L2084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": ".L2084:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework24register_observer_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [] + }, + { + "text": " jmp .L2096", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1657 + }, + "labels": [ + { + "name": ".L2096", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": ".L2096:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test25framework_init_observer_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [] + }, + { + "text": " jmp .L2079", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1656 + }, + "labels": [ + { + "name": ".L2079", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": ".L2079:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1644 + }, + "labels": [] + }, + { + "text": ".L2113:", + "source": null, + "labels": [] + }, + { + "text": " lea rsp, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1749 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1749 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1749 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1749 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1749 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework3runEPKNS0_9test_unitEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1755 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1755 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1755 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1755 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1755 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1755 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-28], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1755 + }, + "labels": [] + }, + { + "text": " movzx ebx, BYTE PTR [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov esi, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3runEmb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1756 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3runEmb", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1757 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1757 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1757 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1757 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1767 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1767 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-37]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " jne .L2126", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2126", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " jne .L2126", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2126", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": ".L2125:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " je .L2119", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2119", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-35]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " je .L2119", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2119", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " jmp .L2120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2120", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2119:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": ".L2120:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " je .L2126", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2126", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " jne .L2121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2121", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": ".L2122:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " jne .L2121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2121", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " jmp .L2122", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2122", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2121:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " je .L2123", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2123", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L2125", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2125", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2123:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L2125", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1768 + }, + "labels": [ + { + "name": ".L2125", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2126:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1770 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1770 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1770 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework16exception_caughtERKNS_19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1780 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1780 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1780 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1780 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-37]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " jne .L2137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " jne .L2137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": ".L2136:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " je .L2130", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2130", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-35]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " je .L2130", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2130", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " jmp .L2131", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2131", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2130:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": ".L2131:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " je .L2137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " jne .L2132", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2132", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": ".L2133:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " jne .L2132", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2132", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1782 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " jmp .L2133", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2133", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2132:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " je .L2134", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2134", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L2136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2136", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2134:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L2136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1781 + }, + "labels": [ + { + "name": ".L2136", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2137:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1783 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1783 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1783 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework17test_unit_abortedERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1793 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1793 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-37]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " jne .L2148", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2148", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " jne .L2148", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2148", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": ".L2147:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L2141", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2141", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-35]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L2141", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2141", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " jmp .L2142", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2142", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2141:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": ".L2142:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L2148", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2148", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " jne .L2143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2143", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": ".L2144:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " jne .L2143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2143", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1795 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " jmp .L2144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2144", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2143:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L2145", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2145", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L2147", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2147", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2145:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L2147", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1794 + }, + "labels": [ + { + "name": ".L2147", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2148:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1796 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1796 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1796 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework12test_abortedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1804 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1804 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1804 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-37]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " jne .L2159", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2159", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " jne .L2159", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2159", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": ".L2158:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " je .L2152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2152", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-35]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " je .L2152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2152", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " jmp .L2153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2153", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2152:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": ".L2153:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " je .L2159", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2159", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " jne .L2154", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2154", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": ".L2155:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " jne .L2154", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2154", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1806 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1806 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1806 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1806 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1806 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1806 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " jmp .L2155", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2155", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2154:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " je .L2156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2156", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L2158", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2158", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2156:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L2158", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1805 + }, + "labels": [ + { + "name": ".L2158", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2159:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1807 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1807 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1807 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail10type_info_C2ERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detailltERKNS0_10type_info_ES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info6beforeERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZNKSt9type_info6beforeERKS_", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/detail/type_info.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_15throw_function_EPKcEEE3getERKNS_9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " je .L2164", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 63 + }, + "labels": [ + { + "name": ".L2164", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " jmp .L2166", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 63 + }, + "labels": [ + { + "name": ".L2166", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2164:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": ".L2166:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_11throw_file_EPKcEEE3getERKNS_9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " je .L2168", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 75 + }, + "labels": [ + { + "name": ".L2168", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " jmp .L2170", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 75 + }, + "labels": [ + { + "name": ".L2170", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2168:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": ".L2170:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_11throw_line_EiEEE3getERKNS_9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " je .L2172", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 87 + }, + "labels": [ + { + "name": ".L2172", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " jmp .L2174", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 87 + }, + "labels": [ + { + "name": ".L2174", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2172:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L2174:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": "_ZSt4setwi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iomanip", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iomanip", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iomanip", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iomanip", + "line": 226 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iomanip", + "line": 226 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iomanip", + "line": 226 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail20error_info_containerC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost16exception_detail20error_info_containerE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZTVN5boost16exception_detail20error_info_containerE", + "range": { + "startCol": 34, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13_Rb_tree_implISC_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail25error_info_container_implC1Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail20error_info_containerC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail20error_info_containerC2Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost16exception_detail25error_info_container_implE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZTVN5boost16exception_detail25error_info_container_implE", + "range": { + "startCol": 34, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail25error_info_container_implD1Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost16exception_detail25error_info_container_implE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [ + { + "name": "_ZTVN5boost16exception_detail25error_info_container_implE", + "range": { + "startCol": 34, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail20error_info_containerD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 71 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail20error_info_containerD2Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": ".LC253:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual void boost::exception_detail::error_info_container_impl::set(const boost::shared_ptr&, const boost::exception_detail::type_info_&)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC254:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/exception/info.hpp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC255:", + "source": null, + "labels": [] + }, + { + "text": " .string \"x\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail25error_info_container_impl3setERKNS_10shared_ptrINS0_15error_info_baseEEERKNS0_10type_info_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEcvbEv", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " jne .L2185", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [ + { + "name": ".L2185", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC253", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [ + { + "name": ".LC253", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 77", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC254", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [ + { + "name": ".LC254", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC255", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [ + { + "name": ".LC255", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": ".L2185:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEEixERS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEEixERS9_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 78 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": ".LC256:", + "source": null, + "labels": [] + }, + { + "text": " .string \"virtual boost::shared_ptr boost::exception_detail::error_info_container_impl::get(const boost::exception_detail::type_info_&) const\"", + "source": null, + "labels": [] + }, + { + "text": ".LC257:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*::boost::exception_detail::type_info_(typeid(*p)).type_==*ti.type_\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost16exception_detail25error_info_container_impl3getERKNS0_10type_info_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE4findERS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 85 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE4findERS9_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " je .L2188", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 86 + }, + "labels": [ + { + "name": ".L2188", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEdeEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L2189", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [ + { + "name": ".L2189", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail10type_info_C1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_infoeqERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [ + { + "name": "_ZNKSt9type_infoeqERKS_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " jne .L2191", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [ + { + "name": ".L2191", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L2194", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [ + { + "name": ".L2194", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2189:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_bad_typeid", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": ".L2194:", + "source": null, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC256", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [ + { + "name": ".LC256", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 90", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC254", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [ + { + "name": ".LC254", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC257", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [ + { + "name": ".LC257", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": ".L2191:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L2193", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L2193", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2188:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L2193:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZNK5boost16exception_detail25error_info_container_impl22diagnostic_informationEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " sub rsp, 504", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-504], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-512], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-512], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " je .L2196", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 100 + }, + "labels": [ + { + "name": ".L2196", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE5beginEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L2198:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " je .L2197", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L2197", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEdeEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L2198", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L2198", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2197:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4swapERS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": ".L2196:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L2204", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L2204", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " jmp .L2201", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 107 + }, + "labels": [ + { + "name": ".L2201", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": ".L2201:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": ".L2204:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZNK5boost16exception_detail25error_info_container_impl7add_refEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " lea edx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+88], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNK5boost16exception_detail25error_info_container_impl7releaseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " lea edx, [rax-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+88], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " je .L2207", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 135 + }, + "labels": [ + { + "name": ".L2207", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jmp .L2208", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L2208", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2207:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " je .L2209", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L2209", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail25error_info_container_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail25error_info_container_implD1Ev", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": ".L2209:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": ".L2208:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZNK5boost16exception_detail25error_info_container_impl5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov edi, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail25error_info_container_implC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail25error_info_container_implC1Ev", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE5adoptEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE5adoptEPS2_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE5beginEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L2213:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " je .L2221", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [ + { + "name": ".L2221", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC1IS2_EEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZSt9make_pairIRKN5boost16exception_detail10type_info_ERNS0_10shared_ptrINS1_15error_info_baseEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZSt9make_pairIRKN5boost16exception_detail10type_info_ERNS0_10shared_ptrINS1_15error_info_baseEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE6insertIS8_IS2_S5_EEENSt9enable_ifIXsrSt16is_constructibleISA_JT_EE5valueES8_ISt17_Rb_tree_iteratorISA_EbEE4typeEOSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE6insertIS8_IS2_S5_EEENSt9enable_ifIXsrSt16is_constructibleISA_JT_EE5valueES8_ISt17_Rb_tree_iteratorISA_EbEE4typeEOSH_", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L2213", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 150 + }, + "labels": [ + { + "name": ".L2213", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " jmp .L2216", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 153 + }, + "labels": [ + { + "name": ".L2216", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L2216:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " jmp .L2217", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [ + { + "name": ".L2217", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L2217:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L2221:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/info.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail19get_boost_exceptionEPKNS_9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail17get_std_exceptionEz:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": ".LC258:", + "source": null, + "labels": [] + }, + { + "text": " .string \"const char* boost::exception_detail::get_diagnostic_information(const boost::exception&, const char*)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC259:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC260:", + "source": null, + "labels": [] + }, + { + "text": " .string \"di!=0\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail26get_diagnostic_informationERKNS_9exceptionEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE3getEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L2227", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L2227", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov edi, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail25error_info_container_implC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail25error_info_container_implC1Ev", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE5adoptEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 107 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE5adoptEPS2_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": ".L2227:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " jne .L2228", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 109 + }, + "labels": [ + { + "name": ".L2228", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC258", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 109 + }, + "labels": [ + { + "name": ".LC258", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 109", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC259", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 109 + }, + "labels": [ + { + "name": ".LC259", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC260", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 109 + }, + "labels": [ + { + "name": ".LC260", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": ".L2228:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": ".L2229:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L2232", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".L2232", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jmp .L2229", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 113 + }, + "labels": [ + { + "name": ".L2229", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2232:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": ".LC261:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Unknown exception.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC262:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Throw location unknown (consider using BOOST_THROW_EXCEPTION)\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC263:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Throw in function \"", + "source": null, + "labels": [] + }, + { + "text": ".LC264:", + "source": null, + "labels": [] + }, + { + "text": " .string \"(unknown)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC265:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Dynamic exception type: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC266:", + "source": null, + "labels": [] + }, + { + "text": " .string \"std::exception::what: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC267:", + "source": null, + "labels": [] + }, + { + "text": " .string \"(null)\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail27diagnostic_information_implB5cxx11EPKNS_9exceptionEPKSt9exceptionbb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " sub rsp, 632", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-616], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-624], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-632], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov edx, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-636], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-640], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-624], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " jne .L2234", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 124 + }, + "labels": [ + { + "name": ".L2234", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-632], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " jne .L2234", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 124 + }, + "labels": [ + { + "name": ".L2234", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-210]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-210]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC261", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [ + { + "name": ".LC261", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-210]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L2233", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 175 + }, + "labels": [ + { + "name": ".L2233", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2234:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-624], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " jne .L2236", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 127 + }, + "labels": [ + { + "name": ".L2236", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " je .L2237", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L2237", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rcx, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTIN5boost9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [ + { + "name": "_ZTIN5boost9exceptionE", + "range": { + "startCol": 34, + "endCol": 56 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTISt9exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call __dynamic_cast", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L2238", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L2238", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2237:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": ".L2238:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-624], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": ".L2236:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-632], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jne .L2239", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 129 + }, + "labels": [ + { + "name": ".L2239", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " je .L2240", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [ + { + "name": ".L2240", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rcx, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTISt9exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [ + { + "name": "_ZTIN5boost9exceptionE", + "range": { + "startCol": 34, + "endCol": 56 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call __dynamic_cast", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " jmp .L2241", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [ + { + "name": ".L2241", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2240:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": ".L2241:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-632], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": ".L2239:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-636], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " je .L2242", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 133 + }, + "labels": [ + { + "name": ".L2242", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-632], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " je .L2242", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 133 + }, + "labels": [ + { + "name": ".L2242", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-624], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " je .L2243", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L2243", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail26get_diagnostic_informationERKNS_9exceptionEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail26get_diagnostic_informationERKNS_9exceptionEPKc", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " cmp rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jne .L2243", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L2243", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jmp .L2244", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L2244", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2243:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": ".L2244:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " je .L2242", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 136 + }, + "labels": [ + { + "name": ".L2242", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L2233", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 175 + }, + "labels": [ + { + "name": ".L2233", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2242:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-624], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " je .L2245", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L2245", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-640], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " je .L2245", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L2245", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14get_error_infoINS_10error_infoINS_11throw_file_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_file_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14get_error_infoINS_10error_infoINS_11throw_line_EiEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_line_EiEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERS8_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14get_error_infoINS_10error_infoINS_15throw_function_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost14get_error_infoINS_10error_infoINS_15throw_function_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jne .L2246", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L2246", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jne .L2246", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L2246", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jne .L2246", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L2246", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC262", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 146 + }, + "labels": [ + { + "name": ".LC262", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " jmp .L2245", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 146 + }, + "labels": [ + { + "name": ".L2245", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2246:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " je .L2248", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 149 + }, + "labels": [ + { + "name": ".L2248", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14get_error_infoINS_10error_infoINS_11throw_line_EiEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_line_EiEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERS8_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " je .L2248", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 152 + }, + "labels": [ + { + "name": ".L2248", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC35", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [ + { + "name": ".LC35", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": ".L2248:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC263", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 155 + }, + "labels": [ + { + "name": ".LC263", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14get_error_infoINS_10error_infoINS_15throw_function_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 156 + }, + "labels": [ + { + "name": "_ZN5boost14get_error_infoINS_10error_infoINS_15throw_function_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-56], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " je .L2249", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 156 + }, + "labels": [ + { + "name": ".L2249", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " jmp .L2250", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 157 + }, + "labels": [ + { + "name": ".L2250", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2249:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC264", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 159 + }, + "labels": [ + { + "name": ".LC264", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": ".L2250:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 160 + }, + "labels": [] + }, + { + "text": ".L2245:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-640], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " je .L2251", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 164 + }, + "labels": [ + { + "name": ".L2251", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC265", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [ + { + "name": ".LC265", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-624], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " je .L2252", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [ + { + "name": ".L2252", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " je .L2253", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [ + { + "name": ".L2253", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail10type_info_C1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " jmp .L2255", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [ + { + "name": ".L2255", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2253:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_bad_typeid", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": ".L2252:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " je .L2256", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [ + { + "name": ".L2256", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail10type_info_C1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " jmp .L2255", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [ + { + "name": ".L2255", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2256:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_bad_typeid", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": ".L2255:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L2251:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-636], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " je .L2258", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 168 + }, + "labels": [ + { + "name": ".L2258", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-632], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " je .L2258", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 168 + }, + "labels": [ + { + "name": ".L2258", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-640], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " je .L2258", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 168 + }, + "labels": [ + { + "name": ".L2258", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC266", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".LC266", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " je .L2259", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L2259", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " jmp .L2260", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L2260", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2259:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC267", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".LC267", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L2260:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": ".L2258:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-624], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " je .L2261", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 170 + }, + "labels": [ + { + "name": ".L2261", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail26get_diagnostic_informationERKNS_9exceptionEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail26get_diagnostic_informationERKNS_9exceptionEPKc", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " je .L2261", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [ + { + "name": ".L2261", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " je .L2261", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 172 + }, + "labels": [ + { + "name": ".L2261", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L2262", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L2262", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2261:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": ".L2262:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L2233", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L2233", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-210]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " jmp .L2267", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 166 + }, + "labels": [ + { + "name": ".L2267", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": ".L2267:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " jmp .L2268", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 165 + }, + "labels": [ + { + "name": ".L2268", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L2268:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L2269", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L2269", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " jmp .L2269", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 171 + }, + "labels": [ + { + "name": ".L2269", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L2269", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L2269", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": ".L2269:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": ".L2233:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " sub rsp, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-148], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov esi, 4095", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tagE3buf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call vsnprintf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR _ZZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tagE3buf[rip+4095], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail7extractINS_10error_infoINS_15throw_function_EPKcEEEENT_10value_typeEPKNS_9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost6detail7extractINS_10error_infoINS_15throw_function_EPKcEEEENT_10value_typeEPKNS_9exceptionE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail7extractINS_10error_infoINS_11throw_line_EiEEEENT_10value_typeEPKNS_9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost6detail7extractINS_10error_infoINS_11throw_line_EiEEEENT_10value_typeEPKNS_9exceptionE", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " movsx rbx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail7extractINS_10error_infoINS_11throw_file_EPKcEEEENT_10value_typeEPKNS_9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost6detail7extractINS_10error_infoINS_11throw_file_EPKcEEEENT_10value_typeEPKNS_9exceptionE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost19execution_exception8locationC1EPKcmS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tagE3buf", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov esi, DWORD PTR [rbp-148]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost19execution_exceptionC1ENS0_10error_codeENS_9unit_test13basic_cstringIKcEERKNS0_8locationE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_19execution_exceptionEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_19execution_exceptionEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " sub rsp, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-212], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-232], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " je .L2283", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [ + { + "name": ".L2283", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movaps XMMWORD PTR [rbp-128], xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-112], xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-96], xmm2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-80], xmm3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-64], xmm4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-48], xmm5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-32], xmm6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-16], xmm7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": ".L2283:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-200], 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-196], 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-192], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-212]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tag", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tag", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-212], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " je .L2286", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [ + { + "name": ".L2286", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movaps XMMWORD PTR [rbp-128], xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-112], xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-96], xmm2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-80], xmm3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-64], xmm4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-48], xmm5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-32], xmm6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-16], xmm7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": ".L2286:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-200], 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-196], 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-192], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-212]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tag", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 292 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tag", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail16fpe_except_guardC2Ej:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov edi, 61", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3fpe7disableEj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 311 + }, + "labels": [ + { + "name": "_ZN5boost3fpe7disableEj", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " cmp eax, 62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " je .L2289", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 312 + }, + "labels": [ + { + "name": ".L2289", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-12], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " je .L2289", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 312 + }, + "labels": [ + { + "name": ".L2289", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3fpe6enableEj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost3fpe6enableEj", + "range": { + "startCol": 17, + "endCol": 39 + } + } + ] + }, + { + "text": ".L2289:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail16fpe_except_guardD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " je .L2291", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 317 + }, + "labels": [ + { + "name": ".L2291", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3fpe7disableEj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost3fpe7disableEj", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": ".L2291:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " cmp eax, 62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L2293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".L2293", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3fpe6enableEj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 320 + }, + "labels": [ + { + "name": "_ZN5boost3fpe6enableEj", + "range": { + "startCol": 17, + "endCol": 39 + } + } + ] + }, + { + "text": ".L2293:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail23system_signal_exceptionC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail23system_signal_exceptionclEP9siginfo_tPv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": ".LC268:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: generated by kill() (or family); uid=%d; pid=%d\"", + "source": null, + "labels": [] + }, + { + "text": ".LC269:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: sent by sigqueue()\"", + "source": null, + "labels": [] + }, + { + "text": ".LC270:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: the expiration of a timer set by timer_settimer()\"", + "source": null, + "labels": [] + }, + { + "text": ".LC271:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: generated by the completion of an asynchronous I/O request\"", + "source": null, + "labels": [] + }, + { + "text": ".LC272:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: generated by the the arrival of a message on an empty message queue\"", + "source": null, + "labels": [] + }, + { + "text": ".LC273:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: illegal opcode; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC274:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: illegal trap; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC275:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: privileged register; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC276:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: internal stack error; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC277:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: illegal operand; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC278:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: illegal addressing mode; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC279:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: privileged opcode; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC280:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: co-processor error; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC281:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: SIGILL, si_code: %d (illegal instruction; address of failing instruction: 0x%08lx)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC282:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: integer divide by zero; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC283:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: integer overflow; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC284:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: floating point divide by zero; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC285:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: floating point overflow; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC286:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: floating point underflow; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC287:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: floating point inexact result; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC288:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: invalid floating point operation; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC289:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: subscript out of range; address of failing instruction: 0x%08lx\"", + "source": null, + "labels": [] + }, + { + "text": ".LC290:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: SIGFPE, si_code: %d (errnoneous arithmetic operations; address of failing instruction: 0x%08lx)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC291:", + "source": null, + "labels": [] + }, + { + "text": " .string \"memory access violation at address: 0x%08lx: no mapping at fault address\"", + "source": null, + "labels": [] + }, + { + "text": ".LC292:", + "source": null, + "labels": [] + }, + { + "text": " .string \"memory access violation at address: 0x%08lx: invalid permissions\"", + "source": null, + "labels": [] + }, + { + "text": ".LC293:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: SIGSEGV, si_code: %d (memory access violation at address: 0x%08lx)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC294:", + "source": null, + "labels": [] + }, + { + "text": " .string \"memory access violation at address: 0x%08lx: invalid address alignment\"", + "source": null, + "labels": [] + }, + { + "text": ".LC295:", + "source": null, + "labels": [] + }, + { + "text": " .string \"memory access violation at address: 0x%08lx: non-existent physical address\"", + "source": null, + "labels": [] + }, + { + "text": ".LC296:", + "source": null, + "labels": [] + }, + { + "text": " .string \"memory access violation at address: 0x%08lx: object specific hardware error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC297:", + "source": null, + "labels": [] + }, + { + "text": " .string \"data input available; band event %d\"", + "source": null, + "labels": [] + }, + { + "text": ".LC298:", + "source": null, + "labels": [] + }, + { + "text": " .string \"output buffers available; band event %d\"", + "source": null, + "labels": [] + }, + { + "text": ".LC299:", + "source": null, + "labels": [] + }, + { + "text": " .string \"input message available; band event %d\"", + "source": null, + "labels": [] + }, + { + "text": ".LC300:", + "source": null, + "labels": [] + }, + { + "text": " .string \"i/o error; band event %d\"", + "source": null, + "labels": [] + }, + { + "text": ".LC301:", + "source": null, + "labels": [] + }, + { + "text": " .string \"high priority input available; band event %d\"", + "source": null, + "labels": [] + }, + { + "text": ".LC302:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: SIGPOLL, si_code: %d (asynchronous I/O event occurred; band event %d)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC303:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: SIGABRT (application abort requested)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC304:", + "source": null, + "labels": [] + }, + { + "text": " .string \"signal: SIGALRM (timeout while executing function)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC305:", + "source": null, + "labels": [] + }, + { + "text": " .string \"unrecognized signal %d\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost6detail23system_signal_exception6reportEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 381 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " je .L2356", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 382 + }, + "labels": [ + { + "name": ".L2356", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " add eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " cmp eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " ja .L2357", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [ + { + "name": ".L2357", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L2301[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": ".L2301:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L2305", + "source": null, + "labels": [ + { + "name": ".L2305", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2304", + "source": null, + "labels": [ + { + "name": ".L2304", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2303", + "source": null, + "labels": [ + { + "name": ".L2303", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2302", + "source": null, + "labels": [ + { + "name": ".L2302", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2300", + "source": null, + "labels": [ + { + "name": ".L2300", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2300:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx+20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " mov ecx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC268", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 392 + }, + "labels": [ + { + "name": ".LC268", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 392 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 395 + }, + "labels": [ + { + "name": ".L2306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2302:", + "source": null, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC269", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 398 + }, + "labels": [ + { + "name": ".LC269", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 398 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 400 + }, + "labels": [ + { + "name": ".L2306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2303:", + "source": null, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC270", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 402 + }, + "labels": [ + { + "name": ".LC270", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 402 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 404 + }, + "labels": [ + { + "name": ".L2306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2305:", + "source": null, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC271", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 408 + }, + "labels": [ + { + "name": ".LC271", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 408 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 410 + }, + "labels": [ + { + "name": ".L2306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2304:", + "source": null, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC272", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 414 + }, + "labels": [ + { + "name": ".LC272", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 414 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 416 + }, + "labels": [ + { + "name": ".L2306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2357:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": ".L2306:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " sub eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " cmp eax, 25", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " ja .L2307", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L2309[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": ".L2309:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L2315", + "source": null, + "labels": [ + { + "name": ".L2315", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2314", + "source": null, + "labels": [ + { + "name": ".L2314", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2313", + "source": null, + "labels": [ + { + "name": ".L2313", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2312", + "source": null, + "labels": [ + { + "name": ".L2312", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2311", + "source": null, + "labels": [ + { + "name": ".L2311", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2310", + "source": null, + "labels": [ + { + "name": ".L2310", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2307", + "source": null, + "labels": [ + { + "name": ".L2307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2308", + "source": null, + "labels": [ + { + "name": ".L2308", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2315:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " cmp eax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " ja .L2316", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 424 + }, + "labels": [ + { + "name": ".L2316", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L2318[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": ".L2318:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L2316", + "source": null, + "labels": [ + { + "name": ".L2316", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2325", + "source": null, + "labels": [ + { + "name": ".L2325", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2324", + "source": null, + "labels": [ + { + "name": ".L2324", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2323", + "source": null, + "labels": [ + { + "name": ".L2323", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2322", + "source": null, + "labels": [ + { + "name": ".L2322", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2321", + "source": null, + "labels": [ + { + "name": ".L2321", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2320", + "source": null, + "labels": [ + { + "name": ".L2320", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2319", + "source": null, + "labels": [ + { + "name": ".L2319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2317", + "source": null, + "labels": [ + { + "name": ".L2317", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2325:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC273", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 427 + }, + "labels": [ + { + "name": ".LC273", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 427 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 430 + }, + "labels": [ + { + "name": ".L2326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2322:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC274", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 432 + }, + "labels": [ + { + "name": ".LC274", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 432 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 432 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 435 + }, + "labels": [ + { + "name": ".L2326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2320:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC275", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 437 + }, + "labels": [ + { + "name": ".LC275", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 437 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 440 + }, + "labels": [ + { + "name": ".L2326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2317:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC276", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 442 + }, + "labels": [ + { + "name": ".LC276", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 442 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 445 + }, + "labels": [ + { + "name": ".L2326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2324:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC277", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 448 + }, + "labels": [ + { + "name": ".LC277", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 448 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 451 + }, + "labels": [ + { + "name": ".L2326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2323:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC278", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 453 + }, + "labels": [ + { + "name": ".LC278", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 453 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 453 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 456 + }, + "labels": [ + { + "name": ".L2326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2321:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC279", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 458 + }, + "labels": [ + { + "name": ".LC279", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 458 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 461 + }, + "labels": [ + { + "name": ".L2326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2319:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 463 + }, + "labels": [ + { + "name": ".LC280", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 463 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 466 + }, + "labels": [ + { + "name": ".L2326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2316:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC281", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 468 + }, + "labels": [ + { + "name": ".LC281", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 468 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": ".L2326:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L2296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 473 + }, + "labels": [ + { + "name": ".L2296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2312:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " cmp eax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " ja .L2327", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 476 + }, + "labels": [ + { + "name": ".L2327", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L2329[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": ".L2329:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L2327", + "source": null, + "labels": [ + { + "name": ".L2327", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2336", + "source": null, + "labels": [ + { + "name": ".L2336", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2335", + "source": null, + "labels": [ + { + "name": ".L2335", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2334", + "source": null, + "labels": [ + { + "name": ".L2334", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2333", + "source": null, + "labels": [ + { + "name": ".L2333", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2332", + "source": null, + "labels": [ + { + "name": ".L2332", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2331", + "source": null, + "labels": [ + { + "name": ".L2331", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2330", + "source": null, + "labels": [ + { + "name": ".L2330", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2328", + "source": null, + "labels": [ + { + "name": ".L2328", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2336:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC282", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 478 + }, + "labels": [ + { + "name": ".LC282", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 478 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 481 + }, + "labels": [ + { + "name": ".L2337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2335:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC283", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 483 + }, + "labels": [ + { + "name": ".LC283", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 483 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 486 + }, + "labels": [ + { + "name": ".L2337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2334:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC284", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 488 + }, + "labels": [ + { + "name": ".LC284", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 488 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 491 + }, + "labels": [ + { + "name": ".L2337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2333:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC285", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 493 + }, + "labels": [ + { + "name": ".LC285", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 496 + }, + "labels": [ + { + "name": ".L2337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2332:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC286", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 498 + }, + "labels": [ + { + "name": ".LC286", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 498 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 501 + }, + "labels": [ + { + "name": ".L2337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2331:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC287", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 503 + }, + "labels": [ + { + "name": ".LC287", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 503 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 506 + }, + "labels": [ + { + "name": ".L2337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2330:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 508 + }, + "labels": [ + { + "name": ".LC288", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 508 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 511 + }, + "labels": [ + { + "name": ".L2337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2328:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC289", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 513 + }, + "labels": [ + { + "name": ".LC289", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 513 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 516 + }, + "labels": [ + { + "name": ".L2337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2327:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC290", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 518 + }, + "labels": [ + { + "name": ".LC290", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 518 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": ".L2337:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L2296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 523 + }, + "labels": [ + { + "name": ".L2296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2311:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L2338", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L2338", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L2339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L2339", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L2355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L2355", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2338:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC291", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 529 + }, + "labels": [ + { + "name": ".LC291", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 529 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2341", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 532 + }, + "labels": [ + { + "name": ".L2341", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2339:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC292", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".LC292", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2341", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 537 + }, + "labels": [ + { + "name": ".L2341", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2355:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 540 + }, + "labels": [ + { + "name": ".LC293", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 540 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 543 + }, + "labels": [] + }, + { + "text": ".L2341:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L2296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 545 + }, + "labels": [ + { + "name": ".L2296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2313:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [] + }, + { + "text": " je .L2342", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [ + { + "name": ".L2342", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [] + }, + { + "text": " jg .L2343", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [ + { + "name": ".L2343", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [] + }, + { + "text": " je .L2344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [ + { + "name": ".L2344", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [] + }, + { + "text": " je .L2345", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [ + { + "name": ".L2345", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L2343", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 548 + }, + "labels": [ + { + "name": ".L2343", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2344:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC294", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 551 + }, + "labels": [ + { + "name": ".LC294", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 551 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 554 + }, + "labels": [ + { + "name": ".L2346", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2345:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 556 + }, + "labels": [ + { + "name": ".LC295", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 556 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 559 + }, + "labels": [ + { + "name": ".L2346", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2342:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 561 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 561 + }, + "labels": [ + { + "name": ".LC296", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 561 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 561 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 561 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 564 + }, + "labels": [ + { + "name": ".L2346", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2343:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 567 + }, + "labels": [ + { + "name": ".LC293", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 567 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": ".L2346:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L2296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 572 + }, + "labels": [ + { + "name": ".L2296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2308:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " cmp eax, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " ja .L2347", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 577 + }, + "labels": [ + { + "name": ".L2347", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L2349[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": ".L2349:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L2347", + "source": null, + "labels": [ + { + "name": ".L2347", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2353", + "source": null, + "labels": [ + { + "name": ".L2353", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2352", + "source": null, + "labels": [ + { + "name": ".L2352", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2351", + "source": null, + "labels": [ + { + "name": ".L2351", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2350", + "source": null, + "labels": [ + { + "name": ".L2350", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2348", + "source": null, + "labels": [ + { + "name": ".L2348", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2353:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC297", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 580 + }, + "labels": [ + { + "name": ".LC297", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 580 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 580 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2354", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 583 + }, + "labels": [ + { + "name": ".L2354", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2352:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC298", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 585 + }, + "labels": [ + { + "name": ".LC298", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 585 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2354", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 588 + }, + "labels": [ + { + "name": ".L2354", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2351:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC299", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 590 + }, + "labels": [ + { + "name": ".LC299", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 590 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2354", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 593 + }, + "labels": [ + { + "name": ".L2354", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2350:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC300", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 595 + }, + "labels": [ + { + "name": ".LC300", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 595 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2354", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 598 + }, + "labels": [ + { + "name": ".L2354", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2348:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 602 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 602 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 602 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC301", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 600 + }, + "labels": [ + { + "name": ".LC301", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 600 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2354", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 603 + }, + "labels": [ + { + "name": ".L2354", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2347:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC302", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 613 + }, + "labels": [ + { + "name": ".LC302", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 613 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L2354:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L2296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 618 + }, + "labels": [ + { + "name": ".L2296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2314:", + "source": null, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC303", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 623 + }, + "labels": [ + { + "name": ".LC303", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 623 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 625 + }, + "labels": [ + { + "name": ".L2296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2310:", + "source": null, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 628 + }, + "labels": [ + { + "name": ".LC304", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 215", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 628 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 630 + }, + "labels": [ + { + "name": ".L2296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2307:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC305", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 633 + }, + "labels": [ + { + "name": ".LC305", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 633 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 633 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L2296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 633 + }, + "labels": [ + { + "name": ".L2296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2356:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": ".L2296:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13signal_actionC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+4], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 669 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": ".LC306:", + "source": null, + "labels": [] + }, + { + "text": " .string \"exp\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail13signal_actionC2EibbPc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-60], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-64], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-60]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+4], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " jne .L2369", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 678 + }, + "labels": [ + { + "name": ".L2369", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov edx, 152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " call memset", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call sigaction", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " jne .L2362", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [ + { + "name": ".L2362", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [ + { + "name": ".LC306", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12system_errorC1EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 683 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L2362:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " jne .L2363", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 685 + }, + "labels": [ + { + "name": ".L2363", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " je .L2364", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 685 + }, + "labels": [ + { + "name": ".L2364", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2363:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+4], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " jmp .L2359", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 687 + }, + "labels": [ + { + "name": ".L2359", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2364:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " or eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+144], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " je .L2365", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L2365", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:boost_execution_monitor_attaching_signal_handler", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 691 + }, + "labels": [ + { + "name": "boost_execution_monitor_attaching_signal_handler", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " jmp .L2366", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 691 + }, + "labels": [ + { + "name": ".L2366", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2365:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:boost_execution_monitor_jumping_signal_handler", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 691 + }, + "labels": [ + { + "name": "boost_execution_monitor_jumping_signal_handler", + "range": { + "startCol": 34, + "endCol": 80 + } + } + ] + }, + { + "text": ".L2366:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call sigemptyset", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " jne .L2367", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [ + { + "name": ".L2367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [ + { + "name": ".LC306", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12system_errorC1EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L2367:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 696 + }, + "labels": [] + }, + { + "text": " je .L2368", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 696 + }, + "labels": [ + { + "name": ".L2368", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " or eax, 134217728", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+144], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": ".L2368:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " call sigaction", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " jne .L2359", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [ + { + "name": ".L2359", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [ + { + "name": ".LC306", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12system_errorC1EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 700 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L2369:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": ".L2359:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13signal_actionD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " je .L2372", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 707 + }, + "labels": [ + { + "name": ".L2372", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " call sigaction", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": ".L2372:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": ".LC307:", + "source": null, + "labels": [] + }, + { + "text": " .string \"static __jmp_buf_tag (& boost::detail::signal_handler::jump_buffer())[1]\"", + "source": null, + "labels": [] + }, + { + "text": ".LC308:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC309:", + "source": null, + "labels": [] + }, + { + "text": " .string \"!!s_active_handler\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail14signal_handler11jump_bufferEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost6detail14signal_handler16s_active_handlerE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " jne .L2374", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 732 + }, + "labels": [ + { + "name": ".L2374", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC307", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 732 + }, + "labels": [ + { + "name": ".LC307", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 732", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC308", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 732 + }, + "labels": [ + { + "name": ".LC308", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC309", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 732 + }, + "labels": [ + { + "name": ".LC309", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": ".L2374:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost6detail14signal_handler16s_active_handlerE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " add rax, 2512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": ".LC310:", + "source": null, + "labels": [] + }, + { + "text": " .string \"static boost::detail::system_signal_exception& boost::detail::signal_handler::sys_sig()\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail14signal_handler7sys_sigEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost6detail14signal_handler16s_active_handlerE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " jne .L2377", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 739 + }, + "labels": [ + { + "name": ".L2377", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC310", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 739 + }, + "labels": [ + { + "name": ".LC310", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 739", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC308", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 739 + }, + "labels": [ + { + "name": ".LC308", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC309", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 739 + }, + "labels": [ + { + "name": ".LC309", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": ".L2377:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost6detail14signal_handler16s_active_handlerE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 2712", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail14signal_handler16s_active_handlerE:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail14signal_handlerC2EbbmbPc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov ecx, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov edx, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-92], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-96], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-108], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR _ZN5boost6detail14signal_handler16s_active_handlerE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-92]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov esi, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionC1EibbPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionC1EibbPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-92]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov esi, 11", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionC1EibbPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-92]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov esi, 7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionC1EibbPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 1264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+1576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-92]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov esi, 29", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionC1EibbPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+1888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-92]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov esi, 6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionC1EibbPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+2200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov esi, 14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionC1EibbPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 2712", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail23system_signal_exceptionC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR _ZN5boost6detail14signal_handler16s_active_handlerE[rip], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 790 + }, + "labels": [] + }, + { + "text": " je .L2380", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 790 + }, + "labels": [ + { + "name": ".L2380", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 791 + }, + "labels": [] + }, + { + "text": " call alarm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 791 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " js .L2381", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L2381", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " jmp .L2382", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [ + { + "name": ".L2382", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2381:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " shr rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " or rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " addsd xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": ".L2382:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC311[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " divsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " movq rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " movq xmm0, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call ceil", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " call alarm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": ".L2380:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-120], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " je .L2400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 796 + }, + "labels": [ + { + "name": ".L2400", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov edx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 798 + }, + "labels": [] + }, + { + "text": " call memset", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 798 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " call sigaltstack", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " jne .L2384", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [ + { + "name": ".L2384", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [ + { + "name": ".LC306", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12system_errorC1EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 800 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L2384:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 802 + }, + "labels": [] + }, + { + "text": " and eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 802 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 802 + }, + "labels": [] + }, + { + "text": " je .L2400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 802 + }, + "labels": [ + { + "name": ".L2400", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], 8192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 805 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " call sigaltstack", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " jne .L2400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [ + { + "name": ".L2400", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [ + { + "name": ".LC306", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12system_errorC1EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 806 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 2200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " jmp .L2387", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [ + { + "name": ".L2387", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": ".L2387:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 1888", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " jmp .L2388", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [ + { + "name": ".L2388", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": ".L2388:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 1576", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " jmp .L2389", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [ + { + "name": ".L2389", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": ".L2389:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 1264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 952", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " jmp .L2390", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [ + { + "name": ".L2390", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": ".L2390:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 640", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " jmp .L2391", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [ + { + "name": ".L2391", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": ".L2391:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 328", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " jmp .L2392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [ + { + "name": ".L2392", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": ".L2392:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": ".L2400:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 810 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 810 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 810 + }, + "labels": [] + }, + { + "text": ".LC312:", + "source": null, + "labels": [] + }, + { + "text": " .string \"boost::detail::signal_handler::~signal_handler()\"", + "source": null, + "labels": [] + }, + { + "text": ".LC313:", + "source": null, + "labels": [] + }, + { + "text": " .string \"s_active_handler == this\"", + "source": null, + "labels": [] + }, + { + "text": ".LC314:", + "source": null, + "labels": [] + }, + { + "text": " .string \"******** errors disabling the alternate stack:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC315:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\t#error:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC316:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\t\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail14signal_handlerD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost6detail14signal_handler16s_active_handlerE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " je .L2402", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 816 + }, + "labels": [ + { + "name": ".L2402", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 816 + }, + "labels": [ + { + "name": ".LC312", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC308", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 816 + }, + "labels": [ + { + "name": ".LC308", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC313", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 816 + }, + "labels": [ + { + "name": ".LC313", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": ".L2402:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 818 + }, + "labels": [] + }, + { + "text": " je .L2403", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 818 + }, + "labels": [ + { + "name": ".L2403", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": " call alarm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 819 + }, + "labels": [] + }, + { + "text": ".L2403:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 826 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 826 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 826 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 2048", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 831 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-40], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 832 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " call sigaltstack", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " cmp eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 833 + }, + "labels": [] + }, + { + "text": " je .L2404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 833 + }, + "labels": [ + { + "name": ".L2404", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call __errno_location", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 834 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 834 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 834 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC314", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 835 + }, + "labels": [ + { + "name": ".LC314", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 835 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC315", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [ + { + "name": ".LC315", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC316", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [ + { + "name": ".LC316", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " call strerror", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 837 + }, + "labels": [] + }, + { + "text": ".L2404:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 841 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 841 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR _ZN5boost6detail14signal_handler16s_active_handlerE[rip], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 841 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " add rax, 2200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " add rax, 1888", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " add rax, 1576", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " add rax, 1264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " add rax, 952", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " add rax, 640", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " add rax, 328", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13signal_actionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 814 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 842 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 842 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 842 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 842 + }, + "labels": [] + }, + { + "text": "boost_execution_monitor_jumping_signal_handler:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 853 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 853 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 853 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 853 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 853 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 853 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail14signal_handler7sys_sigEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 854 + }, + "labels": [ + { + "name": "_ZN5boost6detail14signal_handler7sys_sigEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 854 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 854 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 854 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 854 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 854 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail23system_signal_exceptionclEP9siginfo_tPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 854 + }, + "labels": [ + { + "name": "_ZN5boost6detail23system_signal_exceptionclEP9siginfo_tPv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " call _ZN5boost6detail14signal_handler11jump_bufferEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 856 + }, + "labels": [ + { + "name": "_ZN5boost6detail14signal_handler11jump_bufferEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 856 + }, + "labels": [] + }, + { + "text": " call siglongjmp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 856 + }, + "labels": [] + }, + { + "text": "boost_execution_monitor_attaching_signal_handler:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug15attach_debuggerEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 863 + }, + "labels": [ + { + "name": "_ZN5boost5debug15attach_debuggerEb", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 863 + }, + "labels": [] + }, + { + "text": " je .L2407", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 863 + }, + "labels": [ + { + "name": ".L2407", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 864 + }, + "labels": [] + }, + { + "text": " call boost_execution_monitor_jumping_signal_handler", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 864 + }, + "labels": [ + { + "name": "boost_execution_monitor_jumping_signal_handler", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L2407:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " call signal", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " cmp rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " jne .L2409", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [ + { + "name": ".L2409", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [ + { + "name": ".LC306", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12system_errorC1EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 867 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L2409:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 868 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 868 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 868 + }, + "labels": [] + }, + { + "text": "_ZN5boost17execution_monitor13catch_signalsERKNS_8functionIFivEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " sub rsp, 2752", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-2776], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-2784], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " je .L2411", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [ + { + "name": ".L2411", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost12scoped_arrayIcEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [ + { + "name": "_ZNK5boost12scoped_arrayIcEntEv", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " je .L2411", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [ + { + "name": ".L2411", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " jmp .L2412", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [ + { + "name": ".L2412", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2411:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": ".L2412:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [] + }, + { + "text": " je .L2413", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 890 + }, + "labels": [ + { + "name": ".L2413", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 891 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 891 + }, + "labels": [] + }, + { + "text": " mov edi, 8192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 891 + }, + "labels": [] + }, + { + "text": " call _Znam", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 891 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 891 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 891 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12scoped_arrayIcE5resetEPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 891 + }, + "labels": [ + { + "name": "_ZN5boost12scoped_arrayIcE5resetEPc", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": ".L2413:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " je .L2414", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [ + { + "name": ".L2414", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r13d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " jmp .L2415", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [ + { + "name": ".L2415", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2414:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost12scoped_arrayIcE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [ + { + "name": "_ZNK5boost12scoped_arrayIcE3getEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": ".L2415:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " movzx r14d, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " jne .L2416", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [ + { + "name": ".L2416", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " add rax, 20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " je .L2417", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [ + { + "name": ".L2417", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2416:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": " jmp .L2418", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [ + { + "name": ".L2418", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2417:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 897 + }, + "labels": [] + }, + { + "text": ".L2418:", + "source": null, + "labels": [] + }, + { + "text": " movzx ebx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov r9, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov r8d, r14d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail14signal_handlerC1EbbmbPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail14signal_handler11jump_bufferEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 902 + }, + "labels": [ + { + "name": "_ZN5boost6detail14signal_handler11jump_bufferEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 902 + }, + "labels": [] + }, + { + "text": " call __sigsetjmp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 902 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 902 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 902 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 902 + }, + "labels": [] + }, + { + "text": " je .L2420", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 902 + }, + "labels": [ + { + "name": ".L2420", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-2776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-2784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail9do_invokeINS_10shared_ptrINS0_22translator_holder_baseEEENS_8functionIFivEEEEEiRKT_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [ + { + "name": "_ZN5boost6detail9do_invokeINS_10shared_ptrINS0_22translator_holder_baseEEENS_8functionIFivEEEEEiRKT_RKT0_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail14signal_handlerD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [] + }, + { + "text": " jmp .L2425", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 903 + }, + "labels": [ + { + "name": ".L2425", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2420:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost6detail14signal_handler7sys_sigEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 905 + }, + "labels": [ + { + "name": "_ZN5boost6detail14signal_handler7sys_sigEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 905 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_6detail23system_signal_exceptionEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 905 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_6detail23system_signal_exceptionEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail14signal_handlerD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 900 + }, + "labels": [] + }, + { + "text": ".L2425:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 2752", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 906 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 906 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 906 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 906 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 906 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 906 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 906 + }, + "labels": [] + }, + { + "text": "_ZN5boost17execution_monitorC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1281 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyImEC1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " add rax, 20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIjEC1Ej", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_6detail22translator_holder_baseEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12scoped_arrayIcEC1EPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1286 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1287 + }, + "labels": [] + }, + { + "text": ".LC317:", + "source": null, + "labels": [] + }, + { + "text": " .string \"C string: %s\"", + "source": null, + "labels": [] + }, + { + "text": ".LC318:", + "source": null, + "labels": [] + }, + { + "text": " .string \"std::string: %s\"", + "source": null, + "labels": [] + }, + { + "text": ".LC319:", + "source": null, + "labels": [] + }, + { + "text": " .string \"%s\"", + "source": null, + "labels": [] + }, + { + "text": ".LC320:", + "source": null, + "labels": [] + }, + { + "text": " .string \"%s: %s\"", + "source": null, + "labels": [] + }, + { + "text": ".LC321:", + "source": null, + "labels": [] + }, + { + "text": " .string \"system_error produced by: %s: %s\"", + "source": null, + "labels": [] + }, + { + "text": ".LC322:", + "source": null, + "labels": [] + }, + { + "text": " .string \"unknown type\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost17execution_monitor7executeERKNS_8functionIFivEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " sub rsp, 688", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-696], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-704], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug14under_debuggerEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1294 + }, + "labels": [ + { + "name": "_ZN5boost5debug14under_debuggerEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " je .L2428", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1294 + }, + "labels": [ + { + "name": ".L2428", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1295 + }, + "labels": [] + }, + { + "text": ".L2428:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " add rax, 20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail16fpe_except_guardC1Ej", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1301 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17execution_monitor13catch_signalsERKNS_8functionIFivEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1301 + }, + "labels": [ + { + "name": "_ZN5boost17execution_monitor13catch_signalsERKNS_8functionIFivEEE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1301 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail16fpe_except_guardD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " jmp .L2429", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [ + { + "name": ".L2429", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2455:", + "source": null, + "labels": [] + }, + { + "text": ".L2429:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " jmp .L2530", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1379 + }, + "labels": [ + { + "name": ".L2530", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail16fpe_except_guardD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " jmp .L2431", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [ + { + "name": ".L2431", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2431:", + "source": null, + "labels": [] + }, + { + "text": " cmp rdx, 21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " ja .L2432", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [ + { + "name": ".L2432", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR .L2434[0+rdx*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": " jmp rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1298 + }, + "labels": [] + }, + { + "text": ".L2434:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L2432", + "source": null, + "labels": [ + { + "name": ".L2432", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2454", + "source": null, + "labels": [ + { + "name": ".L2454", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2453", + "source": null, + "labels": [ + { + "name": ".L2453", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2452", + "source": null, + "labels": [ + { + "name": ".L2452", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2451", + "source": null, + "labels": [ + { + "name": ".L2451", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2450", + "source": null, + "labels": [ + { + "name": ".L2450", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2449", + "source": null, + "labels": [ + { + "name": ".L2449", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2448", + "source": null, + "labels": [ + { + "name": ".L2448", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2447", + "source": null, + "labels": [ + { + "name": ".L2447", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2446", + "source": null, + "labels": [ + { + "name": ".L2446", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2445", + "source": null, + "labels": [ + { + "name": ".L2445", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2444", + "source": null, + "labels": [ + { + "name": ".L2444", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2443", + "source": null, + "labels": [ + { + "name": ".L2443", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2442", + "source": null, + "labels": [ + { + "name": ".L2442", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2441", + "source": null, + "labels": [ + { + "name": ".L2441", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2440", + "source": null, + "labels": [ + { + "name": ".L2440", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2439", + "source": null, + "labels": [ + { + "name": ".L2439", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2438", + "source": null, + "labels": [ + { + "name": ".L2438", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2437", + "source": null, + "labels": [ + { + "name": ".L2437", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2436", + "source": null, + "labels": [ + { + "name": ".L2436", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2435", + "source": null, + "labels": [ + { + "name": ".L2435", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L2433", + "source": null, + "labels": [ + { + "name": ".L2433", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2454:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC317", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1312 + }, + "labels": [ + { + "name": ".LC317", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1312 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1312 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2453:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1315 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1315 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1315 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC318", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1315 + }, + "labels": [ + { + "name": ".LC318", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1315 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1315 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2452:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22diagnostic_informationINS_9exceptionEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [ + { + "name": "_ZN5boost22diagnostic_informationINS_9exceptionEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_b", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [ + { + "name": ".LC319", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1320 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2451:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt9bad_allocEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt9bad_allocEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2450:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt8bad_castEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt8bad_castEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2449:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt10bad_typeidEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt10bad_typeidEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2448:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt13bad_exceptionEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt13bad_exceptionEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2447:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt12domain_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt12domain_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2446:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt16invalid_argumentEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt16invalid_argumentEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2445:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt12length_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt12length_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2444:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt12out_of_rangeEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt12out_of_rangeEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2443:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt11range_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt11range_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2442:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt14overflow_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt14overflow_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2441:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt15underflow_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt15underflow_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2440:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt11logic_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt11logic_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2439:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt13runtime_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt13runtime_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2438:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail11typeid_nameISt9exceptionEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [ + { + "name": "_ZN5boost6detail11typeid_nameISt9exceptionEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call _ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [ + { + "name": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [ + { + "name": ".LC320", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2437:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1360 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1360 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [] + }, + { + "text": " call strerror", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1360 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1360 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC321", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [ + { + "name": ".LC321", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1359 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2436:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1362 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1362 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail23system_signal_exception6reportEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1362 + }, + "labels": [ + { + "name": "_ZNK5boost6detail23system_signal_exception6reportEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2435:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1365 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1365 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1365 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1366 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1365 + }, + "labels": [] + }, + { + "text": " jmp .L2429", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1365 + }, + "labels": [ + { + "name": ".L2429", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2433:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1370 + }, + "labels": [] + }, + { + "text": ".L2432:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC322", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1374 + }, + "labels": [ + { + "name": ".LC322", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1374 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1374 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1374 + }, + "labels": [ + { + "name": "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [] + }, + { + "text": " jmp .L2455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [ + { + "name": ".L2455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1314 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [] + }, + { + "text": " jmp .L2459", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1322 + }, + "labels": [ + { + "name": ".L2459", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": ".L2459:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1319 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " jmp .L2461", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [ + { + "name": ".L2461", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": ".L2461:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1341 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " jmp .L2463", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [ + { + "name": ".L2463", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": ".L2463:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1342 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " jmp .L2465", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [ + { + "name": ".L2465", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": ".L2465:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1343 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " jmp .L2467", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [ + { + "name": ".L2467", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": ".L2467:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1344 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " jmp .L2469", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [ + { + "name": ".L2469", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": ".L2469:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1345 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " jmp .L2471", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [ + { + "name": ".L2471", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": ".L2471:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1346 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " jmp .L2473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [ + { + "name": ".L2473", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": ".L2473:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1347 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " jmp .L2475", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [ + { + "name": ".L2475", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": ".L2475:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1348 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " jmp .L2477", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [ + { + "name": ".L2477", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": ".L2477:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1349 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " jmp .L2479", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [ + { + "name": ".L2479", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": ".L2479:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1350 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " jmp .L2481", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [ + { + "name": ".L2481", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": ".L2481:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1351 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " jmp .L2483", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [ + { + "name": ".L2483", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": ".L2483:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1352 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " jmp .L2485", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [ + { + "name": ".L2485", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": ".L2485:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1353 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " jmp .L2487", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [ + { + "name": ".L2487", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": ".L2487:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1354 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1358 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1361 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1369 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1373 + }, + "labels": [] + }, + { + "text": ".L2530:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 688", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1379 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail7forwardC2ERKNS_8functionIFvvEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1386 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail7forwardclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IvEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IvEclEv", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1388 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFivEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IiED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [ + { + "name": "_ZN5boost9function0IiED2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": "_ZN5boost17execution_monitor8vexecuteERKNS_8functionIFvvEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1396 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1396 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1396 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail7forwardC1ERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFivEEC1INS_6detail7forwardEEET_NS_10enable_if_IXntsrNS_11is_integralIS6_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17execution_monitor7executeERKNS_8functionIFivEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [ + { + "name": "_ZN5boost17execution_monitor7executeERKNS_8functionIFivEEE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFivEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " jmp .L2538", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1398 + }, + "labels": [ + { + "name": ".L2538", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFivEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1397 + }, + "labels": [] + }, + { + "text": ".L2538:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1398 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1398 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1398 + }, + "labels": [] + }, + { + "text": "_ZN5boost12system_errorC2EPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1404 + }, + "labels": [] + }, + { + "text": " call __errno_location", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1408 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1408 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1410 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1410 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1410 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1410 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1410 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1411 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1411 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1411 + }, + "labels": [] + }, + { + "text": "_ZN5boost19execution_exception8locationC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 272 + }, + "labels": [] + }, + { + "text": ".LC323:", + "source": null, + "labels": [] + }, + { + "text": " .string \"uncaught exception, system error or abort requested\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost19execution_exceptionC2ENS0_10error_codeENS_9unit_test13basic_cstringIKcEERKNS0_8locationE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1419 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1419 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1419 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1419 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1419 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1419 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1421 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1421 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " je .L2542", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [ + { + "name": ".L2542", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov edx, 51", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC323", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [ + { + "name": ".LC323", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " jmp .L2543", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [ + { + "name": ".L2543", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2542:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": ".L2543:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost19execution_exception8locationC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1422 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1423 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1423 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1423 + }, + "labels": [] + }, + { + "text": ".LC324:", + "source": null, + "labels": [] + }, + { + "text": " .string \"unknown location\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost19execution_exception8locationC2EPKcmS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1427 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " je .L2545", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [ + { + "name": ".L2545", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " jmp .L2546", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [ + { + "name": ".L2546", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2545:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC324", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [ + { + "name": ".LC324", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L2546:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1430 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1431 + }, + "labels": [] + }, + { + "text": "_ZN5boost19execution_exception8locationC2ENS_9unit_test13basic_cstringIKcEEmPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1433 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1433 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1433 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1436 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1437 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1437 + }, + "labels": [] + }, + { + "text": "_ZN5boost3fpe6enableEj:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1449 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1449 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1449 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1449 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov edi, 61", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1473 + }, + "labels": [] + }, + { + "text": " call feclearexcept", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1473 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1474 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1474 + }, + "labels": [] + }, + { + "text": " call feenableexcept", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1474 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1474 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-4], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1475 + }, + "labels": [] + }, + { + "text": " je .L2549", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1475 + }, + "labels": [ + { + "name": ".L2549", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1475 + }, + "labels": [] + }, + { + "text": " jmp .L2552", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1475 + }, + "labels": [ + { + "name": ".L2552", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2549:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1475 + }, + "labels": [] + }, + { + "text": ".L2552:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1475 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1480 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1480 + }, + "labels": [] + }, + { + "text": "_ZN5boost3fpe7disableEj:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1486 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1486 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov edi, 61", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1509 + }, + "labels": [] + }, + { + "text": " call feclearexcept", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1509 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1510 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1510 + }, + "labels": [] + }, + { + "text": " call fedisableexcept", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1510 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1510 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-4], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1511 + }, + "labels": [] + }, + { + "text": " je .L2554", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1511 + }, + "labels": [ + { + "name": ".L2554", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1511 + }, + "labels": [] + }, + { + "text": " jmp .L2557", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1511 + }, + "labels": [ + { + "name": ".L2557", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2554:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1511 + }, + "labels": [] + }, + { + "text": ".L2557:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1511 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 1516 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter6formatC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test16results_reporter6formatE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test16results_reporter6formatE", + "range": { + "startCol": 34, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_reporter.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22plain_report_formatterC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter6formatC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter6formatC2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output22plain_report_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output22plain_report_formatterE", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".LC325:", + "source": null, + "labels": [] + }, + { + "text": " .string \"s\"", + "source": null, + "labels": [] + }, + { + "text": ".LC326:", + "source": null, + "labels": [] + }, + { + "text": " .string \" out of \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " je .L2568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 64 + }, + "labels": [ + { + "name": ".L2568", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " je .L2563", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".L2563", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZSt4setwi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [ + { + "name": "_ZSt4setwi", + "range": { + "startCol": 17, + "endCol": 27 + } + } + ] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St5_Setw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " je .L2564", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".L2564", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC325", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".LC325", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L2565", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".L2565", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2564:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": ".L2565:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".LC326", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jmp .L2560", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".L2560", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2563:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZSt4setwi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZSt4setwi", + "range": { + "startCol": 17, + "endCol": 27 + } + } + ] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St5_Setw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L2566", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".L2566", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC325", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".LC325", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L2567", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".L2567", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2566:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": ".L2567:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " jmp .L2560", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".L2560", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2568:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": ".L2560:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22plain_report_formatter20results_report_startERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+16], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22plain_report_formatter21results_report_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNSo5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": ".LC327:", + "source": null, + "labels": [] + }, + { + "text": " .string \"has passed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC328:", + "source": null, + "labels": [] + }, + { + "text": " .string \"was skipped\"", + "source": null, + "labels": [] + }, + { + "text": ".LC329:", + "source": null, + "labels": [] + }, + { + "text": " .string \"has timed out\"", + "source": null, + "labels": [] + }, + { + "text": ".LC330:", + "source": null, + "labels": [] + }, + { + "text": " .string \"was aborted\"", + "source": null, + "labels": [] + }, + { + "text": ".LC331:", + "source": null, + "labels": [] + }, + { + "text": " .string \"has failed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC332:", + "source": null, + "labels": [] + }, + { + "text": " .string \" with:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC333:", + "source": null, + "labels": [] + }, + { + "text": " .string \"passed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC334:", + "source": null, + "labels": [] + }, + { + "text": " .string \"test case\"", + "source": null, + "labels": [] + }, + { + "text": ".LC335:", + "source": null, + "labels": [] + }, + { + "text": " .string \"passed with warnings\"", + "source": null, + "labels": [] + }, + { + "text": ".LC336:", + "source": null, + "labels": [] + }, + { + "text": " .string \"failed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC337:", + "source": null, + "labels": [] + }, + { + "text": " .string \"timed-out\"", + "source": null, + "labels": [] + }, + { + "text": ".LC338:", + "source": null, + "labels": [] + }, + { + "text": " .string \"test suite\"", + "source": null, + "labels": [] + }, + { + "text": ".LC339:", + "source": null, + "labels": [] + }, + { + "text": " .string \"skipped\"", + "source": null, + "labels": [] + }, + { + "text": ".LC340:", + "source": null, + "labels": [] + }, + { + "text": " .string \"aborted\"", + "source": null, + "labels": [] + }, + { + "text": ".LC341:", + "source": null, + "labels": [] + }, + { + "text": " .string \"assertion\"", + "source": null, + "labels": [] + }, + { + "text": ".LC342:", + "source": null, + "labels": [] + }, + { + "text": " .string \"expected\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22plain_report_formatter22test_unit_report_startERKNS0_9test_unitERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 480", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-472], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-480], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results6passedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 107 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results6passedEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " je .L2572", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 107 + }, + "labels": [ + { + "name": ".L2572", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC327", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 108 + }, + "labels": [ + { + "name": ".LC327", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 108 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L2573", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 108 + }, + "labels": [ + { + "name": ".L2573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2572:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 109 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " je .L2574", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 109 + }, + "labels": [ + { + "name": ".L2574", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC328", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 110 + }, + "labels": [ + { + "name": ".LC328", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 110 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L2573", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 110 + }, + "labels": [ + { + "name": ".L2573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2574:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " add rax, 106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " je .L2575", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 111 + }, + "labels": [ + { + "name": ".L2575", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC329", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".LC329", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L2573", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".L2573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2575:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L2576", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L2576", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC330", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": ".LC330", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L2573", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": ".L2573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2576:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC331", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 116 + }, + "labels": [ + { + "name": ".LC331", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 116 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": ".L2573:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZSt4setwi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": "_ZSt4setwi", + "range": { + "startCol": 17, + "endCol": 27 + } + } + ] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St5_Setw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC26", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": ".LC26", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-433]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-448], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rdx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 121 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " je .L2577", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 121 + }, + "labels": [ + { + "name": ".L2577", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 122 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+2]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " jmp .L2571", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 150 + }, + "labels": [ + { + "name": ".L2571", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2577:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " jne .L2579", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".L2579", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " jne .L2579", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".L2579", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " je .L2580", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".L2580", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2579:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " jmp .L2581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".L2581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2580:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": ".L2581:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " je .L2582", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".L2582", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC332", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 132 + }, + "labels": [ + { + "name": ".LC332", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": ".L2582:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+2]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC333", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [ + { + "name": ".LC333", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [ + { + "name": ".LC334", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov r9, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 137 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC335", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [ + { + "name": ".LC335", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [ + { + "name": ".LC334", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov r9, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC336", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [ + { + "name": ".LC336", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [ + { + "name": ".LC334", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov r9, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [ + { + "name": ".LC337", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [ + { + "name": ".LC334", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov r9, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [ + { + "name": ".LC337", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC338", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [ + { + "name": ".LC338", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov r9, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 141 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [ + { + "name": ".LC339", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [ + { + "name": ".LC334", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov r9, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC340", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [ + { + "name": ".LC340", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [ + { + "name": ".LC334", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov r9, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 143 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC333", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [ + { + "name": ".LC333", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC341", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [ + { + "name": ".LC341", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov r9, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC336", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [ + { + "name": ".LC336", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC341", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [ + { + "name": ".LC341", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov r9, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC336", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [ + { + "name": ".LC336", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [ + { + "name": ".LC232", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov r9, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC342", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [ + { + "name": ".LC342", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC50", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [ + { + "name": ".LC50", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov r9, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " jmp .L2571", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 149 + }, + "labels": [ + { + "name": ".L2571", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": ".L2571:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 480", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22plain_report_formatter23test_unit_report_finishERKNS0_9test_unitERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-2]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": ".LC343:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*** No errors detected\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC344:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*** The test \"", + "source": null, + "labels": [] + }, + { + "text": ".LC345:", + "source": null, + "labels": [] + }, + { + "text": " .string \" was skipped\"", + "source": null, + "labels": [] + }, + { + "text": ".LC346:", + "source": null, + "labels": [] + }, + { + "text": " .string \"; see standard output for details\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC347:", + "source": null, + "labels": [] + }, + { + "text": " .string \" has timed out\"", + "source": null, + "labels": [] + }, + { + "text": ".LC348:", + "source": null, + "labels": [] + }, + { + "text": " .string \" was aborted\"", + "source": null, + "labels": [] + }, + { + "text": ".LC349:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*** Errors were detected in the test \"", + "source": null, + "labels": [] + }, + { + "text": ".LC350:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*** \"", + "source": null, + "labels": [] + }, + { + "text": ".LC351:", + "source": null, + "labels": [] + }, + { + "text": " .string \" failure\"", + "source": null, + "labels": [] + }, + { + "text": ".LC352:", + "source": null, + "labels": [] + }, + { + "text": " .string \"s are\"", + "source": null, + "labels": [] + }, + { + "text": ".LC353:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is\"", + "source": null, + "labels": [] + }, + { + "text": ".LC354:", + "source": null, + "labels": [] + }, + { + "text": " .string \" detected\"", + "source": null, + "labels": [] + }, + { + "text": ".LC355:", + "source": null, + "labels": [] + }, + { + "text": " .string \" (\"", + "source": null, + "labels": [] + }, + { + "text": ".LC356:", + "source": null, + "labels": [] + }, + { + "text": " .string \" expected)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC357:", + "source": null, + "labels": [] + }, + { + "text": " .string \" in the test \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22plain_report_formatter22do_confirmation_reportERKNS0_9test_unitERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " sub rsp, 328", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-320], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-328], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results6passedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 167 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results6passedEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " je .L2587", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 167 + }, + "labels": [ + { + "name": ".L2587", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov r8d, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC343", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 170 + }, + "labels": [ + { + "name": ".LC343", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " jmp .L2586", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 208 + }, + "labels": [ + { + "name": ".L2586", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2587:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 176 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " je .L2589", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 176 + }, + "labels": [ + { + "name": ".L2589", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".LC344", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-257]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-272], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC345", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 178 + }, + "labels": [ + { + "name": ".LC345", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 178 + }, + "labels": [ + { + "name": ".LC346", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " jmp .L2590", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 179 + }, + "labels": [ + { + "name": ".L2590", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2589:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " add rax, 106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 182 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " je .L2591", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 182 + }, + "labels": [ + { + "name": ".L2591", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".LC344", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-224], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rdx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC347", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 184 + }, + "labels": [ + { + "name": ".LC347", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 184 + }, + "labels": [ + { + "name": ".LC346", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " jmp .L2590", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".L2590", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2591:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 188 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " je .L2592", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 188 + }, + "labels": [ + { + "name": ".L2592", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [ + { + "name": ".LC344", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC348", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 190 + }, + "labels": [ + { + "name": ".LC348", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 190 + }, + "labels": [ + { + "name": ".LC346", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": ".L2592:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " je .L2593", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L2593", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " je .L2594", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".L2594", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC349", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [ + { + "name": ".LC349", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-113]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 196 + }, + "labels": [ + { + "name": ".LC346", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": ".L2594:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " jmp .L2590", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 197 + }, + "labels": [ + { + "name": ".L2590", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2593:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC350", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".LC350", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC351", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".LC351", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " je .L2595", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".L2595", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC352", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".LC352", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L2596", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".L2596", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2595:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC353", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".LC353", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L2596:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC354", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".LC354", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " je .L2597", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L2597", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".LC355", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC351", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".LC351", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " je .L2598", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".L2598", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, OFFSET FLAT:.LC352", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".LC352", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L2599", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".L2599", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2598:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC353", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".LC353", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L2599:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC356", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [ + { + "name": ".LC356", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": ".L2597:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC357", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": ".LC357", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": ".L2590:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " jmp .L2586", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 208 + }, + "labels": [ + { + "name": ".L2586", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " jmp .L2603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".L2603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " jmp .L2603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".L2603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " jmp .L2603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 189 + }, + "labels": [ + { + "name": ".L2603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " jmp .L2603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 195 + }, + "labels": [ + { + "name": ".L2603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " jmp .L2603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 207 + }, + "labels": [ + { + "name": ".L2603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": ".L2603:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": ".L2586:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": ".LC358:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n0% 10 20 30 40 50 60 70 80 90 100%\"", + "source": null, + "labels": [] + }, + { + "text": ".LC359:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n|----|----|----|----|----|----|----|----|----|----|\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16progress_displayC2EmRSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC358", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 52 + }, + "labels": [ + { + "name": ".LC358", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC359", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 52 + }, + "labels": [ + { + "name": ".LC359", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 55 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 55 + }, + "labels": [] + }, + { + "text": " jne .L2617", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 55 + }, + "labels": [ + { + "name": ".L2617", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": ".L2617:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16progress_displaypLEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " je .L2619", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L2619", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " jmp .L2620", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 62 + }, + "labels": [ + { + "name": ".L2620", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2619:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " js .L2621", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [ + { + "name": ".L2621", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " jmp .L2622", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [ + { + "name": ".L2622", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2621:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " shr rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " or rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " addsd xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": ".L2622:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " js .L2623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [ + { + "name": ".L2623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " pxor xmm1, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm1, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " jmp .L2624", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [ + { + "name": ".L2624", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2623:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " shr rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " or rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " pxor xmm1, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm1, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " addsd xmm1, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": ".L2624:", + "source": null, + "labels": [] + }, + { + "text": " movapd xmm2, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " divsd xmm2, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " movsd xmm0, QWORD PTR .LC360[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mulsd xmm0, xmm2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": ".L2626:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, 42", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt5flushIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea edx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+32], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " je .L2625", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 72 + }, + "labels": [ + { + "name": ".L2625", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L2626", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".L2626", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2625:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " js .L2627", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".L2627", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " jmp .L2628", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".L2628", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2627:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " shr rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " or rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " addsd xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": ".L2628:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm2, QWORD PTR .LC360[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " movapd xmm1, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " divsd xmm1, xmm2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " js .L2629", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".L2629", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " jmp .L2630", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".L2630", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2629:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " shr rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " or rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " pxor xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " cvtsi2sd xmm0, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " addsd xmm0, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": ".L2630:", + "source": null, + "labels": [] + }, + { + "text": " mulsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " comisd xmm0, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " jnb .L2631", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".L2631", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " jmp .L2632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".L2632", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2631:", + "source": null, + "labels": [] + }, + { + "text": " movsd xmm1, QWORD PTR .LC227[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " subsd xmm0, xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " cvttsd2si rax, xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " movabs rdx, -9223372036854775808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " xor rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": ".L2632:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " jne .L2633", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 76 + }, + "labels": [ + { + "name": ".L2633", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " cmp eax, 50", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ja .L2634", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 77 + }, + "labels": [ + { + "name": ".L2634", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, 42", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".L2634:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L2633:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": ".L2620:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16progress_displayppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16progress_displaypLEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16progress_displaypLEm", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test16progress_display5countEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_121progress_monitor_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], OFFSET FLAT:_ZSt4cout", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16progress_displayEEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_121progress_monitor_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16progress_displayEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test12_GLOBAL__N_19s_pm_implEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " je .L2642", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [ + { + "name": ".L2642", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test12_GLOBAL__N_19s_pm_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " je .L2642", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [ + { + "name": ".L2642", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_19s_pm_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_121progress_monitor_implC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test12_GLOBAL__N_19s_pm_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_19s_pm_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test12_GLOBAL__N_121progress_monitor_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": ".L2642:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_19s_pm_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN5boost9unit_test18progress_monitor_tE+16", + "source": null, + "labels": [ + { + "name": "_ZTVN5boost9unit_test18progress_monitor_tE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_t8instanceEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " je .L2645", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [ + { + "name": ".L2645", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " je .L2645", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [ + { + "name": ".L2645", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test18progress_monitor_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": ".L2645:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_t10test_startEmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+16], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov r8d, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " lea r12, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16progress_displayC1EmRSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16progress_displayEE5resetEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [ + { + "name": "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEE5resetEPS2_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " jmp .L2652", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L2652", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " jmp .L2649", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 135 + }, + "labels": [ + { + "name": ".L2649", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": ".L2649:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": ".L2652:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_t12test_abortedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov r8d, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEptEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test16progress_display5countEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test16progress_display5countEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEdeEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16progress_displaypLEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16progress_displaypLEm", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " jmp .L2656", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 146 + }, + "labels": [ + { + "name": ".L2656", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": ".L2656:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_t16test_unit_finishERKNS0_9test_unitEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov r8d, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " jne .L2658", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 155 + }, + "labels": [ + { + "name": ".L2658", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 156 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 156 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEdeEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16progress_displayppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 156 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16progress_displayppEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": ".L2658:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " jmp .L2661", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 157 + }, + "labels": [ + { + "name": ".L2661", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": ".L2661:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " movzx esi, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov r8d, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeERKNS0_9test_unitERNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 167 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeERKNS0_9test_unitERNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEdeEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16progress_displaypLEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16progress_displaypLEm", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " jmp .L2667", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 170 + }, + "labels": [ + { + "name": ".L2667", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " jmp .L2664", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 166 + }, + "labels": [ + { + "name": ".L2664", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": ".L2664:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": ".L2667:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_t10set_streamERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/progress_monitor.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12test_resultsC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property57C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property61C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property61C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " add rax, 106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results19readonly_property61C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 46 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12test_results5clearEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test12test_results6passedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 56 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " je .L2671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L2671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " jne .L2671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 56 + }, + "labels": [ + { + "name": ".L2671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " ja .L2671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 57 + }, + "labels": [ + { + "name": ".L2671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " add rax, 106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 60 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " je .L2671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 58 + }, + "labels": [ + { + "name": ".L2671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " jne .L2671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 60 + }, + "labels": [ + { + "name": ".L2671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results7abortedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 62 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results7abortedEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " je .L2671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L2671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L2672", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L2672", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2671:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L2672:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test12test_results7abortedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test12test_results7skippedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 78 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test12test_results11result_codeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results6passedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results6passedEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " je .L2679", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [ + { + "name": ".L2679", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " jmp .L2684", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 89 + }, + "labels": [ + { + "name": ".L2684", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2679:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " ja .L2681", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [ + { + "name": ".L2681", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " jne .L2681", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".L2681", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " jne .L2681", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".L2681", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " je .L2682", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".L2682", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2681:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 201", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " jmp .L2684", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 89 + }, + "labels": [ + { + "name": ".L2684", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2682:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": ".L2684:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12test_resultspLERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+48], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+64], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+80], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+96], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12test_results5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+56], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+64], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+105], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+106], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE13_Rb_tree_implIS9_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE13_Rb_tree_implIS9_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_122results_collector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_122results_collector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test12_GLOBAL__N_19s_rc_implEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " je .L2694", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [ + { + "name": ".L2694", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test12_GLOBAL__N_19s_rc_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " je .L2694", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [ + { + "name": ".L2694", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_19s_rc_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_122results_collector_implC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test12_GLOBAL__N_19s_rc_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_19s_rc_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test12_GLOBAL__N_122results_collector_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": ".L2694:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_19s_rc_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultC2ERNS1_22results_collector_implE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_result5visitERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE4findERS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE4findERS6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [ + { + "name": "_ZStneRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " je .L2698", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 160 + }, + "labels": [ + { + "name": ".L2698", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE5eraseB5cxx11ESt17_Rb_tree_iteratorIS7_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 161 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE5eraseB5cxx11ESt17_Rb_tree_iteratorIS7_E", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": ".L2698:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test19results_collector_t8instanceEvE8the_inst:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN5boost9unit_test19results_collector_tE+16", + "source": null, + "labels": [ + { + "name": "_ZTVN5boost9unit_test19results_collector_tE", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t8instanceEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test19results_collector_t8instanceEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " je .L2701", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L2701", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test19results_collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " je .L2701", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L2701", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test19results_collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test19results_collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test19results_collector_t8instanceEvE8the_inst", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test19results_collector_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": ".L2701:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test19results_collector_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test19results_collector_t8instanceEvE8the_inst", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t10test_startEmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultC1ERNS1_22results_collector_implE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 182 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " jmp .L2706", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".L2706", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": ".L2706:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t15test_unit_startERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 193 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12test_results5clearEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 195 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test22results_collect_helperC2ERNS0_12test_resultsERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test22results_collect_helperE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test22results_collect_helperE", + "range": { + "startCol": 34, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test22results_collect_helper5visitERKNS0_9test_caseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_resultspLERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12test_resultspLERKS1_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results6passedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 209 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results6passedEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " je .L2710", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".L2710", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " je .L2711", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".L2711", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+48], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " jmp .L2719", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L2719", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2711:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " jmp .L2719", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L2719", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2710:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " add rax, 106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 215 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " je .L2713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 215 + }, + "labels": [ + { + "name": ".L2713", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+80], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " jmp .L2719", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L2719", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2713:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " jne .L2714", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".L2714", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " je .L2715", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".L2715", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2714:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " jmp .L2716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".L2716", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2715:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": ".L2716:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " je .L2717", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".L2717", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+64], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " jmp .L2719", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L2719", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2717:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 222 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " je .L2718", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".L2718", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": ".L2718:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 225 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 225 + }, + "labels": [] + }, + { + "text": ".L2719:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test22results_collect_helper16test_suite_startERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " je .L2721", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 230 + }, + "labels": [ + { + "name": ".L2721", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " jmp .L2722", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 231 + }, + "labels": [ + { + "name": ".L2722", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2721:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_resultspLERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12test_resultspLERKS1_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " add rax, 106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " je .L2723", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 236 + }, + "labels": [ + { + "name": ".L2723", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": ".L2723:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": ".L2722:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 239 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 239 + }, + "labels": [] + }, + { + "text": ".LC361:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Test case \"", + "source": null, + "labels": [] + }, + { + "text": ".LC362:", + "source": null, + "labels": [] + }, + { + "text": " .string \" has fewer failures than expected\"", + "source": null, + "labels": [] + }, + { + "text": ".LC363:", + "source": null, + "labels": [] + }, + { + "text": " .string \" did not check any assertions\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t16test_unit_finishERKNS0_9test_unitEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " sub rsp, 456", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-440], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-448], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-456], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " jne .L2725", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 253 + }, + "labels": [ + { + "name": ".L2725", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test22results_collect_helperC1ERNS0_12test_resultsERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 255 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeERKNS0_9test_unitERNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 255 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeERKNS0_9test_unitERNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test22results_collect_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " jmp .L2726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [ + { + "name": ".L2726", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2725:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jne .L2727", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [ + { + "name": ".L2727", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jb .L2728", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [ + { + "name": ".L2728", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2727:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jmp .L2729", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [ + { + "name": ".L2729", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2728:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": ".L2729:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-25], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-25]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " je .L2730", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 259 + }, + "labels": [ + { + "name": ".L2730", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC221", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".LC221", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test3log5beginC1ENS0_13basic_cstringIKcEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-401]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC361", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".LC361", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIA11_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIA11_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_12lazy_ostreamEA11_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_17lazy_ostream_implINSA_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA11_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_17lazy_ostream_implINSA_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC362", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".LC362", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA34_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA34_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-401]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-401]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": ".L2730:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " jne .L2731", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".L2731", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " jne .L2731", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".L2731", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " je .L2732", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".L2732", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2731:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " jmp .L2733", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".L2733", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2732:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": ".L2733:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-26], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-26]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " je .L2726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 263 + }, + "labels": [ + { + "name": ".L2726", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC221", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".LC221", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test3log5beginC1ENS0_13basic_cstringIKcEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC361", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".LC361", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIA11_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIA11_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_12lazy_ostreamEA11_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_17lazy_ostream_implINSA_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA11_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_17lazy_ostream_implINSA_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC363", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".LC363", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA30_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA30_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L2726:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+96], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " jmp .L2756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 267 + }, + "labels": [ + { + "name": ".L2756", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test22results_collect_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " jmp .L2736", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".L2736", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": ".L2736:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " jmp .L2737", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".L2737", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": ".L2737:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " jmp .L2738", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".L2738", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": ".L2738:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " jmp .L2739", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".L2739", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": ".L2739:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-401]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L2741", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".L2741", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L2741:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L2742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".L2742", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L2742:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L2743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".L2743", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L2743:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L2744", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".L2744", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L2744:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L2756:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_results5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 275 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12test_results5clearEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+105], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " jne .L2761", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 279 + }, + "labels": [ + { + "name": ".L2761", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeERKNS0_9test_unitERNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 281 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeERKNS0_9test_unitERNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 283 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+64], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jmp .L2761", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".L2761", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L2761:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t19test_unit_timed_outERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+106], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t16assertion_resultENS0_16assertion_resultE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework20current_test_case_idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework20current_test_case_idEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixEOm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixEOm", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " je .L2764", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".L2764", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " jg .L2765", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".L2765", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " je .L2766", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".L2766", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " jne .L2765", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".L2765", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " jmp .L2765", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 304 + }, + "labels": [ + { + "name": ".L2765", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2766:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 305 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 305 + }, + "labels": [] + }, + { + "text": " jmp .L2765", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 305 + }, + "labels": [ + { + "name": ".L2765", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2764:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": ".L2765:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " je .L2768", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 309 + }, + "labels": [ + { + "name": ".L2768", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_122first_failed_assertionEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 310 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_122first_failed_assertionEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": ".L2768:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t16exception_caughtERKNS_19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework20current_test_case_idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework20current_test_case_idEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixEOm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixEOm", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4codeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 321 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4codeEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " cmp eax, 215", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 321 + }, + "labels": [] + }, + { + "text": " je .L2771", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 321 + }, + "labels": [ + { + "name": ".L2771", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+106], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": ".L2771:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_t17test_unit_abortedERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 330 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 330 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov BYTE PTR [rax+104], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test19results_collector_t7resultsEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 339 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 339 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": "_ZN5boost2io18ios_base_all_saverC2ERSt8ios_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8ios_base5flagsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 372 + }, + "labels": [ + { + "name": "_ZNKSt8ios_base5flagsEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+8], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8ios_base9precisionEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZNKSt8ios_base9precisionEv", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8ios_base5widthEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [ + { + "name": "_ZNKSt8ios_base5widthEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost2io18ios_base_all_saverD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saver7restoreEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 377 + }, + "labels": [ + { + "name": "_ZN5boost2io18ios_base_all_saver7restoreEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": "_ZN5boost2io18ios_base_all_saver7restoreEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " call _ZNSt8ios_base5widthEl", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 381 + }, + "labels": [ + { + "name": "_ZNSt8ios_base5widthEl", + "range": { + "startCol": 17, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " call _ZNSt8ios_base9precisionEl", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 382 + }, + "labels": [ + { + "name": "_ZNSt8ios_base9precisionEl", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZNSt8ios_base5flagsESt13_Ios_Fmtflags", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 383 + }, + "labels": [ + { + "name": "_ZNSt8ios_base5flagsESt13_Ios_Fmtflags", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/io/ios_state.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE", + "range": { + "startCol": 34, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cerr+8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saverC1ERSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output22plain_report_formatterC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEC1EPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L2783", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 59 + }, + "labels": [ + { + "name": ".L2783", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L2780", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [ + { + "name": ".L2780", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": ".L2780:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": ".L2783:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl5visitERKNS0_9test_caseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " add rdx, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl16test_suite_startERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " add rsi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " jne .L2786", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".L2786", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L2786", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".L2786", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " jmp .L2787", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".L2787", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2786:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": ".L2787:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L2788", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".L2788", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " jmp .L2789", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 72 + }, + "labels": [ + { + "name": ".L2789", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2788:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " add rdx, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " add rsi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": ".L2789:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl17test_suite_finishERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rdx, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rsi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " je .L2792", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [ + { + "name": ".L2792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " je .L2792", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [ + { + "name": ".L2792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": ".L2792:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " jmp .L2797", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [ + { + "name": ".L2797", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " jne .L2795", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [ + { + "name": ".L2795", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": ".L2795:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": ".L2797:", + "source": null, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter9set_levelENS0_12report_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-4], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " je .L2800", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 102 + }, + "labels": [ + { + "name": ".L2800", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+24], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": ".L2800:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter10set_streamERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " sub rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saverC1ERSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEE5resetEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEE5resetEPS2_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter10get_streamEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output20xml_report_formatterC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter6formatC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter6formatC2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output20xml_report_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output20xml_report_formatterE", + "range": { + "startCol": 34, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter10set_formatENS0_13output_formatE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " je .L2806", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 128 + }, + "labels": [ + { + "name": ".L2806", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output22plain_report_formatterC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10set_formatEPNS1_6formatE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10set_formatEPNS1_6formatE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L2807", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 132 + }, + "labels": [ + { + "name": ".L2807", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2806:", + "source": null, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output20xml_report_formatterC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10set_formatEPNS1_6formatE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 134 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10set_formatEPNS1_6formatE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": ".L2807:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter10set_formatEPNS1_6formatE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L2810", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 144 + }, + "labels": [ + { + "name": ".L2810", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEE5resetEPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEE5resetEPS3_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": ".L2810:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter11make_reportENS0_12report_levelEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-52], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-52], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " jne .L2812", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 157 + }, + "labels": [ + { + "name": ".L2812", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-52], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": ".L2812:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-52], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " je .L2821", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 160 + }, + "labels": [ + { + "name": ".L2821", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " jne .L2815", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 163 + }, + "labels": [ + { + "name": ".L2815", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": ".L2815:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_2io18ios_base_all_saverEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_2io18ios_base_all_saverEEptEv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saver7restoreEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost2io18ios_base_all_saver7restoreEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 168 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 168 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+24], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " je .L2816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L2816", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " jle .L2822", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L2822", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " sub eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ja .L2822", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L2822", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L2820", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L2820", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2816:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov r13, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov r12, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getINS0_9test_unitEEERT_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getINS0_9test_unitEEERT_m", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " call r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " jmp .L2819", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 176 + }, + "labels": [ + { + "name": ".L2819", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2820:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 179 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 179 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " jmp .L2819", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 180 + }, + "labels": [ + { + "name": ".L2819", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2822:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": ".L2819:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [ + { + "name": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 186 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+24], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 186 + }, + "labels": [] + }, + { + "text": " jmp .L2811", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 186 + }, + "labels": [ + { + "name": ".L2811", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2821:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": ".L2811:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_t5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 35 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 36 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 36 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 36 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_t10test_startEmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test25framework_init_observer_t5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 43 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test25framework_init_observer_t5clearEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_t16assertion_resultENS0_16assertion_resultE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 50 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 50 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 50 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 50 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " jne .L2828", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 51 + }, + "labels": [ + { + "name": ".L2828", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " jmp .L2827", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 52 + }, + "labels": [ + { + "name": ".L2827", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2828:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": ".L2827:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_t16exception_caughtERKNS_19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_t12test_abortedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test25framework_init_observer_t10has_failedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_framework_init_observer.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail10dummy_condEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/fwd.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/fwd.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/fwd.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/fwd.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/fwd.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12lazy_ostream4instE:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail15print_log_valueIbEclERSob:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt9boolalphaRSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [ + { + "name": "_ZSt9boolalphaRSt8ios_base", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSt8ios_baseS0_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail15print_log_valueIcEclERSoc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call isprint", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " je .L2837", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".L2837", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, 39", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, 39", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " jmp .L2839", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 97 + }, + "labels": [ + { + "name": ".L2839", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2837:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt3hexRSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 90 + }, + "labels": [ + { + "name": "_ZSt3hexRSt8ios_base", + "range": { + "startCol": 34, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSt8ios_baseS0_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt8showbaseRSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 92 + }, + "labels": [ + { + "name": "_ZSt8showbaseRSt8ios_base", + "range": { + "startCol": 34, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSt8ios_baseS0_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": ".L2839:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail15print_log_valueIhEclERSoh:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt3hexRSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 104 + }, + "labels": [ + { + "name": "_ZSt3hexRSt8ios_base", + "range": { + "startCol": 34, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSt8ios_baseS0_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt8showbaseRSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 107 + }, + "labels": [ + { + "name": "_ZSt8showbaseRSt8ios_base", + "range": { + "startCol": 34, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSt8ios_baseS0_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": ".LC364:", + "source": null, + "labels": [] + }, + { + "text": " .string \"null string\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail15print_log_valueIPKcEclERSoS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " je .L2842", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [ + { + "name": ".L2842", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " jmp .L2843", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [ + { + "name": ".L2843", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2842:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC364", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [ + { + "name": ".LC364", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L2843:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": ".LC365:", + "source": null, + "labels": [] + }, + { + "text": " .string \"null w-string\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail15print_log_valueIPKwEclERSoS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " je .L2845", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 127 + }, + "labels": [ + { + "name": ".L2845", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPKv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L2847", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 133 + }, + "labels": [ + { + "name": ".L2847", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2845:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC365", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".LC365", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": ".L2847:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": ".LC366:", + "source": null, + "labels": [] + }, + { + "text": " .string \" == \"", + "source": null, + "labels": [] + }, + { + "text": ".LC367:", + "source": null, + "labels": [] + }, + { + "text": " .string \" != \"", + "source": null, + "labels": [] + }, + { + "text": ".LC368:", + "source": null, + "labels": [] + }, + { + "text": " .string \" < \"", + "source": null, + "labels": [] + }, + { + "text": ".LC369:", + "source": null, + "labels": [] + }, + { + "text": " .string \" <= \"", + "source": null, + "labels": [] + }, + { + "text": ".LC370:", + "source": null, + "labels": [] + }, + { + "text": " .string \" > \"", + "source": null, + "labels": [] + }, + { + "text": ".LC371:", + "source": null, + "labels": [] + }, + { + "text": " .string \" >= \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detailL9check_strE:", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC366", + "source": null, + "labels": [ + { + "name": ".LC366", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC367", + "source": null, + "labels": [ + { + "name": ".LC367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC368", + "source": null, + "labels": [ + { + "name": ".LC368", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC369", + "source": null, + "labels": [ + { + "name": ".LC369", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC370", + "source": null, + "labels": [ + { + "name": ".LC370", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC371", + "source": null, + "labels": [ + { + "name": ".LC371", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": "_ZN5boost10test_tools9tt_detailL9rever_strE:", + "source": null, + "labels": [] + }, + { + "text": " .quad .LC367", + "source": null, + "labels": [ + { + "name": ".LC367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC366", + "source": null, + "labels": [ + { + "name": ".LC366", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC371", + "source": null, + "labels": [ + { + "name": ".LC371", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC370", + "source": null, + "labels": [ + { + "name": ".LC370", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC369", + "source": null, + "labels": [ + { + "name": ".LC369", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .LC368", + "source": null, + "labels": [ + { + "name": ".LC368", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".LC372:", + "source": null, + "labels": [] + }, + { + "text": " .string \"check \"", + "source": null, + "labels": [] + }, + { + "text": ".LC373:", + "source": null, + "labels": [] + }, + { + "text": " .string \" has passed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC374:", + "source": null, + "labels": [] + }, + { + "text": " .string \"condition \"", + "source": null, + "labels": [] + }, + { + "text": ".LC375:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is not satisfied\"", + "source": null, + "labels": [] + }, + { + "text": ".LC376:", + "source": null, + "labels": [] + }, + { + "text": " .string \" has failed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC377:", + "source": null, + "labels": [] + }, + { + "text": " .string \"critical check \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail16report_assertionERKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS5_13basic_cstringIKcEEmNS1_10tool_levelENS1_10check_typeEmz:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " sub rsp, 344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-320], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-328], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-336], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-340], r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-344], r9d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " je .L2865", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [ + { + "name": ".L2865", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movaps XMMWORD PTR [rbp-144], xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-128], xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-112], xmm2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-96], xmm3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-80], xmm4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-64], xmm5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-48], xmm6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-32], xmm7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L2865:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework16test_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework16test_in_progressEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " je .L2850", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 318 + }, + "labels": [ + { + "name": ".L2850", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework12test_abortedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 327 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework12test_abortedEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jmp .L2864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L2864", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2850:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_resultntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 332 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_resultntEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " je .L2852", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 332 + }, + "labels": [ + { + "name": ".L2852", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-340], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 333 + }, + "labels": [] + }, + { + "text": ".L2852:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-340]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " je .L2853", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [ + { + "name": ".L2853", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " jg .L2854", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [ + { + "name": ".L2854", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " je .L2855", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [ + { + "name": ".L2855", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " jg .L2854", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [ + { + "name": ".L2854", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " je .L2856", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [ + { + "name": ".L2856", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [] + }, + { + "text": " je .L2857", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [ + { + "name": ".L2857", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L2854", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 339 + }, + "labels": [ + { + "name": ".L2854", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2853:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-196], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], OFFSET FLAT:.LC372", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 342 + }, + "labels": [ + { + "name": ".LC372", + "range": { + "startCol": 50, + "endCol": 56 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-216], OFFSET FLAT:.LC373", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 343 + }, + "labels": [ + { + "name": ".LC373", + "range": { + "startCol": 50, + "endCol": 56 + } + } + ] + }, + { + "text": " jmp .L2858", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 344 + }, + "labels": [ + { + "name": ".L2858", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2856:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-196], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], OFFSET FLAT:.LC374", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 347 + }, + "labels": [ + { + "name": ".LC374", + "range": { + "startCol": 50, + "endCol": 56 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-216], OFFSET FLAT:.LC375", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 348 + }, + "labels": [ + { + "name": ".LC375", + "range": { + "startCol": 50, + "endCol": 56 + } + } + ] + }, + { + "text": " jmp .L2858", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 349 + }, + "labels": [ + { + "name": ".L2858", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2857:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-196], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], OFFSET FLAT:.LC372", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 352 + }, + "labels": [ + { + "name": ".LC372", + "range": { + "startCol": 50, + "endCol": 56 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-216], OFFSET FLAT:.LC376", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 353 + }, + "labels": [ + { + "name": ".LC376", + "range": { + "startCol": 50, + "endCol": 56 + } + } + ] + }, + { + "text": " jmp .L2858", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 354 + }, + "labels": [ + { + "name": ".L2858", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2855:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-196], 7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], OFFSET FLAT:.LC377", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 357 + }, + "labels": [ + { + "name": ".LC377", + "range": { + "startCol": 50, + "endCol": 56 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-216], OFFSET FLAT:.LC376", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 358 + }, + "labels": [ + { + "name": ".LC376", + "range": { + "startCol": 50, + "endCol": 56 + } + } + ] + }, + { + "text": " jmp .L2858", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 359 + }, + "labels": [ + { + "name": ".L2858", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2854:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " jmp .L2864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 361 + }, + "labels": [ + { + "name": ".L2864", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2858:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test3log5beginC1ENS0_13basic_cstringIKcEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-196]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 364 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-296], 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-292], 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-288], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov r8d, DWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-340]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " push rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov r9, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail13format_reportINS_9unit_test15unit_test_log_tEEEvRT_RKNS0_16assertion_resultERKNS3_12lazy_ostreamENS1_10tool_levelENS1_10check_typeEmP13__va_list_tagPKcSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail13format_reportINS_9unit_test15unit_test_log_tEEEvRT_RKNS0_16assertion_resultERKNS3_12lazy_ostreamENS1_10tool_levelENS1_10check_typeEmP13__va_list_tagPKcSI_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-218]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 371 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-340]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " je .L2859", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [ + { + "name": ".L2859", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " jg .L2860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [ + { + "name": ".L2860", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " je .L2861", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [ + { + "name": ".L2861", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " jg .L2860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [ + { + "name": ".L2860", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " je .L2862", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [ + { + "name": ".L2862", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " je .L2863", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [ + { + "name": ".L2863", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L2860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 373 + }, + "labels": [ + { + "name": ".L2860", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2859:", + "source": null, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 375 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " jmp .L2864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 376 + }, + "labels": [ + { + "name": ".L2864", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2862:", + "source": null, + "labels": [] + }, + { + "text": " mov edi, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " jmp .L2864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 380 + }, + "labels": [ + { + "name": ".L2864", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2863:", + "source": null, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 383 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " jmp .L2864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L2864", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2861:", + "source": null, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 387 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework17current_test_unitEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 388 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17current_test_unitEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17test_unit_abortedERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 388 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17test_unit_abortedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rax, [rbp-217]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 389 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_17execution_abortedEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 389 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_17execution_abortedEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": ".L2860:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": ".L2864:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 396 + }, + "labels": [] + }, + { + "text": ".LC378:", + "source": null, + "labels": [] + }, + { + "text": " .string \" [\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail23format_assertion_resultENS_9unit_test13basic_cstringIKcEES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " cmp al, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " je .L2867", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [ + { + "name": ".L2867", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " je .L2867", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [ + { + "name": ".L2867", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " jmp .L2868", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [ + { + "name": ".L2868", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2867:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": ".L2868:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " je .L2869", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 407 + }, + "labels": [ + { + "name": ".L2869", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC378", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [ + { + "name": ".LC378", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [ + { + "name": ".LC40", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": ".L2869:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 410 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 410 + }, + "labels": [] + }, + { + "text": " je .L2870", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 410 + }, + "labels": [ + { + "name": ".L2870", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " cmp al, 91", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " je .L2871", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 411 + }, + "labels": [ + { + "name": ".L2871", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC31", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [ + { + "name": ".LC31", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " jmp .L2872", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 412 + }, + "labels": [ + { + "name": ".L2872", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2871:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 414 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 414 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 414 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": ".L2872:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 416 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": ".L2870:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 419 + }, + "labels": [] + }, + { + "text": " je .L2877", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 419 + }, + "labels": [ + { + "name": ".L2877", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 420 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L2877", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [ + { + "name": ".L2877", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": ".L2877:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 423 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 423 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 423 + }, + "labels": [] + }, + { + "text": ".LC379:", + "source": null, + "labels": [] + }, + { + "text": " .string \" failed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC380:", + "source": null, + "labels": [] + }, + { + "text": " .string \"assertion \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail18prod_report_formatB5cxx11ERKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS1_10check_typeEmz:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " sub rsp, 648", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-616], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-624], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-632], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-636], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-648], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " je .L2883", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [ + { + "name": ".L2883", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movaps XMMWORD PTR [rbp-144], xmm0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-128], xmm1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-112], xmm2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-96], xmm3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-80], xmm4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-64], xmm5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-48], xmm6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " movaps XMMWORD PTR [rbp-32], xmm7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": ".L2883:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-600], 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-596], 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rbp-648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov edi, DWORD PTR [rbp-636]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " push OFFSET FLAT:.LC379", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [ + { + "name": ".LC379", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " push OFFSET FLAT:.LC380", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [ + { + "name": ".LC380", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " lea rcx, [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " push rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov r9, r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov r8d, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail13format_reportINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEEEEvRT_RKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS1_10tool_levelENS1_10check_typeEmP13__va_list_tagPKcSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail13format_reportINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEEEEvRT_RKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS1_10tool_levelENS1_10check_typeEmP13__va_list_tagPKcSN_", + "range": { + "startCol": 17, + "endCol": 241 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " jmp .L2884", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 439 + }, + "labels": [ + { + "name": ".L2884", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": ".L2884:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail10equal_implEPKcS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " je .L2886", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [ + { + "name": ".L2886", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " je .L2886", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [ + { + "name": ".L2886", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " call strcmp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " jmp .L2887", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [ + { + "name": ".L2887", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2886:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": ".L2887:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail10equal_implEPKwS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " je .L2890", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".L2890", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " je .L2890", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".L2890", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call wcscmp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " jmp .L2891", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".L2891", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2890:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": ".L2891:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail15is_defined_implENS_9unit_test13basic_cstringIKcEES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov esi, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 467 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testneIKcEEbRKNS0_13basic_cstringIT_EES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 468 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testneIKcEEbRKNS0_13basic_cstringIT_EES7_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail13context_frameC2ERKNS_9unit_test12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11add_contextERKNS0_12lazy_ostreamEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 478 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework11add_contextERKNS0_12lazy_ostreamEb", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 478 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail13context_frameD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 484 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 484 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 484 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 484 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 486 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 486 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 486 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework13clear_contextEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 486 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework13clear_contextEi", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail13context_framecvbEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream4Impl8get_charEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": ".L2903:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " call _ZNSi3getERc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+529]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " je .L2900", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [ + { + "name": ".L2900", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " cmp al, 13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " jne .L2900", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [ + { + "name": ".L2900", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rax, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE4failEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " je .L2900", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [ + { + "name": ".L2900", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rax, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE3eofEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " je .L2900", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [ + { + "name": ".L2900", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " jmp .L2901", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [ + { + "name": ".L2901", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2900:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": ".L2901:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [] + }, + { + "text": " je .L2902", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 516 + }, + "labels": [ + { + "name": ".L2902", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L2903", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 514 + }, + "labels": [ + { + "name": ".L2903", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2902:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 518 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 519 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 519 + }, + "labels": [] + }, + { + "text": ".LC381:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Output content: \\\"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream4Impl14check_and_fillERNS0_16assertion_resultE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 523 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " je .L2907", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 523 + }, + "labels": [ + { + "name": ".L2907", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC381", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [ + { + "name": ".LC381", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA18_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA18_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " add rax, 536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 524 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": ".L2907:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream4ImplC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNSt13basic_fstreamIcSt11char_traitsIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, 536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": ".LC382:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Can't open pattern file \"", + "source": null, + "labels": [] + }, + { + "text": ".LC383:", + "source": null, + "labels": [] + }, + { + "text": " .string \" for \"", + "source": null, + "labels": [] + }, + { + "text": ".LC384:", + "source": null, + "labels": [] + }, + { + "text": " .string \"reading\"", + "source": null, + "labels": [] + }, + { + "text": ".LC385:", + "source": null, + "labels": [] + }, + { + "text": " .string \"writing\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_streamC2ENS_9unit_test13basic_cstringIKcEEbb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " sub rsp, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-216], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-232], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov edx, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-236], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-240], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " sub rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov edi, 568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4ImplC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+112], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " je .L2910", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [ + { + "name": ".L2910", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-236], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " je .L2911", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L2911", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " jmp .L2912", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L2912", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2911:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": ".L2912:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-200], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " je .L2913", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 535 + }, + "labels": [ + { + "name": ".L2913", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov esi, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZStoRRSt13_Ios_OpenmodeS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 536 + }, + "labels": [ + { + "name": "_ZStoRRSt13_Ios_OpenmodeS_", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": ".L2913:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov ebx, DWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNSt13basic_fstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSt13basic_fstreamIcSt11char_traitsIcEE7is_openEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " je .L2910", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [ + { + "name": ".L2910", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC221", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC221", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test3log5beginC1ENS0_13basic_cstringIKcEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC382", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC382", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIA25_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIA25_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_12lazy_ostreamEA25_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA25_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC383", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC383", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EEA6_cEENS2_INS2_IT_T0_RKSD_EET1_RKSH_EERKSG_SJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EEA6_cEENS2_INS2_IT_T0_RKSD_EET1_RKSH_EERKSG_SJ_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-236], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " je .L2915", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2915", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC384", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC384", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L2916", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2916", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2915:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC385", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC385", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L2916:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EERKSA_EEA6_cA8_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EERKSA_EEA6_cA8_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2910:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-236]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+528], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+529], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " jmp .L2931", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [ + { + "name": ".L2931", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov esi, 568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rbx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " jmp .L2918", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [ + { + "name": ".L2918", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2920", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2920", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2920:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2921", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2921", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2921:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2922", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2922", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2922:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2923", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2923", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2923:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2918", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2918", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": ".L2918:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": ".L2931:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_streamC1ENS_9unit_test13basic_cstringIKcEEbb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " sub rsp, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-216], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-228], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-232], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNSt9basic_iosIcSt11char_traitsIcEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTTN5boost10test_tools18output_test_streamE+8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [ + { + "name": "_ZTTN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10test_tools18output_test_streamE+24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [ + { + "name": "_ZTVN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10test_tools18output_test_streamE+112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [ + { + "name": "_ZTVN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov edi, 568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4ImplC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+112], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " je .L2933", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 533 + }, + "labels": [ + { + "name": ".L2933", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-228], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " je .L2934", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L2934", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " jmp .L2935", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [ + { + "name": ".L2935", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2934:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": ".L2935:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-200], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " je .L2936", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 535 + }, + "labels": [ + { + "name": ".L2936", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov esi, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZStoRRSt13_Ios_OpenmodeS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 536 + }, + "labels": [ + { + "name": "_ZStoRRSt13_Ios_OpenmodeS_", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": ".L2936:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov ebx, DWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNSt13basic_fstreamIcSt11char_traitsIcEE4openEPKcSt13_Ios_Openmode", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSt13basic_fstreamIcSt11char_traitsIcEE7is_openEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " je .L2933", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 540 + }, + "labels": [ + { + "name": ".L2933", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC221", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC221", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test3log5beginC1ENS0_13basic_cstringIKcEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC382", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC382", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIA25_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIA25_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_12lazy_ostreamEA25_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA25_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC383", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC383", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EEA6_cEENS2_INS2_IT_T0_RKSD_EET1_RKSH_EERKSG_SJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EEA6_cEENS2_INS2_IT_T0_RKSD_EET1_RKSH_EERKSG_SJ_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-228], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " je .L2938", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2938", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC384", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC384", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L2939", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2939", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2938:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC385", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".LC385", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L2939:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EERKSA_EEA6_cA8_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EERKSA_EEA6_cA8_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2933:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-228]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+528], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+529], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " jmp .L2956", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [ + { + "name": ".L2956", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov esi, 568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rbx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " jmp .L2941", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [ + { + "name": ".L2941", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2943", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2943", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2943:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2944", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2944", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2944:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2945", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2945", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2945:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2946", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2946", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": ".L2946:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " jmp .L2941", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L2941", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": ".L2941:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTTN5boost10test_tools18output_test_streamE+8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [ + { + "name": "_ZTTN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " jmp .L2947", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [ + { + "name": ".L2947", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": ".L2947:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNSt9basic_iosIcSt11char_traitsIcEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": ".L2956:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream4ImplD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, 536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNSt13basic_fstreamIcSt11char_traitsIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_streamD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " test rbx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " je .L2959", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [ + { + "name": ".L2959", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4ImplD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov esi, 568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": ".L2959:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_streamD1Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10test_tools18output_test_streamE+24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [ + { + "name": "_ZTVN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10test_tools18output_test_streamE+112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [ + { + "name": "_ZTVN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " test rbx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " je .L2961", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [ + { + "name": ".L2961", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4ImplD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov esi, 568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": ".L2961:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTTN5boost10test_tools18output_test_streamE+8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [ + { + "name": "_ZTTN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZNSt9basic_iosIcSt11char_traitsIcEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": "_ZTv0_n24_N5boost10test_tools18output_test_streamD1Ev:", + "source": null, + "labels": [] + }, + { + "text": " mov r10, QWORD PTR [rdi]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/output_test_stream.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " add rdi, QWORD PTR [r10-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/output_test_stream.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " jmp .LTHUNK0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/output_test_stream.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_streamD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_streamD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_streamD1Ev", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov esi, 384", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": "_ZTv0_n24_N5boost10test_tools18output_test_streamD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " mov r10, QWORD PTR [rdi]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/output_test_stream.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " add rdi, QWORD PTR [r10-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/output_test_stream.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " jmp .LTHUNK1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/output_test_stream.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream8is_emptyEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-36], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " add rax, 536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " movzx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 562 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4Impl14check_and_fillERNS0_16assertion_resultE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 564 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream4Impl14check_and_fillERNS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-36], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " je .L2968", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 566 + }, + "labels": [ + { + "name": ".L2968", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 567 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream5flushEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " jmp .L2968", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [ + { + "name": ".L2968", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": ".L2968:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream12check_lengthEmb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-44], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " add rax, 536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6lengthEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " movzx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4Impl14check_and_fillERNS0_16assertion_resultE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 581 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream4Impl14check_and_fillERNS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-44], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 583 + }, + "labels": [] + }, + { + "text": " je .L2974", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 583 + }, + "labels": [ + { + "name": ".L2974", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 584 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream5flushEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " jmp .L2974", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [ + { + "name": ".L2974", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": ".L2974:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 587 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream8is_equalENS_9unit_test13basic_cstringIKcEEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-60], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 594 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " movzx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 598 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4Impl14check_and_fillERNS0_16assertion_resultE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 598 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream4Impl14check_and_fillERNS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-60], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " je .L2980", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 600 + }, + "labels": [ + { + "name": ".L2980", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 601 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream5flushEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " jmp .L2980", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [ + { + "name": ".L2980", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": ".L2980:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": "__tcf_2:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov ebx, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace+64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": ".L2983:", + "source": null, + "labels": [] + }, + { + "text": " cmp rbx, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " je .L2981", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L2981", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " sub rbx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " jmp .L2983", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L2983", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2981:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": "__tcf_3:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov ebx, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement+64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": ".L2986:", + "source": null, + "labels": [] + }, + { + "text": " cmp rbx, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L2984", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".L2984", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " sub rbx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " jmp .L2986", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".L2986", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2984:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": ".LC386:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\r\"", + "source": null, + "labels": [] + }, + { + "text": ".LC387:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\\r\"", + "source": null, + "labels": [] + }, + { + "text": ".LC388:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " je .L2988", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L2988", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " je .L2988", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L2988", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r14d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC386", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".LC386", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea r13, [r12+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-67]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-67]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-67]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:__tcf_2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": "__tcf_2", + "range": { + "startCol": 34, + "endCol": 41 + } + } + ] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": ".L2988:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L2989", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".L2989", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L2989", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".L2989", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r14d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-66]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-66]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC387", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".LC387", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-66]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea r13, [r12+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " sub rbx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC388", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".LC388", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:__tcf_3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": "__tcf_3", + "range": { + "startCol": 34, + "endCol": 41 + } + } + ] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": ".L2989:", + "source": null, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement+64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov ebx, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace+64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov r9, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov r8d, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils26replace_all_occurrences_ofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKS8_EET_SB_T0_SC_SC_SC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils26replace_all_occurrences_ofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKS8_EET_SB_T0_SC_SC_SC_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " jmp .L3009", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [ + { + "name": ".L3009", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L2992", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L2992", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-67]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L2992:", + "source": null, + "labels": [] + }, + { + "text": " test r12, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L2994", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L2994", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " sub rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rbx, [r12+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": ".L2995:", + "source": null, + "labels": [] + }, + { + "text": " cmp rbx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " je .L2994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L2994", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " sub rbx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " jmp .L2995", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L2995", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L2994:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " test r14b, r14b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " jne .L2996", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L2996", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10to_replace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": ".L2996:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-66]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L2998", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L2998", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L2998:", + "source": null, + "labels": [] + }, + { + "text": " test r12, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " je .L3000", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L3000", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " sub rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " lea rbx, [r12+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": ".L3001:", + "source": null, + "labels": [] + }, + { + "text": " cmp rbx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L3000", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".L3000", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " sub rbx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " jmp .L3001", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".L3001", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3000:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test r14b, r14b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " jne .L3002", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [ + { + "name": ".L3002", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11replacement", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": ".L3002:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L3009:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIcSaIcEE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIcSaIcEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEEC2Ev", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": ".LC389:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Pattern file can't be opened!\"", + "source": null, + "labels": [] + }, + { + "text": ".LC390:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Mismatch at position \"", + "source": null, + "labels": [] + }, + { + "text": ".LC391:", + "source": null, + "labels": [] + }, + { + "text": " .string \" (line \"", + "source": null, + "labels": [] + }, + { + "text": ".LC392:", + "source": null, + "labels": [] + }, + { + "text": " .string \", column \"", + "source": null, + "labels": [] + }, + { + "text": ".LC393:", + "source": null, + "labels": [] + }, + { + "text": " .string \"): '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC394:", + "source": null, + "labels": [] + }, + { + "text": " .string \"' != '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC395:", + "source": null, + "labels": [] + }, + { + "text": " .string \"' :\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC396:", + "source": null, + "labels": [] + }, + { + "text": " .string \"... \"", + "source": null, + "labels": [] + }, + { + "text": ".LC397:", + "source": null, + "labels": [] + }, + { + "text": " .string \" ...\"", + "source": null, + "labels": [] + }, + { + "text": ".LC398:", + "source": null, + "labels": [] + }, + { + "text": " .string \" ...\\n... \"", + "source": null, + "labels": [] + }, + { + "text": ".LC399:", + "source": null, + "labels": [] + }, + { + "text": " .string \"~\"", + "source": null, + "labels": [] + }, + { + "text": ".LC400:", + "source": null, + "labels": [] + }, + { + "text": " .string \" (reference string shorter than current stream)\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream13match_patternEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " sub rsp, 1088", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1080], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1088], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1092], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-752], 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZNSt13basic_fstreamIcSt11char_traitsIcEE7is_openEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " je .L3014", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 629 + }, + "labels": [ + { + "name": ".L3014", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultaSEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_resultaSEb", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 631 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC389", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 631 + }, + "labels": [ + { + "name": ".LC389", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 631 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA30_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 631 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA30_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " jmp .L3015", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 631 + }, + "labels": [ + { + "name": ".L3015", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3014:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " je .L3016", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 634 + }, + "labels": [ + { + "name": ".L3016", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-824], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": ".L3059:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " add eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6lengthEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " cmp ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " setl al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " je .L3017", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [ + { + "name": ".L3017", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4Impl8get_charEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 640 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream4Impl8get_charEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-825], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 642 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp rax, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " setbe al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " je .L3018", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 642 + }, + "labels": [ + { + "name": ".L3018", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-825]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE9push_backERKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 643 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE9push_backERKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " jmp .L3019", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 643 + }, + "labels": [ + { + "name": ".L3019", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3018:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " div rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEEixEm", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rbp-825]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": ".L3019:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " add rax, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE4failEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " je .L3020", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [ + { + "name": ".L3020", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " add rax, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE3eofEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " je .L3020", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 649 + }, + "labels": [ + { + "name": ".L3020", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-825]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " cmp dl, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " jne .L3020", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [ + { + "name": ".L3020", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " jmp .L3021", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [ + { + "name": ".L3021", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3020:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": ".L3021:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-105], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 651 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-105]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 653 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 653 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 653 + }, + "labels": [] + }, + { + "text": " je .L3022", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 653 + }, + "labels": [ + { + "name": ".L3022", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultaSEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 655 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_resultaSEb", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-744], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6lengthEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " movsx rcx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-736], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 660 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-721], 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-721]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " call _ZSt5countIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcENSt15iterator_traitsIT_E15difference_typeESB_SB_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [ + { + "name": "_ZSt5countIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcENSt15iterator_traitsIT_E15difference_typeESB_SB_RKT0_", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-840], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " lea rbx, [rdx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rdx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEcm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-848], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 667 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC390", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".LC390", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA22_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA22_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcmEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcmEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC391", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".LC391", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA8_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA8_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-840]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcmEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcmEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".LC392", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcmEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcmEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC393", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".LC393", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-641]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-641]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EmcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC394", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".LC394", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA7_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA7_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-561]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-825]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-561]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EmcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC395", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".LC395", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-561]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-641]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " lea rdi, [rdx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC396", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".LC396", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_OS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_OS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC397", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".LC397", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-417], 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-417]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 681 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC396", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 681 + }, + "labels": [ + { + "name": ".LC396", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 681 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": ".L3024:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " je .L3023", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [ + { + "name": ".L3023", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-337]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea r12, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " div rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEEixEm", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-337]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EmcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-337]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " jmp .L3024", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 682 + }, + "labels": [ + { + "name": ".L3024", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3023:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-825]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE9push_backERKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 686 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE9push_backERKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": ".L3030:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": " jnb .L3025", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 687 + }, + "labels": [ + { + "name": ".L3025", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream4Impl8get_charEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 688 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream4Impl8get_charEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-897], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " add rax, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE4failEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " jne .L3026", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [ + { + "name": ".L3026", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " add rax, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE3eofEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " je .L3027", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [ + { + "name": ".L3027", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3026:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " jmp .L3028", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [ + { + "name": ".L3028", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3027:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": ".L3028:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " jne .L3121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 690 + }, + "labels": [ + { + "name": ".L3121", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-265]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-897]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-265]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EmcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-265]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-897]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE9push_backERKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 695 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE9push_backERKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": " jmp .L3030", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 687 + }, + "labels": [ + { + "name": ".L3030", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3121:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": ".L3025:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-888], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-896], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 702 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": ".L3040:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 704 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " je .L3031", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 704 + }, + "labels": [ + { + "name": ".L3031", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": ".L3039:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 707 + }, + "labels": [] + }, + { + "text": " je .L3032", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 707 + }, + "labels": [ + { + "name": ".L3032", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " sub rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " ja .L3122", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".L3122", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": ".L3037:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " jnb .L3034", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 715 + }, + "labels": [ + { + "name": ".L3034", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEEixEm", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " movzx ebx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " cmp bl, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " je .L3123", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L3123", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-72], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-80], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 715 + }, + "labels": [] + }, + { + "text": " jmp .L3037", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 715 + }, + "labels": [ + { + "name": ".L3037", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3123:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": ".L3034:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " jbe .L3038", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 722 + }, + "labels": [ + { + "name": ".L3038", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 723 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 723 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-888], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-896], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": ".L3038:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-64], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " jmp .L3039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 706 + }, + "labels": [ + { + "name": ".L3039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3122:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": ".L3032:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-56], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " jmp .L3040", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 703 + }, + "labels": [ + { + "name": ".L3040", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3031:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 731 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC398", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 731 + }, + "labels": [ + { + "name": ".LC398", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 731 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": ".L3042:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " je .L3041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [ + { + "name": ".L3041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-242], 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-242]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 733 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-88], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " jmp .L3042", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 732 + }, + "labels": [ + { + "name": ".L3042", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3041:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-241], 126", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-241]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 736 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-912], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": ".L3046:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " je .L3043", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [ + { + "name": ".L3043", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEEixEm", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EmcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-153]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-153]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EmcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-153]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-92], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": ".L3045:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-92], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " jle .L3044", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [ + { + "name": ".L3044", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 742 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC399", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 742 + }, + "labels": [ + { + "name": ".LC399", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 742 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA2_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 742 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA2_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " sub DWORD PTR [rbp-92], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " jmp .L3045", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 741 + }, + "labels": [ + { + "name": ".L3045", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3044:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-912], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " jmp .L3046", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 738 + }, + "labels": [ + { + "name": ".L3046", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3043:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " add rax, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE3eofEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " je .L3047", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 745 + }, + "labels": [ + { + "name": ".L3047", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 746 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 746 + }, + "labels": [ + { + "name": ".LC400", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA51_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 746 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA51_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": ".L3047:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 749 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA2_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA2_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " add rax, 264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE3eofEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " je .L3048", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 752 + }, + "labels": [ + { + "name": ".L3048", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " jmp .L3049", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 753 + }, + "labels": [ + { + "name": ".L3049", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3048:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": ".L3051:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " je .L3050", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [ + { + "name": ".L3050", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEEixEm", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " lea r12, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " div rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEEixEm", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 758 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-104], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [] + }, + { + "text": " jmp .L3051", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 757 + }, + "labels": [ + { + "name": ".L3051", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3050:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 760 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-824], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " sub edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L3049:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " je .L3052", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [ + { + "name": ".L3052", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " jmp .L3053", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [ + { + "name": ".L3053", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3052:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L3053:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " je .L3054", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [ + { + "name": ".L3054", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " jmp .L3055", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [ + { + "name": ".L3055", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3054:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L3055:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " je .L3056", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [ + { + "name": ".L3056", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " jmp .L3057", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [ + { + "name": ".L3057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3056:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L3057:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " jne .L3017", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 761 + }, + "labels": [ + { + "name": ".L3017", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3022:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-824], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " jmp .L3059", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 638 + }, + "labels": [ + { + "name": ".L3059", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3017:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " jmp .L3015", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [ + { + "name": ".L3015", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3016:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6lengthEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " call _ZNSo5writeEPKcl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": " call _ZNSo5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 778 + }, + "labels": [] + }, + { + "text": ".L3015:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1092], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 782 + }, + "labels": [] + }, + { + "text": " je .L3124", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 782 + }, + "labels": [ + { + "name": ".L3124", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 783 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools18output_test_stream5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 783 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream5flushEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": ".L3124:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " jmp .L3120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 785 + }, + "labels": [ + { + "name": ".L3120", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " jmp .L3063", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".L3063", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": ".L3063:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " jmp .L3064", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".L3064", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": ".L3064:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-561]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3065", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3065", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": ".L3065:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " jmp .L3066", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".L3066", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": ".L3066:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " jmp .L3067", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 671 + }, + "labels": [ + { + "name": ".L3067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": ".L3067:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-641]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3068", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3068", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3068", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3068", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jmp .L3071", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L3071", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": ".L3071:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jmp .L3072", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L3072", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": ".L3072:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " jmp .L3073", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 679 + }, + "labels": [ + { + "name": ".L3073", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " jmp .L3075", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [ + { + "name": ".L3075", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": ".L3075:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [] + }, + { + "text": " jmp .L3076", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 683 + }, + "labels": [ + { + "name": ".L3076", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": ".L3076:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-337]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3073", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3073", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " jmp .L3078", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [ + { + "name": ".L3078", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": ".L3078:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " jmp .L3079", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 693 + }, + "labels": [ + { + "name": ".L3079", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": ".L3079:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-265]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3080", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3080", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3082", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3082", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": ".L3082:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3080", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3080", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3084", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": ".L3084:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-153]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [] + }, + { + "text": " jmp .L3085", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 540 + }, + "labels": [ + { + "name": ".L3085", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": ".L3085:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " jmp .L3080", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 739 + }, + "labels": [ + { + "name": ".L3080", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": ".L3080:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " jmp .L3073", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 685 + }, + "labels": [ + { + "name": ".L3073", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": ".L3073:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [] + }, + { + "text": " jmp .L3087", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 678 + }, + "labels": [ + { + "name": ".L3087", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": ".L3087:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [] + }, + { + "text": " jmp .L3068", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 675 + }, + "labels": [ + { + "name": ".L3068", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": ".L3068:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " jmp .L3088", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 663 + }, + "labels": [ + { + "name": ".L3088", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": ".L3088:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " jmp .L3089", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 637 + }, + "labels": [ + { + "name": ".L3089", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": ".L3089:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " jmp .L3090", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [ + { + "name": ".L3090", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": ".L3090:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": ".L3120:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " add rsp, 1088", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream5flushEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " add rax, 536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rdx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5eraseEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strERKNS_12basic_stringIcS2_S3_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " jmp .L3128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 800 + }, + "labels": [ + { + "name": ".L3128", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 796 + }, + "labels": [] + }, + { + "text": ".L3128:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 800 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10test_tools18output_test_stream32get_stream_string_representationB5cxx11Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 804 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 805 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 805 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream6lengthEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 813 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 813 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " add rax, 536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6lengthEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 815 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 816 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools18output_test_stream4syncEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 822 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 822 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 822 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 822 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 827 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 829 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit19readonly_property66D2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit19readonly_property64D2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyISt6vectorImSaImEEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyISt6vectorImSaImEEED2Ev", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit19readonly_property69D2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17readonly_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17readonly_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": ".LC401:", + "source": null, + "labels": [] + }, + { + "text": " .string \"suite\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEES4_mNS0_14test_unit_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-100], r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-100], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jne .L3142", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L3142", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".LC9", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " jmp .L3143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L3143", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3142:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC401", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".LC401", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L3143:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property62C1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property63C1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property66C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property64C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property69C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIjEC1Ej", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyImEC1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 216", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINS0_9test_unit10run_statusEEC1ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 220", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINS0_9test_unit10run_statusEEC1ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyImEC1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L3159", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 63 + }, + "labels": [ + { + "name": ".L3159", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " jmp .L3145", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 56 + }, + "labels": [ + { + "name": ".L3145", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L3145:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " jmp .L3146", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [ + { + "name": ".L3146", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L3148", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L3148", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L3148:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L3149", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L3149", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L3149:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L3146:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property69D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L3150", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L3150", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L3150:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property64D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L3151", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L3151", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L3151:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property66D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L3159:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": ".LC402:", + "source": null, + "labels": [] + }, + { + "text": " .string \"module\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC402", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [ + { + "name": ".LC402", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property62C1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property63C1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property66C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property64C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property69C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIjEC1Ej", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyImEC1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 216", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINS0_9test_unit10run_statusEEC1ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 220", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINS0_9test_unit10run_statusEEC1ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyImEC1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " jmp .L3176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 80 + }, + "labels": [ + { + "name": ".L3176", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " jmp .L3162", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 73 + }, + "labels": [ + { + "name": ".L3162", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L3162:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " jmp .L3163", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [ + { + "name": ".L3163", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " jmp .L3165", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [ + { + "name": ".L3165", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".L3165:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " jmp .L3166", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [ + { + "name": ".L3166", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".L3166:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".L3163:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property69D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " jmp .L3167", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [ + { + "name": ".L3167", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".L3167:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property64D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " jmp .L3168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [ + { + "name": ".L3168", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".L3168:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property66D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".L3176:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unitD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework20deregister_test_unitEPNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 86 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework20deregister_test_unitEPNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " add rax, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property69D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property64D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit19readonly_property66D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": ".LC403:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Can't add dependency to the master test suite\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit10depends_onEPS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EES6_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " jne .L3179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [ + { + "name": ".L3179", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC403", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [ + { + "name": ".LC403", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L3179:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 97 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " jmp .L3182", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 98 + }, + "labels": [ + { + "name": ".L3182", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L3182:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit16add_preconditionERKNS_8functionIFNS_10test_tools16assertion_resultEmEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE9push_backERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 105 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE9push_backERKS5_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".LC404:", + "source": null, + "labels": [] + }, + { + "text": " .string \"dependency test \"", + "source": null, + "labels": [] + }, + { + "text": ".LC405:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" is disabled\"", + "source": null, + "labels": [] + }, + { + "text": ".LC406:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" was skipped\"", + "source": null, + "labels": [] + }, + { + "text": ".LC407:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" has failed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC408:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" has skipped test cases\"", + "source": null, + "labels": [] + }, + { + "text": ".LC409:", + "source": null, + "labels": [] + }, + { + "text": " .string \"precondition failed\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9test_unit19check_preconditionsEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " sub rsp, 440", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-440], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-448], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-212]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-224], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jne .L3185", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3185", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-211]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jne .L3185", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3185", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": ".L3199:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L3187", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3187", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-210]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L3187", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3187", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jmp .L3188", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3188", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3187:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": ".L3188:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L3185", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3185", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jne .L3189", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3189", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": ".L3196:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jne .L3189", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3189", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 114 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 116 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " je .L3190", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 116 + }, + "labels": [ + { + "name": ".L3190", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": ".LC404", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA17_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA17_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNS_9unit_test13basic_cstringIKcEEEERNS_23basic_wrap_stringstreamIT_EES8_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNS_9unit_test13basic_cstringIKcEEEERNS_23basic_wrap_stringstreamIT_EES8_RKT0_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": ".LC20", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC405", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": ".LC405", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA14_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA14_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L3184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 148 + }, + "labels": [ + { + "name": ".L3184", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3190:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results6passedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 123 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results6passedEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " je .L3192", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 123 + }, + "labels": [ + { + "name": ".L3192", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".LC404", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA17_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA17_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNS_9unit_test13basic_cstringIKcEEEERNS_23basic_wrap_stringstreamIT_EES8_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNS_9unit_test13basic_cstringIKcEEEERNS_23basic_wrap_stringstreamIT_EES8_RKT0_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".LC20", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results7skippedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results7skippedEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " je .L3193", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".L3193", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, OFFSET FLAT:.LC406", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".LC406", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L3194", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".L3194", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3193:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC407", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".LC407", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L3194:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcPKcEERNS_23basic_wrap_stringstreamIT_EES6_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boostlsIcPKcEERNS_23basic_wrap_stringstreamIT_EES6_RKT0_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " jmp .L3184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 148 + }, + "labels": [ + { + "name": ".L3184", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3192:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " je .L3195", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3195", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".LC404", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA17_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA17_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNS_9unit_test13basic_cstringIKcEEEERNS_23basic_wrap_stringstreamIT_EES8_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNS_9unit_test13basic_cstringIKcEEEERNS_23basic_wrap_stringstreamIT_EES8_RKT0_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC20", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".LC20", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".LC408", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA25_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA25_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " jmp .L3184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 148 + }, + "labels": [ + { + "name": ".L3184", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3195:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jmp .L3196", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3196", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3189:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L3197", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3197", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-86]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L3199", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3199", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3197:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " jmp .L3199", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3199", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3185:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-85]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-328], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jne .L3201", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3201", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-336], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jne .L3201", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3201", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": ".L3216:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " je .L3203", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3203", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-83]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " je .L3203", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3203", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jmp .L3204", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3204", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3203:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": ".L3204:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " je .L3201", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3201", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jne .L3205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3205", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-82]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS7_SaIS7_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISB_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS7_SaIS7_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISB_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": ".L3211:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jne .L3206", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3206", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1INS_10test_tools16assertion_resultEmEclEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [ + { + "name": "_ZNK5boost9function1INS_10test_tools16assertion_resultEmEclEm", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_resultntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 138 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_resultntEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " je .L3207", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 138 + }, + "labels": [ + { + "name": ".L3207", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC409", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 140 + }, + "labels": [ + { + "name": ".LC409", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA20_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA20_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 141 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " je .L3208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 141 + }, + "labels": [ + { + "name": ".L3208", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC31", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [ + { + "name": ".LC31", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcEERNS_23basic_wrap_stringstreamIT_EES4_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boostlsIcEERNS_23basic_wrap_stringstreamIT_EES4_S4_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": ".L3208:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L3209", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [ + { + "name": ".L3209", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3207:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": ".L3209:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jne .L3210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [ + { + "name": ".L3210", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jmp .L3211", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3211", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3210:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jmp .L3212", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3212", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3206:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": ".L3212:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " jne .L3184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3184", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3205:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " je .L3214", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3214", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " jmp .L3216", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3216", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3214:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " jmp .L3216", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [ + { + "name": ".L3216", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3201:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " jmp .L3184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 147 + }, + "labels": [ + { + "name": ".L3184", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L3218", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 118 + }, + "labels": [ + { + "name": ".L3218", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": ".L3218:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " jmp .L3220", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".L3220", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": ".L3220:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [] + }, + { + "text": " jmp .L3222", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 131 + }, + "labels": [ + { + "name": ".L3222", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": ".L3222:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L3224", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 139 + }, + "labels": [ + { + "name": ".L3224", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": ".L3224:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L3225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 137 + }, + "labels": [ + { + "name": ".L3225", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": ".L3225:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": ".L3184:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit17increase_exp_failEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+208], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 157 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 157 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " je .L3237", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 157 + }, + "labels": [ + { + "name": ".L3237", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit17increase_exp_failEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unit17increase_exp_failEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": ".L3237:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " jne .L3239", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [ + { + "name": ".L3239", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " je .L3240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [ + { + "name": ".L3240", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3239:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " jmp .L3241", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [ + { + "name": ".L3241", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3240:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": ".L3241:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " je .L3242", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 166 + }, + "labels": [ + { + "name": ".L3242", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " jmp .L3238", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 167 + }, + "labels": [ + { + "name": ".L3238", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3242:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC154", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 170 + }, + "labels": [ + { + "name": ".LC154", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " jmp .L3238", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 175 + }, + "labels": [ + { + "name": ".L3238", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": ".L3238:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_unit9add_labelENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testplIcKcEENSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEERKS9_RKNS0_13basic_cstringIT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testplIcKcEENSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEERKS9_RKNS0_13basic_cstringIT0_EE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " jmp .L3252", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".L3252", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " jmp .L3249", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [ + { + "name": ".L3249", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": ".L3249:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": ".L3252:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9test_unit9has_labelENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZSt4findIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEN5boost9unit_test13basic_cstringIKcEEET_SJ_SJ_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZSt4findIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEN5boost9unit_test13basic_cstringIKcEEET_SJ_SJ_RKT0_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_caseC2ENS0_13basic_cstringIKcEERKNS_8functionIFvvEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEES4_mNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEES4_mNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_case20readonly_property144C1ERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework18register_test_unitEPNS0_9test_caseE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework18register_test_unitEPNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " jmp .L3260", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L3260", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " add rax, 280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_case20readonly_property144D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " jmp .L3257", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [ + { + "name": ".L3257", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": ".L3257:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": ".L3260:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9test_caseC2ENS0_13basic_cstringIKcEES4_mRKNS_8functionIFvvEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEES4_mNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEES4_mNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_case20readonly_property144C1ERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework18register_test_unitEPNS0_9test_caseE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework18register_test_unitEPNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " jmp .L3266", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 213 + }, + "labels": [ + { + "name": ".L3266", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " add rax, 280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_case20readonly_property144D1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " jmp .L3263", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".L3263", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": ".L3263:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": ".L3266:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE13_Rb_tree_implIS6_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmmEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmmEEED2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE13_Rb_tree_implIS6_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 182 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaISt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEED2Ev", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suiteC2ENS0_13basic_cstringIKcEES4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov r8d, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEES4_mNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEES4_mNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test10test_suiteE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test10test_suiteE", + "range": { + "startCol": 34, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " add rax, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework18register_test_unitEPNS0_10test_suiteE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 226 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework18register_test_unitEPNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L3278", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L3278", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " add rax, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": ".L3278:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suiteC2ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test10test_suiteE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test10test_suiteE", + "range": { + "startCol": 34, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " add rax, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework18register_test_unitEPNS0_10test_suiteE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 234 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework18register_test_unitEPNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L3282", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 235 + }, + "labels": [ + { + "name": ".L3282", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " add rax, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " add rax, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unitD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unitD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": ".L3282:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-44]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+200], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE9push_backERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE9push_backERKm", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 245 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " je .L3284", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 247 + }, + "labels": [ + { + "name": ".L3284", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit17increase_exp_failEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unit17increase_exp_failEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": ".L3284:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " je .L3286", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 250 + }, + "labels": [ + { + "name": ".L3286", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9test_unit17increase_exp_failEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 251 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9test_unit17increase_exp_failEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": ".L3286:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suite3addERKNS0_19test_unit_generatorEj:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": ".L3289:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " je .L3290", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".L3290", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov ecx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 261 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " jmp .L3289", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".L3289", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3290:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suite3addERKNS0_19test_unit_generatorERNS0_9decorator11collector_tE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": ".L3293:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " je .L3292", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [ + { + "name": ".L3292", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 271 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t8store_inERNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 271 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t8store_inERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 272 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " jmp .L3293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 270 + }, + "labels": [ + { + "name": ".L3293", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3292:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t5resetEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 274 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t5resetEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suite3addENS_10shared_ptrINS0_19test_unit_generatorEEERNS0_9decorator11collector_tE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9decorator11collector_t19get_lazy_decoratorsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator11collector_t19get_lazy_decoratorsEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC1IRS4_SA_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE9push_backERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 283 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE9push_backERKSB_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t5resetEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 284 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t5resetEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " jmp .L3299", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".L3299", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 282 + }, + "labels": [] + }, + { + "text": ".L3299:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suite8generateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " add rax, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " add rax, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": ".L3304:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEEbRKNS_17__normal_iteratorIT_T0_EESM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 295 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEEbRKNS_17__normal_iteratorIT_T0_EESM_", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " je .L3301", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 295 + }, + "labels": [ + { + "name": ".L3301", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3303:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEptEv", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test19test_unit_generatorEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test19test_unit_generatorEEptEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " je .L3302", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [ + { + "name": ".L3302", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEptEv", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEptEv", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC1IPS6_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISF_SE_E7__valueESB_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEvEESC_NSA_IPKS5_S7_EET_SG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 300 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEvEESC_NSA_IPKS5_S7_EET_SG_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " jmp .L3303", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 299 + }, + "labels": [ + { + "name": ".L3303", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3302:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEppEv", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " jmp .L3304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 294 + }, + "labels": [ + { + "name": ".L3304", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3301:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " add rax, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 306 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " add rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE13_Rb_tree_implIS9_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE13_Rb_tree_implIS9_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": ".LC410:", + "source": null, + "labels": [] + }, + { + "text": " .string \"' registered multiple times in the test suite '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC411:", + "source": null, + "labels": [] + }, + { + "text": " .string \"test unit with name '\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suite30check_for_duplicate_test_casesEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " sub rsp, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-360], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE5beginEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC1IPmEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameIS9_S8_E7__valueES5_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC1IPmEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameIS9_S8_E7__valueES5_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [] + }, + { + "text": ".L3312:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 324 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " je .L3334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 324 + }, + "labels": [ + { + "name": ".L3334", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEdeEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 327 + }, + "labels": [ + { + "name": "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertERKS5_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-320], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 327 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jne .L3311", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L3311", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC410", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".LC410", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC411", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".LC411", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".LC64", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L3311:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 325 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " jmp .L3312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 323 + }, + "labels": [ + { + "name": ".L3312", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3334:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 336 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " jmp .L3333", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 336 + }, + "labels": [ + { + "name": ".L3333", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jmp .L3315", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L3315", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": ".L3315:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jmp .L3316", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L3316", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": ".L3316:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jmp .L3317", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L3317", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": ".L3317:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jmp .L3318", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L3318", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": ".L3318:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jmp .L3319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L3319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": ".L3319:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " jmp .L3320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 328 + }, + "labels": [ + { + "name": ".L3320", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L3320:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L3321", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [ + { + "name": ".L3321", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": ".L3321:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " jmp .L3322", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 326 + }, + "labels": [ + { + "name": ".L3322", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": ".L3322:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 322 + }, + "labels": [] + }, + { + "text": ".L3333:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10test_suite6removeEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE5beginEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " call _ZSt4findIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEmET_S7_S7_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [ + { + "name": "_ZSt4findIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEmET_S7_S7_RKT0_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L3337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 346 + }, + "labels": [ + { + "name": ".L3337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC1IPmEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameIS9_S8_E7__valueES5_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE5eraseEN9__gnu_cxx17__normal_iteratorIPKmS1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 347 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE5eraseEN9__gnu_cxx17__normal_iteratorIPKmS1_EE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": ".L3337:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test10test_suite3getENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-37]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jne .L3339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3339", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jne .L3339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3339", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": ".L3348:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " je .L3341", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3341", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-35]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " je .L3341", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3341", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jmp .L3342", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3342", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3341:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": ".L3342:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " je .L3339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3339", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jne .L3343", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3343", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": ".L3346:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jne .L3343", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3343", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail19test_id_2_unit_typeEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail19test_id_2_unit_typeEm", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " je .L3344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 356 + }, + "labels": [ + { + "name": ".L3344", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " jmp .L3345", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 357 + }, + "labels": [ + { + "name": ".L3345", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3344:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " jmp .L3346", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3346", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3343:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " je .L3348", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3348", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L3348", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 355 + }, + "labels": [ + { + "name": ".L3348", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3339:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": ".L3345:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": ".LC412:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Master Test Suite\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19master_test_suite_tC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 369 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 369 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC412", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [ + { + "name": ".LC412", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suiteC2ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suiteC2ENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test19master_test_suite_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test19master_test_suite_tE", + "range": { + "startCol": 34, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+384], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+392], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+224], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18traverse_test_treeERKNS0_9test_caseERNS0_17test_tree_visitorEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " jne .L3351", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L3351", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " je .L3352", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L3352", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3351:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " jmp .L3353", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L3353", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3352:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": ".L3353:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " je .L3355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 384 + }, + "labels": [ + { + "name": ".L3355", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 385 + }, + "labels": [] + }, + { + "text": ".L3355:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 386 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18traverse_test_treeERKNS0_10test_suiteERNS0_17test_tree_visitorEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-52], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " je .L3357", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [ + { + "name": ".L3357", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9test_unit10is_enabledEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9test_unit10is_enabledEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " je .L3357", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [ + { + "name": ".L3357", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " jmp .L3358", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [ + { + "name": ".L3358", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3357:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": ".L3358:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [] + }, + { + "text": " jne .L3366", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 394 + }, + "labels": [ + { + "name": ".L3366", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " jne .L3367", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 398 + }, + "labels": [ + { + "name": ".L3367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 402 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": ".L3365:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 403 + }, + "labels": [] + }, + { + "text": " jnb .L3362", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 403 + }, + "labels": [ + { + "name": ".L3362", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx ebx, BYTE PTR [rbp-52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEEixEm", + "range": { + "startCol": 17, + "endCol": 42 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 406 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " je .L3363", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 406 + }, + "labels": [ + { + "name": ".L3363", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 407 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " jmp .L3365", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 407 + }, + "labels": [ + { + "name": ".L3365", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3363:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " jmp .L3365", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 403 + }, + "labels": [ + { + "name": ".L3365", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3362:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [] + }, + { + "text": " jmp .L3356", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 413 + }, + "labels": [ + { + "name": ".L3356", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3366:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 395 + }, + "labels": [] + }, + { + "text": " jmp .L3356", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 395 + }, + "labels": [ + { + "name": ".L3356", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3367:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": ".L3356:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-36], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail19test_id_2_unit_typeEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 421 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail19test_id_2_unit_typeEm", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 421 + }, + "labels": [] + }, + { + "text": " je .L3369", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 421 + }, + "labels": [ + { + "name": ".L3369", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx ebx, BYTE PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getINS0_9test_caseEEERT_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getINS0_9test_caseEEERT_m", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeERKNS0_9test_caseERNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 422 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeERKNS0_9test_caseERNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " jmp .L3371", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 425 + }, + "labels": [ + { + "name": ".L3371", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3369:", + "source": null, + "labels": [] + }, + { + "text": " movzx ebx, BYTE PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeERKNS0_10test_suiteERNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 424 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeERKNS0_10test_suiteERNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L3371:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 425 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEEE10to_replace:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \":*@+!/,\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 440 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcEixEm", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " cmp al, 38", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " je .L3373", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 440 + }, + "labels": [ + { + "name": ".L3373", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rcx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": ".L3373:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_first_not_ofEcm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 445 + }, + "labels": [] + }, + { + "text": " je .L3374", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 445 + }, + "labels": [ + { + "name": ".L3374", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5eraseEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": ".L3374:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE16find_last_not_ofEcm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " je .L3375", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 450 + }, + "labels": [ + { + "name": ".L3375", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rdx, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5eraseEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 451 + }, + "labels": [] + }, + { + "text": ".L3375:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": ".L3377:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " ja .L3383", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".L3383", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-41], 95", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " lea rbx, _ZZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEEE10to_replace[rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZSt7replaceIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcEvT_SA_RKT0_SD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 459 + }, + "labels": [ + { + "name": "_ZSt7replaceIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcEvT_SA_RKT0_SD_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " jmp .L3377", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [ + { + "name": ".L3377", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 456 + }, + "labels": [] + }, + { + "text": ".L3383:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2EPNS0_9test_caseERNS0_9decorator11collector_tEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 471 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 473 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t8store_inERNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 475 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t8store_inERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t5resetEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 476 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t5resetEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": ".LC413:", + "source": null, + "labels": [] + }, + { + "text": " .string \"boost::unit_test::ut_detail::auto_test_unit_registrar::auto_test_unit_registrar(boost::unit_test::const_string, boost::unit_test::const_string, std::size_t, boost::unit_test::decorator::collector_t&)\"", + "source": null, + "labels": [] + }, + { + "text": ".LC414:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC415:", + "source": null, + "labels": [] + }, + { + "text": " .string \"ts->p_parent_id == framework::current_auto_test_suite().p_id\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2ENS0_13basic_cstringIKcEES5_mRNS0_9decorator11collector_tE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test10test_suite3getENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test10test_suite3getENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov eax, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 487 + }, + "labels": [] + }, + { + "text": " je .L3386", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".L3386", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 488 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " jne .L3387", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [ + { + "name": ".L3387", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC413", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [ + { + "name": ".LC413", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 489", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC414", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [ + { + "name": ".LC414", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC415", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [ + { + "name": ".LC415", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": ".L3386:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea r12, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov edi, 384", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suiteC1ENS0_13basic_cstringIKcEES4_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " je .L3388", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [ + { + "name": ".L3388", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jmp .L3389", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [ + { + "name": ".L3389", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3388:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": ".L3389:", + "source": null, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3387:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 496 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t8store_inERNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 496 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t8store_inERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t5resetEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 497 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t5resetEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 499 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " jmp .L3392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 500 + }, + "labels": [ + { + "name": ".L3392", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov esi, 384", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": ".L3392:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2ERKNS0_19test_unit_generatorERNS0_9decorator11collector_tE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite3addERKNS0_19test_unit_generatorERNS0_9decorator11collector_tE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 506 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite3addERKNS0_19test_unit_generatorERNS0_9decorator11collector_tE", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2ENS_10shared_ptrINS0_19test_unit_generatorEEERNS0_9decorator11collector_tE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suite3addENS_10shared_ptrINS0_19test_unit_generatorEEERNS0_9decorator11collector_tE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suite3addENS_10shared_ptrINS0_19test_unit_generatorEEERNS0_9decorator11collector_tE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " jmp .L3397", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 514 + }, + "labels": [ + { + "name": ".L3397", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": ".L3397:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2Ei:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 519 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov edi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 521 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 522 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 522 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 522 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14global_fixtureC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_unit_fixtureC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_unit_fixtureC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test14global_fixtureE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test14global_fixtureE", + "range": { + "startCol": 34, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework23register_global_fixtureERNS0_14global_fixtureE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 534 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework23register_global_fixtureERNS0_14global_fixtureE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " jmp .L3402", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 536 + }, + "labels": [ + { + "name": ".L3402", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_unit_fixtureD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_unit_fixtureD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": ".L3402:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14global_fixture25unregister_from_frameworkEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " je .L3404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 541 + }, + "labels": [ + { + "name": ".L3404", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework25deregister_global_fixtureERNS0_14global_fixtureE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 542 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework25deregister_global_fixtureERNS0_14global_fixtureE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": ".L3404:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 544 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14global_fixtureD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test14global_fixtureE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test14global_fixtureE", + "range": { + "startCol": 34, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14global_fixture25unregister_from_frameworkEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 549 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14global_fixture25unregister_from_frameworkEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_unit_fixtureD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_unit_fixtureD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14global_fixtureD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14global_fixtureD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test20global_configurationC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13test_observerC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerC2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test20global_configurationE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test20global_configurationE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 558 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " jmp .L3410", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 560 + }, + "labels": [ + { + "name": ".L3410", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13test_observerD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": ".L3410:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 560 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test20global_configuration25unregister_from_frameworkEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " je .L3412", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 566 + }, + "labels": [ + { + "name": ".L3412", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 567 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L3412:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test20global_configurationD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test20global_configurationE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test20global_configurationE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 574 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 574 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test20global_configuration25unregister_from_frameworkEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 574 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test20global_configuration25unregister_from_frameworkEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13test_observerD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test20global_configurationD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test20global_configurationD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tree.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 53 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 55 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 63 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail21entry_value_collectorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " je .L3421", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 72 + }, + "labels": [ + { + "name": ".L3421", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3421:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC2EPNS0_23unit_test_log_formatterENS0_13output_formatEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-40], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+4], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], OFFSET FLAT:_ZSt4cout", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cout+8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saverC1ERSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEC1IS2_EEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE5resetIS2_EEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE5resetIS2_EEvPT_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " add rdx, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov esi, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " jmp .L3427", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 108 + }, + "labels": [ + { + "name": ".L3427", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L3427:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 108 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " add rdx, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14log_entry_dataD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19log_checkpoint_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19log_checkpoint_dataD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log_formatter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatterC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test23unit_test_log_formatterC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatterC2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output17xml_log_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output17xml_log_formatterE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " jmp .L3445", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [ + { + "name": ".L3445", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test23unit_test_log_formatterD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatterD2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": ".L3445:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-216], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14log_entry_dataC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19log_checkpoint_dataC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output22compiler_log_formatterC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC1EPNS0_23unit_test_log_formatterENS0_13output_formatEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output17xml_log_formatterC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC1EPNS0_23unit_test_log_formatterENS0_13output_formatEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov edi, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatterC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov edx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC1EPNS0_23unit_test_log_formatterENS0_13output_formatEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L3461", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3461", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " jmp .L3448", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 126 + }, + "labels": [ + { + "name": ".L3448", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " jmp .L3448", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [ + { + "name": ".L3448", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " jmp .L3448", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 127 + }, + "labels": [ + { + "name": ".L3448", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L3448", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 128 + }, + "labels": [ + { + "name": ".L3448", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": ".L3448:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19log_checkpoint_dataD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " jmp .L3452", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".L3452", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": ".L3452:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14log_entry_dataD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " jmp .L3453", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".L3453", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": ".L3453:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": ".L3461:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [] + }, + { + "text": ".L3466:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " je .L3463", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 142 + }, + "labels": [ + { + "name": ".L3463", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " je .L3464", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 146 + }, + "labels": [ + { + "name": ".L3464", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " jmp .L3465", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 147 + }, + "labels": [ + { + "name": ".L3465", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3464:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 143 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " jmp .L3466", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 141 + }, + "labels": [ + { + "name": ".L3466", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3463:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L3465:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_impl14set_checkpointENS0_13basic_cstringIKcEEmS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 157 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+112], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19log_checkpoint_dataD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14log_entry_dataD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test12_GLOBAL__N_110s_log_implEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " je .L3470", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [ + { + "name": ".L3470", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test12_GLOBAL__N_110s_log_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " je .L3470", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [ + { + "name": ".L3470", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_110s_log_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_implC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test12_GLOBAL__N_110s_log_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_110s_log_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": ".L3470:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test12_GLOBAL__N_110s_log_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " jmp .L3475", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [ + { + "name": ".L3475", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " jne .L3473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [ + { + "name": ".L3473", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test12_GLOBAL__N_110s_log_implEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": ".L3473:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": ".L3475:", + "source": null, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 163 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_117log_entry_contextENS0_9log_levelERNS1_30unit_test_log_data_helper_implE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-100], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11get_contextEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework11get_contextEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-68], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework17context_generator8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 172 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework17context_generator8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " jne .L3481", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 172 + }, + "labels": [ + { + "name": ".L3481", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": ".L3480:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework17context_generator4nextEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework17context_generator4nextEv", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " je .L3479", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".L3479", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " add rax, 144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 179 + }, + "labels": [] + }, + { + "text": " jmp .L3480", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".L3480", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3479:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [] + }, + { + "text": " jmp .L3476", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 181 + }, + "labels": [ + { + "name": ".L3476", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3481:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": ".L3476:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_119clear_entry_contextEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov edi, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework13clear_contextEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework13clear_contextEi", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN5boost9unit_test15unit_test_log_tE+16", + "source": null, + "labels": [ + { + "name": "_ZTVN5boost9unit_test15unit_test_log_tE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t8instanceEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " je .L3484", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".L3484", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " je .L3484", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".L3484", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test15unit_test_log_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": ".L3484:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t9configureEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 208 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 208 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 209 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 209 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": ".L3493:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 211 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " je .L3494", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 211 + }, + "labels": [ + { + "name": ".L3494", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " jne .L3488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L3488", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp eax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " jne .L3489", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L3489", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3488:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " jmp .L3490", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L3490", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3489:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": ".L3490:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " jne .L3495", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L3495", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE9push_backEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE9push_backEOS4_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 218 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov BYTE PTR [rax+48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " jmp .L3492", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".L3492", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3495:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": ".L3492:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3493", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".L3493", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3494:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t10test_startEmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t9configureEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 227 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t9configureEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 228 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": ".L3498:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " je .L3499", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L3499", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov r13, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " movzx r12d, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov edx, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " call r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3498", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L3498", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3499:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t11test_finishEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 247 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": ".L3502:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " je .L3503", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [ + { + "name": ".L3503", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 250 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZNSo5flushEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3502", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 248 + }, + "labels": [ + { + "name": ".L3502", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3503:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": ".LC416:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC417:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Test is aborted\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t12test_abortedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov edx, 54", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC416", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [ + { + "name": ".LC416", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov edx, 261", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test3log5beginC1ENS0_13basic_cstringIKcEEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC417", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [ + { + "name": ".LC417", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail21entry_value_collectorlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " jmp .L3507", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".L3507", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": ".L3507:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t15test_unit_startERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 269 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 269 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " je .L3509", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 269 + }, + "labels": [ + { + "name": ".L3509", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 270 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3509:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 272 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": ".L3513:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " je .L3514", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [ + { + "name": ".L3514", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 275 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 276 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " setg al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " jne .L3515", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 276 + }, + "labels": [ + { + "name": ".L3515", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " jmp .L3512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".L3512", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3515:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": ".L3512:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3513", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 273 + }, + "labels": [ + { + "name": ".L3513", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3514:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t16test_unit_finishERKNS0_9test_unitEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 286 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 287 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19log_checkpoint_data5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 287 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19log_checkpoint_data5clearEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 289 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 289 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " je .L3517", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 289 + }, + "labels": [ + { + "name": ".L3517", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 290 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 290 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3517:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 292 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": ".L3521:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " je .L3522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [ + { + "name": ".L3522", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 295 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 296 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " setg al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " jne .L3523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 296 + }, + "labels": [ + { + "name": ".L3523", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " jmp .L3520", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 299 + }, + "labels": [ + { + "name": ".L3520", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3523:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": ".L3520:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3521", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 293 + }, + "labels": [ + { + "name": ".L3521", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3522:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 308 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 308 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 308 + }, + "labels": [] + }, + { + "text": " je .L3525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 308 + }, + "labels": [ + { + "name": ".L3525", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 309 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3525:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 311 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": ".L3529:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " je .L3530", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [ + { + "name": ".L3530", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 314 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " setg al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L3531", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 315 + }, + "labels": [ + { + "name": ".L3531", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " jmp .L3528", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 318 + }, + "labels": [ + { + "name": ".L3528", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3531:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": ".L3528:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3529", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 312 + }, + "labels": [ + { + "name": ".L3529", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3530:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 320 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t17test_unit_abortedERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 325 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 325 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 325 + }, + "labels": [] + }, + { + "text": " je .L3533", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 325 + }, + "labels": [ + { + "name": ".L3533", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 326 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3533:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 328 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": ".L3537:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " je .L3538", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [ + { + "name": ".L3538", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 332 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " setg al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 332 + }, + "labels": [] + }, + { + "text": " jne .L3539", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 332 + }, + "labels": [ + { + "name": ".L3539", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " jmp .L3536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 335 + }, + "labels": [ + { + "name": ".L3536", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3539:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 333 + }, + "labels": [] + }, + { + "text": ".L3536:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3537", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 329 + }, + "labels": [ + { + "name": ".L3537", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3538:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t19test_unit_timed_outERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 342 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 342 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 342 + }, + "labels": [] + }, + { + "text": " je .L3541", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 342 + }, + "labels": [ + { + "name": ".L3541", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 343 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3541:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 345 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L3545:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L3546", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [ + { + "name": ".L3546", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 348 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 349 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " setg al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 349 + }, + "labels": [] + }, + { + "text": " jne .L3547", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 349 + }, + "labels": [ + { + "name": ".L3547", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " jmp .L3544", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 352 + }, + "labels": [ + { + "name": ".L3544", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3547:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": ".L3544:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3545", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 346 + }, + "labels": [ + { + "name": ".L3545", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3546:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 354 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t16exception_caughtERKNS_19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 362 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4codeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 362 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4codeEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " cmp eax, 205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 362 + }, + "labels": [] + }, + { + "text": " jle .L3549", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 362 + }, + "labels": [ + { + "name": ".L3549", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4codeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4codeEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " cmp eax, 215", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [] + }, + { + "text": " jg .L3550", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [ + { + "name": ".L3550", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [] + }, + { + "text": " jmp .L3552", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [ + { + "name": ".L3552", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3550:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [] + }, + { + "text": " jmp .L3552", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 363 + }, + "labels": [ + { + "name": ".L3552", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3549:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 362 + }, + "labels": [] + }, + { + "text": ".L3552:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 366 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 366 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " je .L3553", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 366 + }, + "labels": [ + { + "name": ".L3553", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-57]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 367 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3553:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 369 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": ".L3556:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " je .L3554", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [ + { + "name": ".L3554", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 372 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 374 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-36], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " setge al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " je .L3555", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 374 + }, + "labels": [ + { + "name": ".L3555", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea r13, [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 378 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_117log_entry_contextENS0_9log_levelERNS1_30unit_test_log_data_helper_implE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 378 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_117log_entry_contextENS0_9log_levelERNS1_30unit_test_log_data_helper_implE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 380 + }, + "labels": [] + }, + { + "text": ".L3555:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3556", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 370 + }, + "labels": [ + { + "name": ".L3556", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3554:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_119clear_entry_contextEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 383 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_119clear_entry_contextEv", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " add rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_impl14set_checkpointENS0_13basic_cstringIKcEEmS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 391 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_impl14set_checkpointENS0_13basic_cstringIKcEEmS5_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14set_unix_slashEc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov eax, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-4], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-4], 92", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " je .L3559", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 399 + }, + "labels": [ + { + "name": ".L3559", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jmp .L3561", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 399 + }, + "labels": [ + { + "name": ".L3561", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3559:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": ".L3561:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 400 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " je .L3563", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L3563", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 406 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": ".L3563:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 408 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": ".L3565:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " je .L3564", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [ + { + "name": ".L3564", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 411 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_2io18ios_base_all_saverEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 412 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_2io18ios_base_all_saverEEptEv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saver7restoreEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 412 + }, + "labels": [ + { + "name": "_ZN5boost2io18ios_base_all_saver7restoreEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3565", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 409 + }, + "labels": [ + { + "name": ".L3565", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3564:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 415 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14log_entry_data5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 415 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14log_entry_data5clearEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea rcx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 421 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 420 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 420 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test14set_unix_slashEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14set_unix_slashEc", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [] + }, + { + "text": " call _ZSt9transformIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES9_PFccEET0_T_SD_SC_T1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 422 + }, + "labels": [ + { + "name": "_ZSt9transformIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES9_PFccEET0_T_SD_SC_T1_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 424 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+80], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 433 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 434 + }, + "labels": [] + }, + { + "text": " je .L3568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 434 + }, + "labels": [ + { + "name": ".L3568", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 435 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 436 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": ".L3572:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " je .L3568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [ + { + "name": ".L3568", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 439 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 440 + }, + "labels": [] + }, + { + "text": " je .L3570", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 440 + }, + "labels": [ + { + "name": ".L3570", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 441 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-28], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " setge al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " je .L3571", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 441 + }, + "labels": [ + { + "name": ".L3571", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_117log_entry_contextENS0_9log_levelERNS1_30unit_test_log_data_helper_implE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 442 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_117log_entry_contextENS0_9log_levelERNS1_30unit_test_log_data_helper_implE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": ".L3571:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rax, -128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": ".L3570:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 446 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3572", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 437 + }, + "labels": [ + { + "name": ".L3572", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3568:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_119clear_entry_contextEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 450 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_119clear_entry_contextEv", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 453 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 453 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 453 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 453 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 453 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_tlsENS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 460 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+88], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 463 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 470 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 470 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail21entry_value_collectorC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15log_entry_startERNS0_12_GLOBAL__N_130unit_test_log_data_helper_implE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 479 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 479 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 479 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 479 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 479 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 479 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 479 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 480 + }, + "labels": [] + }, + { + "text": " je .L3579", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 480 + }, + "labels": [ + { + "name": ".L3579", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 481 + }, + "labels": [] + }, + { + "text": " jmp .L3580", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 481 + }, + "labels": [ + { + "name": ".L3580", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3579:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 483 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " add eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " cmp eax, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " ja .L3581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 483 + }, + "labels": [ + { + "name": ".L3581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L3583[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 483 + }, + "labels": [] + }, + { + "text": ".L3583:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L3582", + "source": null, + "labels": [ + { + "name": ".L3582", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3588", + "source": null, + "labels": [ + { + "name": ".L3588", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3582", + "source": null, + "labels": [ + { + "name": ".L3582", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3587", + "source": null, + "labels": [ + { + "name": ".L3587", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3586", + "source": null, + "labels": [ + { + "name": ".L3586", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3585", + "source": null, + "labels": [ + { + "name": ".L3585", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3585", + "source": null, + "labels": [ + { + "name": ".L3585", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3585", + "source": null, + "labels": [ + { + "name": ".L3585", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3584", + "source": null, + "labels": [ + { + "name": ".L3584", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3582", + "source": null, + "labels": [ + { + "name": ".L3582", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3588:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 486 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 486 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 486 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea r13, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 485 + }, + "labels": [] + }, + { + "text": " jmp .L3581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 487 + }, + "labels": [ + { + "name": ".L3581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3587:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 490 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 490 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea r13, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " jmp .L3581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 491 + }, + "labels": [ + { + "name": ".L3581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3586:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 494 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 494 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 494 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea r13, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov ecx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jmp .L3581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 495 + }, + "labels": [ + { + "name": ".L3581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3585:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea r13, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov ecx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L3581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 501 + }, + "labels": [ + { + "name": ".L3581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3584:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea r13, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov ecx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 503 + }, + "labels": [] + }, + { + "text": " jmp .L3581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 505 + }, + "labels": [ + { + "name": ".L3581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3582:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 509 + }, + "labels": [] + }, + { + "text": " jmp .L3580", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 509 + }, + "labels": [ + { + "name": ".L3580", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3581:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+48], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": ".L3580:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 521 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " je .L3590", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 521 + }, + "labels": [ + { + "name": ".L3590", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 522 + }, + "labels": [] + }, + { + "text": " jmp .L3591", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 522 + }, + "labels": [ + { + "name": ".L3591", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3590:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": ".L3594:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L3592", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L3592", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 528 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 528 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov ebx, DWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " setge al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [] + }, + { + "text": " je .L3593", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 529 + }, + "labels": [ + { + "name": ".L3593", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15log_entry_startERNS0_12_GLOBAL__N_130unit_test_log_data_helper_implE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 530 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15log_entry_startERNS0_12_GLOBAL__N_130unit_test_log_data_helper_implE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " je .L3593", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 530 + }, + "labels": [ + { + "name": ".L3593", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": ".L3593:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3594", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 526 + }, + "labels": [ + { + "name": ".L3594", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3592:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 534 + }, + "labels": [] + }, + { + "text": ".L3591:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12lazy_ostream5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 542 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12lazy_ostream5emptyEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 542 + }, + "labels": [] + }, + { + "text": " je .L3596", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 542 + }, + "labels": [ + { + "name": ".L3596", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 543 + }, + "labels": [] + }, + { + "text": " jmp .L3597", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 543 + }, + "labels": [ + { + "name": ".L3597", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3596:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 546 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": ".L3600:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " je .L3598", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [ + { + "name": ".L3598", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 549 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 549 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov ebx, DWORD PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " setge al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [] + }, + { + "text": " je .L3599", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 550 + }, + "labels": [ + { + "name": ".L3599", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15log_entry_startERNS0_12_GLOBAL__N_130unit_test_log_data_helper_implE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 551 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15log_entry_startERNS0_12_GLOBAL__N_130unit_test_log_data_helper_implE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 551 + }, + "labels": [] + }, + { + "text": " je .L3599", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 551 + }, + "labels": [ + { + "name": ".L3599", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 552 + }, + "labels": [] + }, + { + "text": ".L3599:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L3600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 547 + }, + "labels": [ + { + "name": ".L3600", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3598:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 556 + }, + "labels": [] + }, + { + "text": ".L3597:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t10set_streamERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 563 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 564 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 564 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " jne .L3606", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 564 + }, + "labels": [ + { + "name": ".L3606", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 567 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": ".L3605:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " je .L3601", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [ + { + "name": ".L3601", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 570 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " sub rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saverC1ERSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE5resetIS2_EEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 573 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE5resetIS2_EEvPT_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3605", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 568 + }, + "labels": [ + { + "name": ".L3605", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3606:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": ".L3601:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 575 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t10set_streamENS0_13output_formatERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-60], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 582 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 582 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " jne .L3613", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 582 + }, + "labels": [ + { + "name": ".L3613", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 585 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": ".L3612:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " je .L3607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [ + { + "name": ".L3607", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 588 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-60], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 589 + }, + "labels": [] + }, + { + "text": " jne .L3611", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 589 + }, + "labels": [ + { + "name": ".L3611", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 590 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " sub rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saverC1ERSt8ios_base", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE5resetIS2_EEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 591 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE5resetIS2_EEvPT_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " jmp .L3607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 592 + }, + "labels": [ + { + "name": ".L3607", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3611:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3612", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 586 + }, + "labels": [ + { + "name": ".L3612", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3613:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 583 + }, + "labels": [] + }, + { + "text": ".L3607:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 595 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test15unit_test_log_t10get_streamENS0_13output_formatE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 600 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": ".L3618:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " je .L3615", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [ + { + "name": ".L3615", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 603 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 603 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-44], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " jne .L3616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 604 + }, + "labels": [ + { + "name": ".L3616", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " jmp .L3617", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 605 + }, + "labels": [ + { + "name": ".L3617", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3616:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 601 + }, + "labels": [ + { + "name": ".L3618", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3615:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 608 + }, + "labels": [] + }, + { + "text": ".L3617:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-60], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 615 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " jne .L3620", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [ + { + "name": ".L3620", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-60], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " jne .L3621", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [ + { + "name": ".L3621", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3620:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " jmp .L3622", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [ + { + "name": ".L3622", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3621:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L3622:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [] + }, + { + "text": " je .L3623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 616 + }, + "labels": [ + { + "name": ".L3623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 617 + }, + "labels": [] + }, + { + "text": " jmp .L3627", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 617 + }, + "labels": [ + { + "name": ".L3627", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3623:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-24], 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 620 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": ".L3626:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " je .L3625", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [ + { + "name": ".L3625", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 623 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " add rdx, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " call _ZSt3minIN5boost9unit_test9log_levelEERKT_S5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [ + { + "name": "_ZSt3minIN5boost9unit_test9log_levelEERKT_S5_S5_", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-24], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 624 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " add rdx, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-60]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 625 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3626", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 621 + }, + "labels": [ + { + "name": ".L3626", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3625:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": ".L3627:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_13output_formatENS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-60], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-64], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " jne .L3629", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [ + { + "name": ".L3629", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-64], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " jne .L3630", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [ + { + "name": ".L3630", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3629:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " jmp .L3631", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [ + { + "name": ".L3631", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3630:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": ".L3631:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " je .L3632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 635 + }, + "labels": [ + { + "name": ".L3632", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " jmp .L3633", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 636 + }, + "labels": [ + { + "name": ".L3633", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3632:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 639 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": ".L3636:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " je .L3634", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [ + { + "name": ".L3634", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 642 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 642 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-60], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " jne .L3635", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 643 + }, + "labels": [ + { + "name": ".L3635", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " add rdx, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " add rdx, 160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " jmp .L3634", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 646 + }, + "labels": [ + { + "name": ".L3634", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3635:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3636", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 640 + }, + "labels": [ + { + "name": ".L3636", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3634:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": ".L3633:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t10set_formatENS0_13output_formatE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 656 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 657 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 657 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 657 + }, + "labels": [] + }, + { + "text": " jne .L3642", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 657 + }, + "labels": [ + { + "name": ".L3642", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 660 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": ".L3641:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " je .L3637", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [ + { + "name": ".L3637", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 663 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-44], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " sete dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3641", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 661 + }, + "labels": [ + { + "name": ".L3641", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3642:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": ".L3637:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 666 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t10add_formatENS0_13output_formatE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 672 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 672 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 672 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 672 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 672 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 673 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 673 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 673 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 673 + }, + "labels": [] + }, + { + "text": " jne .L3649", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 673 + }, + "labels": [ + { + "name": ".L3649", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 676 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 676 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": ".L3648:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " je .L3643", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [ + { + "name": ".L3643", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 679 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-44], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " jne .L3647", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 680 + }, + "labels": [ + { + "name": ".L3647", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " jmp .L3643", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 682 + }, + "labels": [ + { + "name": ".L3643", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3647:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3648", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 677 + }, + "labels": [ + { + "name": ".L3648", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3649:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": ".L3643:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 685 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t13get_formatterENS0_13output_formatE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 692 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": ".L3654:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " je .L3651", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [ + { + "name": ".L3651", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 695 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 696 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 696 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-44], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 696 + }, + "labels": [] + }, + { + "text": " jne .L3652", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 696 + }, + "labels": [ + { + "name": ".L3652", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 697 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE3getEv", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " jmp .L3655", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 697 + }, + "labels": [ + { + "name": ".L3655", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3652:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3654", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 693 + }, + "labels": [ + { + "name": ".L3654", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3651:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 700 + }, + "labels": [] + }, + { + "text": ".L3655:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 701 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t13add_formatterEPNS0_23unit_test_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 708 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 708 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": ".L3659:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " je .L3657", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [ + { + "name": ".L3657", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 711 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " cmp eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " je .L3658", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".L3658", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC1IPS4_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISD_SC_E7__valueES9_E6__typeEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 712 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EE", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " jmp .L3657", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 713 + }, + "labels": [ + { + "name": ".L3657", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3658:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3659", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 709 + }, + "labels": [ + { + "name": ".L3659", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3657:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-128], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " je .L3663", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 717 + }, + "labels": [ + { + "name": ".L3663", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 718 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov edx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC1EPNS0_23unit_test_log_formatterENS0_13output_formatEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " jmp .L3663", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 721 + }, + "labels": [ + { + "name": ".L3663", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": ".L3663:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_t13set_formatterEPNS0_23unit_test_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 726 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 726 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 726 + }, + "labels": [] + }, + { + "text": " jne .L3674", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 726 + }, + "labels": [ + { + "name": ".L3674", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 733 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": ".L3672:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " je .L3667", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L3667", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 736 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 736 + }, + "labels": [] + }, + { + "text": " je .L3668", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 736 + }, + "labels": [ + { + "name": ".L3668", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-4], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " je .L3669", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [ + { + "name": ".L3669", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " cmp edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " jl .L3669", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [ + { + "name": ".L3669", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " cmp eax, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " jne .L3670", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [ + { + "name": ".L3670", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3669:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " jmp .L3671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [ + { + "name": ".L3671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3670:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": ".L3671:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " je .L3668", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 737 + }, + "labels": [ + { + "name": ".L3668", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 738 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 738 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 739 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 739 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 739 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 740 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": ".L3668:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L3672", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 734 + }, + "labels": [ + { + "name": ".L3672", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3667:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " je .L3673", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 745 + }, + "labels": [ + { + "name": ".L3673", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t13add_formatterEPNS0_23unit_test_log_formatterE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 746 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t13add_formatterEPNS0_23unit_test_log_formatterE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov esi, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t10set_formatENS0_13output_formatE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 747 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10set_formatENS0_13output_formatE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov esi, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 748 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_13output_formatENS0_9log_levelE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 748 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_13output_formatENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov esi, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t10set_streamENS0_13output_formatERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 749 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10set_streamENS0_13output_formatERSo", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L3673:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t9configureEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 752 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t9configureEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " jmp .L3664", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 752 + }, + "labels": [ + { + "name": ".L3664", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3674:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": ".L3664:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": "_ZN5boost23basic_wrap_stringstreamIcED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rax, 376", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " sub rsp, 472", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-456], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-464], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-472], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov ecx, 51", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " rep stosq", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3refEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3refEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNS_9unit_test12lazy_ostreamEEERNS_23basic_wrap_stringstreamIT_EES6_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNS_9unit_test12lazy_ostreamEEERNS_23basic_wrap_stringstreamIT_EES6_RKT0_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " jmp .L3679", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 765 + }, + "labels": [ + { + "name": ".L3679", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 764 + }, + "labels": [] + }, + { + "text": ".L3679:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 765 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 765 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 765 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test23unit_test_log_formatter13set_log_levelENS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+8], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 770 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 771 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 776 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 777 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20hrf_content_reporterC2ERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9ut_detail20hrf_content_reporterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9ut_detail20hrf_content_reporterE", + "range": { + "startCol": 34, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], -4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter16report_test_unitERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZSt4setwi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [ + { + "name": "_ZSt4setwi", + "range": { + "startCol": 17, + "endCol": 27 + } + } + ] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_St5_Setw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 63 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " je .L3685", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [ + { + "name": ".L3685", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, OFFSET FLAT:.LC219", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [ + { + "name": ".LC219", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L3686", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [ + { + "name": ".L3686", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3685:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L3686:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEptEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [] + }, + { + "text": " je .L3687", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 66 + }, + "labels": [ + { + "name": ".L3687", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC31", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".LC31", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " add rax, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": ".L3687:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter5visitERKNS0_9test_caseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20hrf_content_reporter16report_test_unitERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter16report_test_unitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter16test_suite_startERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " js .L3690", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".L3690", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20hrf_content_reporter16report_test_unitERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter16report_test_unitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": ".L3690:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " lea edx, [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter17test_suite_finishERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea edx, [rax-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20dot_content_reporterC2ERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9ut_detail20dot_content_reporterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9ut_detail20dot_content_reporterE", + "range": { + "startCol": 34, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": ".LC418:", + "source": null, + "labels": [] + }, + { + "text": " .string \"tu\"", + "source": null, + "labels": [] + }, + { + "text": ".LC419:", + "source": null, + "labels": [] + }, + { + "text": " .string \"[shape=ellipse,peripheries=2\"", + "source": null, + "labels": [] + }, + { + "text": ".LC420:", + "source": null, + "labels": [] + }, + { + "text": " .string \"[shape=Mrecord\"", + "source": null, + "labels": [] + }, + { + "text": ".LC421:", + "source": null, + "labels": [] + }, + { + "text": " .string \",fontname=Helvetica\"", + "source": null, + "labels": [] + }, + { + "text": ".LC422:", + "source": null, + "labels": [] + }, + { + "text": " .string \",color=green\"", + "source": null, + "labels": [] + }, + { + "text": ".LC423:", + "source": null, + "labels": [] + }, + { + "text": " .string \",color=yellow\"", + "source": null, + "labels": [] + }, + { + "text": ".LC424:", + "source": null, + "labels": [] + }, + { + "text": " .string \",label=\\\"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC425:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\"];\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC426:", + "source": null, + "labels": [] + }, + { + "text": " .string \"|\"", + "source": null, + "labels": [] + }, + { + "text": ".LC427:", + "source": null, + "labels": [] + }, + { + "text": " .string \"(\"", + "source": null, + "labels": [] + }, + { + "text": ".LC428:", + "source": null, + "labels": [] + }, + { + "text": " .string \")\"", + "source": null, + "labels": [] + }, + { + "text": ".LC429:", + "source": null, + "labels": [] + }, + { + "text": " .string \"|timeout=\"", + "source": null, + "labels": [] + }, + { + "text": ".LC430:", + "source": null, + "labels": [] + }, + { + "text": " .string \"|expected failures=\"", + "source": null, + "labels": [] + }, + { + "text": ".LC431:", + "source": null, + "labels": [] + }, + { + "text": " .string \"|labels:\"", + "source": null, + "labels": [] + }, + { + "text": ".LC432:", + "source": null, + "labels": [] + }, + { + "text": " .string \" @\"", + "source": null, + "labels": [] + }, + { + "text": ".LC433:", + "source": null, + "labels": [] + }, + { + "text": " .string \" -> \"", + "source": null, + "labels": [] + }, + { + "text": ".LC434:", + "source": null, + "labels": [] + }, + { + "text": " .string \";\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC435:", + "source": null, + "labels": [] + }, + { + "text": " .string \"[color=red,style=dotted,constraint=false];\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20dot_content_reporter16report_test_unitERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-19], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC418", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [ + { + "name": ".LC418", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 101 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " je .L3695", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [ + { + "name": ".L3695", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC419", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [ + { + "name": ".LC419", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L3696", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [ + { + "name": ".L3696", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3695:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC420", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [ + { + "name": ".LC420", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L3696:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC421", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 105 + }, + "labels": [ + { + "name": ".LC421", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-96], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " je .L3697", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [ + { + "name": ".L3697", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, OFFSET FLAT:.LC422", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [ + { + "name": ".LC422", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L3698", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [ + { + "name": ".L3698", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3697:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC423", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [ + { + "name": ".LC423", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L3698:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " je .L3699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 109 + }, + "labels": [ + { + "name": ".L3699", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC424", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [ + { + "name": ".LC424", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC425", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [ + { + "name": ".LC425", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " jmp .L3700", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 110 + }, + "labels": [ + { + "name": ".L3700", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3699:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC424", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".LC424", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC426", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".LC426", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC427", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".LC427", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC428", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".LC428", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIjEcvRKjEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L3701", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".L3701", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC429", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [ + { + "name": ".LC429", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " add rax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEjEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 114 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEjEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": ".L3701:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " je .L3702", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 115 + }, + "labels": [ + { + "name": ".L3702", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC430", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [ + { + "name": ".LC430", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 116 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": ".L3702:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [] + }, + { + "text": " je .L3703", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 117 + }, + "labels": [ + { + "name": ".L3703", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC431", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 118 + }, + "labels": [ + { + "name": ".LC431", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-90]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " jne .L3703", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3703", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-89]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " jne .L3703", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3703", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": ".L3712:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " je .L3706", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3706", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " je .L3706", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3706", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " jmp .L3707", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3707", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3706:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": ".L3707:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " je .L3703", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3703", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " jne .L3708", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3708", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-87]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISE_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISE_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": ".L3709:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " jne .L3708", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3708", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC432", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [ + { + "name": ".LC432", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " jmp .L3709", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3709", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3708:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " je .L3710", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3710", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " lea rax, [rbp-86]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " jmp .L3712", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3712", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3710:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " jmp .L3712", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 120 + }, + "labels": [ + { + "name": ".L3712", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3703:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC425", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 123 + }, + "labels": [ + { + "name": ".LC425", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": ".L3700:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-19]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 126 + }, + "labels": [] + }, + { + "text": " je .L3713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 126 + }, + "labels": [ + { + "name": ".L3713", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC418", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [ + { + "name": ".LC418", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC433", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [ + { + "name": ".LC433", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC418", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [ + { + "name": ".LC418", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC434", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [ + { + "name": ".LC434", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": ".L3713:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-85]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jne .L3723", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3723", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-84]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jne .L3723", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3723", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": ".L3722:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " je .L3716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3716", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-83]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " je .L3716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3716", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jmp .L3717", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3717", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3716:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": ".L3717:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " je .L3723", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3723", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jne .L3718", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3718", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-82]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": ".L3719:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jne .L3718", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3718", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC418", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [ + { + "name": ".LC418", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC433", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [ + { + "name": ".LC433", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC418", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [ + { + "name": ".LC418", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC435", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [ + { + "name": ".LC435", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " jmp .L3719", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3719", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3718:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " je .L3720", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3720", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L3722", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3722", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3720:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " jmp .L3722", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".L3722", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3723:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20dot_content_reporter5visitERKNS0_9test_caseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20dot_content_reporter16report_test_unitERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20dot_content_reporter16report_test_unitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": ".LC436:", + "source": null, + "labels": [] + }, + { + "text": " .string \"digraph G {rankdir=LR;\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC437:", + "source": null, + "labels": [] + }, + { + "text": " .string \"{\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20dot_content_reporter16test_suite_startERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 142 + }, + "labels": [] + }, + { + "text": " je .L3726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 142 + }, + "labels": [ + { + "name": ".L3726", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC436", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 143 + }, + "labels": [ + { + "name": ".LC436", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 143 + }, + "labels": [] + }, + { + "text": ".L3726:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20dot_content_reporter16report_test_unitERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20dot_content_reporter16report_test_unitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC437", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 147 + }, + "labels": [ + { + "name": ".LC437", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 150 + }, + "labels": [] + }, + { + "text": ".LC438:", + "source": null, + "labels": [] + }, + { + "text": " .string \"}\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20dot_content_reporter17test_suite_finishERKNS0_10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC438", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 153 + }, + "labels": [ + { + "name": ".LC438", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 154 + }, + "labels": [] + }, + { + "text": " je .L3730", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 154 + }, + "labels": [ + { + "name": ".L3730", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC438", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 155 + }, + "labels": [ + { + "name": ".LC438", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": ".L3730:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test9ut_detail16labels_collector6labelsB5cxx11Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail16labels_collector5visitERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPKS5_St6vectorIS5_S8_EEEEEvT_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 171 + }, + "labels": [ + { + "name": "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPKS5_St6vectorIS5_S8_EEEEEvT_SI_", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": ".LC439:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Boost.Test shutdown exception caught\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail25framework_shutdown_helperD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework8shutdownEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 182 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework8shutdownEv", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " jmp .L3739", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 187 + }, + "labels": [ + { + "name": ".L3739", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC439", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 185 + }, + "labels": [ + { + "name": ".LC439", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": ".L3739:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail16labels_collectorC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9ut_detail16labels_collectorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9ut_detail16labels_collectorE", + "range": { + "startCol": 34, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": ".LC440:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Press any key to continue...\"", + "source": null, + "labels": [] + }, + { + "text": ".LC441:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Continuing...\"", + "source": null, + "labels": [] + }, + { + "text": ".LC442:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Available labels:\\n \"", + "source": null, + "labels": [] + }, + { + "text": ".LC443:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n \"", + "source": null, + "labels": [] + }, + { + "text": ".LC444:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Boost.Test framework internal error: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC445:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Test setup error: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC446:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Boost.Test framework internal error: unknown reason\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14unit_test_mainEPFPNS0_10test_suiteEiPPcEiS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " sub rsp, 304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-296], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-300], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-300]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4initEPFPNS0_10test_suiteEiPPcEiS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 208 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4initEPFPNS0_10test_suiteEiPPcEiS5_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " je .L3742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".L3742", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 211 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC440", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 211 + }, + "labels": [ + { + "name": ".LC440", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call getchar", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC441", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".LC441", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": ".L3742:", + "source": null, + "labels": [] + }, + { + "text": " mov edi, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework20finalize_setup_phaseEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 219 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework20finalize_setup_phaseEm", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINS0_13output_formatEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINS0_13output_formatEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-24], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " je .L3743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".L3743", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-24], 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " jne .L3744", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 223 + }, + "labels": [ + { + "name": ".L3744", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20dot_content_reporterC1ERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 226 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20dot_content_reporterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jmp .L3745", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [ + { + "name": ".L3745", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3744:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20hrf_content_reporterC1ERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20hrf_content_reporterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": ".L3745:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 234 + }, + "labels": [] + }, + { + "text": " jmp .L3746", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 234 + }, + "labels": [ + { + "name": ".L3746", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3743:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " je .L3747", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 237 + }, + "labels": [ + { + "name": ".L3747", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail16labels_collectorC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 240 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 242 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC442", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 242 + }, + "labels": [ + { + "name": ".LC442", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC443", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [ + { + "name": ".LC443", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC1ERSoPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail16labels_collector6labelsB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 243 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail16labels_collector6labelsB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9ut_detail16labels_collector6labelsB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 243 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9ut_detail16labels_collector6labelsB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZSt4copyISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET0_T_SB_SA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 244 + }, + "labels": [ + { + "name": "_ZSt4copyISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 245 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 245 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail16labels_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " jmp .L3746", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [ + { + "name": ".L3746", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3747:", + "source": null, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov edi, 4294967295", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3runEmb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 250 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3runEmb", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " je .L3748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 253 + }, + "labels": [ + { + "name": ".L3748", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17master_test_suiteEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17master_test_suiteEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results11result_codeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results11result_codeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " jmp .L3749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 254 + }, + "labels": [ + { + "name": ".L3749", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3748:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": ".L3749:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": ".L3760:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L3746:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail25framework_shutdown_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L3775", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 281 + }, + "labels": [ + { + "name": ".L3775", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20dot_content_reporterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jmp .L3752", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 224 + }, + "labels": [ + { + "name": ".L3752", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20hrf_content_reporterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " jmp .L3752", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L3752", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail16labels_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [] + }, + { + "text": " jmp .L3752", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 238 + }, + "labels": [ + { + "name": ".L3752", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3752:", + "source": null, + "labels": [] + }, + { + "text": " cmp rdx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " je .L3755", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L3755", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " jg .L3756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L3756", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " je .L3757", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L3757", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " jg .L3756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L3756", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " je .L3758", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L3758", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " je .L3759", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L3759", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L3756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L3756", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3758:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " jmp .L3760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L3760", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3759:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC444", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".LC444", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " jmp .L3760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 259 + }, + "labels": [ + { + "name": ".L3760", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3757:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC445", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [ + { + "name": ".LC445", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L3760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".L3760", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3755:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC445", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [ + { + "name": ".LC445", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " jmp .L3760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 269 + }, + "labels": [ + { + "name": ".L3760", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3756:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter10get_streamEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 275 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter10get_streamEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC446", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 275 + }, + "labels": [ + { + "name": ".LC446", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " jmp .L3760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 274 + }, + "labels": [ + { + "name": ".L3760", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " jmp .L3762", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 259 + }, + "labels": [ + { + "name": ".L3762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L3762", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 264 + }, + "labels": [ + { + "name": ".L3762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " jmp .L3762", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 269 + }, + "labels": [ + { + "name": ".L3762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " jmp .L3762", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 274 + }, + "labels": [ + { + "name": ".L3762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": ".L3762:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail25framework_shutdown_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": ".L3775:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "main:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_Z20init_unit_test_suiteiPPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 303 + }, + "labels": [ + { + "name": "_Z20init_unit_test_suiteiPPc", + "range": { + "startCol": 48, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14unit_test_mainEPFPNS0_10test_suiteEiPPcEiS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 306 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14unit_test_mainEPFPNS0_10test_suiteEiPPcEiS4_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 306 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 307 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19unit_test_monitor_tC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17execution_monitorC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [ + { + "name": "_ZN5boost17execution_monitorC2Ev", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19unit_test_monitor_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17execution_monitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [ + { + "name": "_ZN5boost17execution_monitorD2Ev", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19unit_test_monitor_t8instanceEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZN5boost9unit_test19unit_test_monitor_t8instanceEvE8the_inst[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " je .L3781", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [ + { + "name": ".L3781", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test19unit_test_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " je .L3781", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [ + { + "name": ".L3781", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9unit_test19unit_test_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_tC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test19unit_test_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test19unit_test_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test19unit_test_monitor_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": ".L3781:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost9unit_test19unit_test_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jmp .L3786", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [ + { + "name": ".L3786", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jne .L3784", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [ + { + "name": ".L3784", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZN5boost9unit_test19unit_test_monitor_t8instanceEvE8the_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": ".L3784:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": ".L3786:", + "source": null, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 33 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "range": { + "startCol": 34, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+1], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+16], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " movzx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17execution_monitor8vexecuteERKNS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 49 + }, + "labels": [ + { + "name": "_ZN5boost17execution_monitor8vexecuteERKNS_8functionIFvvEEE", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": ".L3788:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jmp .L3803", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 69 + }, + "labels": [ + { + "name": ".L3803", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " je .L3790", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [ + { + "name": ".L3790", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": ".L3790:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework16exception_caughtERKNS_19execution_exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 52 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework16exception_caughtERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test9framework17current_test_unitEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 53 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17current_test_unitEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework17test_unit_abortedERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 53 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework17test_unit_abortedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4codeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4codeEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " je .L3791", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [ + { + "name": ".L3791", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " js .L3792", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 225", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " jg .L3792", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp eax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " jl .L3792", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " sub eax, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " cmp eax, 25", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " ja .L3792", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L3794[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": ".L3794:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L3798", + "source": null, + "labels": [ + { + "name": ".L3798", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3797", + "source": null, + "labels": [ + { + "name": ".L3797", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3796", + "source": null, + "labels": [ + { + "name": ".L3796", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3795", + "source": null, + "labels": [ + { + "name": ".L3795", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3793", + "source": null, + "labels": [ + { + "name": ".L3793", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3792", + "source": null, + "labels": [ + { + "name": ".L3792", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L3793", + "source": null, + "labels": [ + { + "name": ".L3793", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3791:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L3799", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 57 + }, + "labels": [ + { + "name": ".L3799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3798:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L3799", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 58 + }, + "labels": [ + { + "name": ".L3799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3797:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " jmp .L3799", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 59 + }, + "labels": [ + { + "name": ".L3799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3796:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, -3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " jmp .L3799", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 60 + }, + "labels": [ + { + "name": ".L3799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3795:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, -4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L3799", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L3799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3793:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, -5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " jmp .L3799", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 63 + }, + "labels": [ + { + "name": ".L3799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3792:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": ".L3799:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " jmp .L3788", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [ + { + "name": ".L3788", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": ".L3803:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_monitor.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE9interpretENS_9unit_test13basic_cstringIKcEESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " jmp .L3808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 72 + }, + "labels": [ + { + "name": ".L3808", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L3808:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero:", + "source": null, + "labels": [] + }, + { + "text": " .zero 16", + "source": null, + "labels": [] + }, + { + "text": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": ".LC447:", + "source": null, + "labels": [] + }, + { + "text": " .string \"YES\"", + "source": null, + "labels": [] + }, + { + "text": ".LC448:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Y\"", + "source": null, + "labels": [] + }, + { + "text": ".LC449:", + "source": null, + "labels": [] + }, + { + "text": " .string \"NO\"", + "source": null, + "labels": [] + }, + { + "text": ".LC450:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N\"", + "source": null, + "labels": [] + }, + { + "text": ".LC451:", + "source": null, + "labels": [] + }, + { + "text": " .string \"TRUE\"", + "source": null, + "labels": [] + }, + { + "text": ".LC452:", + "source": null, + "labels": [] + }, + { + "text": " .string \"FALSE\"", + "source": null, + "labels": [] + }, + { + "text": ".LC453:", + "source": null, + "labels": [] + }, + { + "text": " .string \"1\"", + "source": null, + "labels": [] + }, + { + "text": ".LC454:", + "source": null, + "labels": [] + }, + { + "text": " .string \"0\"", + "source": null, + "labels": [] + }, + { + "text": ".LC455:", + "source": null, + "labels": [] + }, + { + "text": " .string \" can't be interpreted as bool value.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " sub rsp, 512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-504], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-512], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-520], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " je .L3810", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [ + { + "name": ".L3810", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "range": { + "startCol": 34, + "endCol": 135 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " je .L3810", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [ + { + "name": ".L3810", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC447", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [ + { + "name": ".LC447", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "range": { + "startCol": 34, + "endCol": 135 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": ".L3810:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " je .L3811", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L3811", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " je .L3811", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L3811", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC448", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC448", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "range": { + "startCol": 34, + "endCol": 131 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L3811:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " je .L3812", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [ + { + "name": ".L3812", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "range": { + "startCol": 34, + "endCol": 134 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " je .L3812", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [ + { + "name": ".L3812", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC449", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [ + { + "name": ".LC449", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "range": { + "startCol": 34, + "endCol": 132 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "range": { + "startCol": 34, + "endCol": 134 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": ".L3812:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " je .L3813", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [ + { + "name": ".L3813", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " je .L3813", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [ + { + "name": ".L3813", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC450", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [ + { + "name": ".LC450", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "range": { + "startCol": 34, + "endCol": 131 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": ".L3813:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " je .L3814", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L3814", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "range": { + "startCol": 34, + "endCol": 136 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " je .L3814", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L3814", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC451", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".LC451", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "range": { + "startCol": 34, + "endCol": 134 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "range": { + "startCol": 34, + "endCol": 136 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": ".L3814:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " je .L3815", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".L3815", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "range": { + "startCol": 34, + "endCol": 137 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " je .L3815", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".L3815", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC452", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".LC452", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "range": { + "startCol": 34, + "endCol": 135 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "range": { + "startCol": 34, + "endCol": 137 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": ".L3815:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " je .L3816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L3816", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "range": { + "startCol": 34, + "endCol": 135 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " je .L3816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L3816", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC453", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".LC453", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "range": { + "startCol": 34, + "endCol": 135 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L3816:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L3817", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".L3817", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "range": { + "startCol": 34, + "endCol": 136 + } + } + ] + }, + { + "text": " call __cxa_guard_acquire", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L3817", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".L3817", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC454", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC454", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "range": { + "startCol": 34, + "endCol": 134 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "range": { + "startCol": 34, + "endCol": 136 + } + } + ] + }, + { + "text": " call __cxa_guard_release", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": ".L3817:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 107 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 109 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " jne .L3818", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [ + { + "name": ".L3818", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " jne .L3818", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 109 + }, + "labels": [ + { + "name": ".L3818", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "range": { + "startCol": 34, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [] + }, + { + "text": " jne .L3818", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 110 + }, + "labels": [ + { + "name": ".L3818", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jne .L3818", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L3818", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "range": { + "startCol": 34, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L3819", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [ + { + "name": ".L3819", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3818:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " jmp .L3820", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [ + { + "name": ".L3820", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3819:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": ".L3820:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " je .L3821", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 109 + }, + "labels": [ + { + "name": ".L3821", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " jmp .L3857", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 114 + }, + "labels": [ + { + "name": ".L3857", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3821:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "range": { + "startCol": 34, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jne .L3823", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".L3823", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "range": { + "startCol": 34, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " jne .L3823", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [ + { + "name": ".L3823", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "range": { + "startCol": 34, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " jne .L3823", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 117 + }, + "labels": [ + { + "name": ".L3823", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "range": { + "startCol": 34, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " je .L3824", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".L3824", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3823:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L3825", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".L3825", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3824:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L3825:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " je .L3826", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 116 + }, + "labels": [ + { + "name": ".L3826", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " jmp .L3857", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 120 + }, + "labels": [ + { + "name": ".L3857", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3826:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC455", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [ + { + "name": ".LC455", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " jne .L3828", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [ + { + "name": ".L3828", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES", + "range": { + "startCol": 34, + "endCol": 135 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": ".L3828:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L3830", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L3830", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L3830:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " jne .L3832", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [ + { + "name": ".L3832", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO", + "range": { + "startCol": 34, + "endCol": 134 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": ".L3832:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " jne .L3834", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [ + { + "name": ".L3834", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": ".L3834:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " jne .L3836", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L3836", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE", + "range": { + "startCol": 34, + "endCol": 136 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": ".L3836:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " jne .L3838", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".L3838", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE", + "range": { + "startCol": 34, + "endCol": 137 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": ".L3838:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " jne .L3840", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L3840", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one", + "range": { + "startCol": 34, + "endCol": 135 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L3840:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " test r12b, r12b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " jne .L3842", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".L3842", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [ + { + "name": "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero", + "range": { + "startCol": 34, + "endCol": 136 + } + } + ] + }, + { + "text": " call __cxa_guard_abort", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": ".L3842:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " jmp .L3844", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [ + { + "name": ".L3844", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": ".L3844:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " jmp .L3845", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [ + { + "name": ".L3845", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": ".L3845:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": ".L3857:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": ".LC456:", + "source": null, + "labels": [] + }, + { + "text": " .string \" \\t\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " sub rsp, 152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": ".L3862:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " je .L3859", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 51 + }, + "labels": [ + { + "name": ".L3859", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC456", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 54 + }, + "labels": [ + { + "name": ".LC456", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE17find_first_not_ofEPKcm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-41], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-41], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " je .L3860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 59 + }, + "labels": [ + { + "name": ".L3860", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC456", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 60 + }, + "labels": [ + { + "name": ".LC456", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12find_last_ofEPKcm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 63 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L3862", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [ + { + "name": ".L3862", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3860:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov ecx, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jmp .L3862", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 51 + }, + "labels": [ + { + "name": ".L3862", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3859:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " jmp .L3868", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 72 + }, + "labels": [ + { + "name": ".L3868", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": ".L3868:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": ".LC457:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Parameter \"", + "source": null, + "labels": [] + }, + { + "text": ".LC458:", + "source": null, + "labels": [] + }, + { + "text": " .string \" has invalid characters in prefix.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC459:", + "source": null, + "labels": [] + }, + { + "text": " .string \" has invalid characters in name.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC460:", + "source": null, + "labels": [] + }, + { + "text": " .string \" has invalid characters in value separator.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameter_cla_idC2ENS_9unit_test13basic_cstringIKcEES5_S5_b:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " sub rsp, 880", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-856], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-864], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-872], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-880], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov eax, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-884], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-835]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-835]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-835]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-834]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-834]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-834]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-833]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-833]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-833]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-884]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+96], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime16parameter_cla_id17valid_prefix_charEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameter_cla_id17valid_prefix_charEc", + "range": { + "startCol": 34, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " jne .L3870", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": ".L3870", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC458", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": ".LC458", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L3870:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime16parameter_cla_id15valid_name_charEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameter_cla_id15valid_name_charEc", + "range": { + "startCol": 34, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jne .L3871", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L3871", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC459", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".LC459", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L3871:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime16parameter_cla_id20valid_separator_charEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameter_cla_id20valid_separator_charEc", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " jne .L3907", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".L3907", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC460", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".LC460", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-835]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-834]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " jmp .L3875", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [ + { + "name": ".L3875", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-833]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " jmp .L3877", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [ + { + "name": ".L3877", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " jmp .L3879", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": ".L3879", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": ".L3879:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " jmp .L3880", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": ".L3880", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": ".L3880:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " jmp .L3881", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": ".L3881", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": ".L3881:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " jmp .L3882", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 88 + }, + "labels": [ + { + "name": ".L3882", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L3884", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L3884", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": ".L3884:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L3885", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L3885", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": ".L3885:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L3886", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L3886", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": ".L3886:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L3882", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L3882", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " jmp .L3888", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".L3888", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": ".L3888:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " jmp .L3889", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".L3889", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": ".L3889:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " jmp .L3890", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".L3890", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": ".L3890:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " jmp .L3882", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".L3882", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": ".L3882:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": ".L3877:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": ".L3875:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": ".L3907:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " add rsp, 880", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameter_cla_id17valid_prefix_charEc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov eax, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-4], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-4], 45", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " je .L3909", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".L3909", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-4], 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " jne .L3910", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".L3910", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3909:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " jmp .L3911", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".L3911", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3910:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": ".L3911:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameter_cla_id20valid_separator_charEc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov eax, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-4], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-4], 61", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " je .L3914", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [ + { + "name": ".L3914", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-4], 58", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " je .L3914", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [ + { + "name": ".L3914", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-4], 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " je .L3914", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [ + { + "name": ".L3914", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-4], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " jne .L3915", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [ + { + "name": ".L3915", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3914:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " jmp .L3916", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [ + { + "name": ".L3916", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3915:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": ".L3916:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameter_cla_id15valid_name_charEc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov eax, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-4], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call isalnum", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jne .L3919", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L3919", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-4], 43", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " je .L3919", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L3919", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-4], 95", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " je .L3919", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L3919", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-4], 63", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jne .L3920", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L3920", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3919:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L3921", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L3921", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3920:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": ".L3921:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEED2Ev", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1066 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov esi, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime11basic_param7cla_idsEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov r9d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param15add_cla_id_implENS_9unit_test13basic_cstringIKcEES5_S5_bb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param15add_cla_id_implENS_9unit_test13basic_cstringIKcEES5_S5_bb", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": ".LC461:", + "source": null, + "labels": [] + }, + { + "text": " .string \" \"", + "source": null, + "labels": [] + }, + { + "text": ".LC462:", + "source": null, + "labels": [] + }, + { + "text": " .string \" \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " sub rsp, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-232], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-252], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 186 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC461", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 186 + }, + "labels": [ + { + "name": ".LC461", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 186 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 186 + }, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-252]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov r8d, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " je .L3930", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 195 + }, + "labels": [ + { + "name": ".L3930", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-133]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-133]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC462", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [ + { + "name": ".LC462", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-133]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L3930:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-132]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-200], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jne .L3956", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3956", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-131]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jne .L3956", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3956", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": ".L3947:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " je .L3933", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3933", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-130]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEbRKNS1_15static_any_baseESA_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEbRKNS1_15static_any_baseESA_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " je .L3933", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3933", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jmp .L3934", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3934", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3933:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": ".L3934:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " je .L3956", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3956", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jne .L3935", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3935", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": ".L3944:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jne .L3935", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3935", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_E10std_stringERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_E10std_stringERKS5_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " jne .L3957", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 200 + }, + "labels": [ + { + "name": ".L3957", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC462", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [ + { + "name": ".LC462", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " je .L3938", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 205 + }, + "labels": [ + { + "name": ".L3938", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " movzx r12d, BYTE PTR [rbp-252]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov r8d, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " jmp .L3939", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 206 + }, + "labels": [ + { + "name": ".L3939", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3938:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " movzx r12d, BYTE PTR [rbp-252]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov r8d, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": ".L3939:", + "source": null, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-252]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov r8d, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " add rax, 170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 213 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " je .L3940", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 213 + }, + "labels": [ + { + "name": ".L3940", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov esi, 91", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": ".L3940:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " je .L3941", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 219 + }, + "labels": [ + { + "name": ".L3941", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " jmp .L3942", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 220 + }, + "labels": [ + { + "name": ".L3942", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3941:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": ".L3942:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " je .L3943", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 227 + }, + "labels": [ + { + "name": ".L3943", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov esi, 93", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": ".L3943:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " jmp .L3937", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [ + { + "name": ".L3937", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3957:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": ".L3937:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " jmp .L3944", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3944", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3935:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " je .L3945", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3945", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L3947", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3947", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3945:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " jmp .L3947", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 199 + }, + "labels": [ + { + "name": ".L3947", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " jmp .L3950", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 196 + }, + "labels": [ + { + "name": ".L3950", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L3950:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-133]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": ".L3956:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " add rsp, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-108], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " movzx ebx, BYTE PTR [rbp-108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov ecx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " je .L3964", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L3964", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC461", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [ + { + "name": ".LC461", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [ + { + "name": "_ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " jmp .L3964", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 242 + }, + "labels": [ + { + "name": ".L3964", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " jmp .L3961", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 240 + }, + "labels": [ + { + "name": ".L3961", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L3961:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L3964:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 242 + }, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 242 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 242 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 242 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 242 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 242 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameter_cla_idD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".LC463:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Parameter can't have an empty name.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC464:", + "source": null, + "labels": [] + }, + { + "text": " .string \" can't have an empty prefix.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC465:", + "source": null, + "labels": [] + }, + { + "text": " .string \" can't have an empty value separator.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC466:", + "source": null, + "labels": [] + }, + { + "text": " .string \" with optional value attribute can't use space as value separator.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_param15add_cla_id_implENS_9unit_test13basic_cstringIKcEES5_S5_bb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " sub rsp, 1184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1160], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1168], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1176], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1184], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov eax, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov edx, r9d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1188], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1192], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " jne .L3967", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [ + { + "name": ".L3967", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC463", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [ + { + "name": ".LC463", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-1152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L3967:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " jne .L3968", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": ".L3968", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC464", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": ".LC464", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L3968:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jne .L3969", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".L3969", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC465", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".LC465", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L3969:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 263 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-1192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jne .L3970", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L3970", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jne .L3970", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L3970", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " add rax, 170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " je .L3971", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L3971", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3970:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L3972", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L3972", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L3971:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L3972:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jne .L3973", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L3973", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC466", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".LC466", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L3973:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " movzx r12d, BYTE PTR [rbp-1188]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov r8d, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idC1ENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE9push_backEOS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE9push_backEOS2_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " jmp .L4004", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 269 + }, + "labels": [ + { + "name": ".L4004", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " jmp .L3975", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [ + { + "name": ".L3975", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": ".L3975:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " jmp .L3977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": ".L3977", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": ".L3977:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " jmp .L3978", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": ".L3978", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": ".L3978:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " jmp .L3979", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [ + { + "name": ".L3979", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": ".L3979:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jmp .L3981", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".L3981", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": ".L3981:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jmp .L3982", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".L3982", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": ".L3982:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jmp .L3983", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".L3983", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": ".L3983:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L3985", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L3985", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L3985:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L3986", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L3986", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L3986:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L3987", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L3987", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L3987:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": ".L4004:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 1184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 269 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 269 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 269 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 269 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 269 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov eax, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-36], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 275 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": ".LC467:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime11basic_param10value_helpERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " je .L4007", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L4007", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC467", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 280 + }, + "labels": [ + { + "name": ".LC467", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jmp .L4009", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 283 + }, + "labels": [ + { + "name": ".L4009", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4007:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 282 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 282 + }, + "labels": [] + }, + { + "text": ".L4009:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov eax, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-100], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " movzx r12d, BYTE PTR [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov r9d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov r8d, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param15add_cla_id_implENS_9unit_test13basic_cstringIKcEES5_S5_bb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 365 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param15add_cla_id_implENS_9unit_test13basic_cstringIKcEES5_S5_bb", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rdx, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rdx, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rdx, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rdx, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rdx+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+170], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rdx+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+171], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rdx, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rdx, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L4024", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L4024", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L4013", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L4013", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": ".L4013:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L4014", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L4014", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": ".L4014:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L4015", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L4015", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": ".L4015:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L4016", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L4016", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": ".L4016:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " jmp .L4017", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L4017", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": ".L4017:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": ".L4024:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime6optionC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime6optionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime6optionE", + "range": { + "startCol": 34, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " movzx ecx, WORD PTR [rdx+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov WORD PTR [rax+232], cx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rdx+234]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+234], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime6option5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov edi, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_6optionEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " jmp .L4031", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [ + { + "name": ".L4031", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov esi, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4031:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": ".LC468:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Can't set value to negative form of the argument.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime6option16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 248", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-232], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-244], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 376 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " je .L4033", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 376 + }, + "labels": [ + { + "name": ".L4033", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-244]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-209], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-209]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setIbEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 377 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setIbEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " jmp .L4032", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 384 + }, + "labels": [ + { + "name": ".L4032", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4033:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-244]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " jne .L4035", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [ + { + "name": ".L4035", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC468", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [ + { + "name": ".LC468", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L4035:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryIbLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 382 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryIbLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L4032", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 384 + }, + "labels": [ + { + "name": ".L4032", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " jmp .L4037", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [ + { + "name": ".L4037", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": ".L4037:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": ".L4032:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime6option15produce_defaultERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 386 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 386 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryIbLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 388 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryIbLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime6option13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov eax, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 395 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " je .L4042", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 395 + }, + "labels": [ + { + "name": ".L4042", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx esi, BYTE PTR [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov r8d, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov esi, 91", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, 93", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": ".L4042:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 399 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L4045", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 400 + }, + "labels": [ + { + "name": ".L4045", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": ".L4045:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": ".LC469:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime6option10value_helpERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 403 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 403 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 403 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 403 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 403 + }, + "labels": [] + }, + { + "text": " je .L4047", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 403 + }, + "labels": [ + { + "name": ".L4047", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC469", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 404 + }, + "labels": [ + { + "name": ".LC469", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " jmp .L4049", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 407 + }, + "labels": [ + { + "name": ".L4049", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4047:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": ".L4049:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 407 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16parameters_store10lg_compareclENS_9unit_test13basic_cstringIKcEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 478 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " call _ZSt23lexicographical_compareIPKcS1_EbT_S2_T0_S3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 480 + }, + "labels": [ + { + "name": "_ZSt23lexicographical_compareIPKcS1_EbT_S2_T0_S3_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 482 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 482 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 482 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 482 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 482 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 482 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": ".LC470:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is duplicate.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 489 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 489 + }, + "labels": [] + }, + { + "text": " sub rsp, 360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-360], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-368], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZSt9make_pairIN5boost9unit_test13basic_cstringIKcEERNS0_10shared_ptrINS0_7runtime11basic_paramEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSB_INSC_IT0_E4typeEE6__typeEEOSD_OSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZSt9make_pairIN5boost9unit_test13basic_cstringIKcEERNS0_10shared_ptrINS0_7runtime11basic_paramEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSB_INSC_IT0_E4typeEE6__typeEEOSD_OSI_", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE6insertISB_IS4_S8_EEENSt9enable_ifIXsrSt16is_constructibleISD_JT_EE5valueESB_ISt17_Rb_tree_iteratorISD_EbEE4typeEOSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE6insertISB_IS4_S8_EEENSt9enable_ifIXsrSt16is_constructibleISD_JT_EE5valueESB_ISt17_Rb_tree_iteratorISD_EbEE4typeEOSK_", + "range": { + "startCol": 17, + "endCol": 282 + } + } + ] + }, + { + "text": " mov ebx, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jne .L4054", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".L4054", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC470", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".LC470", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15duplicate_paramEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15duplicate_paramEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": ".L4054:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " jmp .L4067", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 495 + }, + "labels": [ + { + "name": ".L4067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jmp .L4056", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".L4056", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jmp .L4058", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".L4058", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": ".L4058:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jmp .L4059", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".L4059", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": ".L4059:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jmp .L4060", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".L4060", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": ".L4060:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jmp .L4056", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".L4056", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": ".L4056:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": ".L4067:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 495 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 495 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 495 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16parameters_store8is_emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE5emptyEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 498 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16parameters_store3allEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 500 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 500 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 500 + }, + "labels": [] + }, + { + "text": ".LC471:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Missing argument for required parameter \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18finalize_argumentsERKNS0_16parameters_storeERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 32 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 32 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 32 + }, + "labels": [] + }, + { + "text": " sub rsp, 456", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 32 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-456], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 32 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-464], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 32 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-404]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 247 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-416], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jne .L4097", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4097", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-403]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-424], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jne .L4097", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4097", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": ".L4086:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " je .L4075", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4075", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-402]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 234 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " je .L4075", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4075", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jmp .L4076", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4076", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4075:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": ".L4076:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " je .L4097", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4097", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jne .L4077", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4077", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-401]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 253 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": ".L4083:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jne .L4077", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4077", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L4078", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L4078", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " add rax, 171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " je .L4079", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 37 + }, + "labels": [ + { + "name": ".L4079", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": ".L4079:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " je .L4078", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 40 + }, + "labels": [ + { + "name": ".L4078", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " jne .L4078", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".L4078", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC471", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".LC471", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15missing_req_argEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15missing_req_argEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": ".L4078:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " je .L4080", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [ + { + "name": ".L4080", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEEntEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " je .L4080", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [ + { + "name": ".L4080", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " jmp .L4081", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [ + { + "name": ".L4081", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4080:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": ".L4081:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " je .L4082", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 46 + }, + "labels": [ + { + "name": ".L4082", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rbx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEEclES4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 47 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEEclES4_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": ".L4082:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jmp .L4083", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4083", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4077:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " je .L4084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 231 + } + } + ] + }, + { + "text": " jmp .L4086", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4086", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4084:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " jmp .L4086", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L4086", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " jmp .L4088", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".L4088", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": ".L4088:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " jmp .L4089", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".L4089", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": ".L4089:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " jmp .L4090", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".L4090", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": ".L4090:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " jmp .L4091", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".L4091", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": ".L4091:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": ".L4097:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/finalize.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla14argv_traverserC2EiPPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " movsx rdx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser10save_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 45 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser10save_tokenEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla14argv_traverser9remainderEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime3cla14argv_traverser3eoiEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime3cla14argv_traverser3eoiEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 63 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime3cla14argv_traverser3eoiEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " je .L4104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 63 + }, + "labels": [ + { + "name": ".L4104", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " jmp .L4105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 64 + }, + "labels": [ + { + "name": ".L4105", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4104:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": ".L4105:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla14argv_traverser10save_tokenEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime3cla14argv_traverser3eoiEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 74 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime3cla14argv_traverser3eoiEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " je .L4108", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 74 + }, + "labels": [ + { + "name": ".L4108", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call strlen", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": ".L4108:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla14argv_traverser10next_tokenEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime3cla14argv_traverser3eoiEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime3cla14argv_traverser3eoiEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " je .L4113", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L4113", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": ".L4112:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " jnb .L4111", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [ + { + "name": ".L4111", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rcx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " jmp .L4112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 82 + }, + "labels": [ + { + "name": ".L4112", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4111:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call strlen", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L4113:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/argv_traverser.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE13_Rb_tree_implISD_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE13_Rb_tree_implISD_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost17reference_wrapperIKNS_7runtime16parameter_cla_idEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost17reference_wrapperIKNS_7runtime16parameter_cla_idEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trieC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trie12make_subtrieEc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " sub rsp, 144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-148], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-148]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE4findERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [ + { + "name": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE4findERSA_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1ERKSt17_Rb_tree_iteratorIS9_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [ + { + "name": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1ERKSt17_Rb_tree_iteratorIS9_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " je .L4125", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 60 + }, + "labels": [ + { + "name": ".L4125", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov edi, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla13rt_cla_detail14parameter_trieC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1IS4_EEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-148]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZSt9make_pairIRcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS9_INSA_IT0_E4typeEE6__typeEEOSB_OSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [ + { + "name": "_ZSt9make_pairIRcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS9_INSA_IT0_E4typeEE6__typeEEOSB_OSG_", + "range": { + "startCol": 17, + "endCol": 210 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE6insertIS9_IcS6_EEENSt9enable_ifIXsrSt16is_constructibleISB_JT_EE5valueES9_ISt17_Rb_tree_iteratorISB_EbEE4typeEOSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [ + { + "name": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE6insertIS9_IcS6_EEENSt9enable_ifIXsrSt16is_constructibleISB_JT_EE5valueES9_ISt17_Rb_tree_iteratorISB_EbEE4typeEOSI_", + "range": { + "startCol": 17, + "endCol": 242 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1ERKSt17_Rb_tree_iteratorIS9_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L4125:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " jmp .L4131", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 63 + }, + "labels": [ + { + "name": ".L4131", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " jmp .L4128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [ + { + "name": ".L4128", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L4128:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L4131:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " add rsp, 144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": ".LC472:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Parameter cla id \"", + "source": null, + "labels": [] + }, + { + "text": ".LC473:", + "source": null, + "labels": [] + }, + { + "text": " .string \" conflicts with the \"", + "source": null, + "labels": [] + }, + { + "text": ".LC474:", + "source": null, + "labels": [] + }, + { + "text": " .string \"parameter cla id \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trie16add_candidate_idERKNS0_16parameter_cla_idENS_10shared_ptrINS0_11basic_paramEEEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-472], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-480], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-492], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " je .L4134", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4134", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-492]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jne .L4135", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4135", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " je .L4134", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4134", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4135:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jmp .L4136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4136", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4134:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L4136:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jne .L4137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC472", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".LC472", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".LC473", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC474", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".LC474", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17conflicting_paramEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17conflicting_paramEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L4137:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-492]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+88], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofIKNS_7runtime16parameter_cla_idEEEPT_RS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9addressofIKNS_7runtime16parameter_cla_idEEEPT_RS4_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE9push_backERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 85 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE9push_backERKS5_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " je .L4140", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 87 + }, + "labels": [ + { + "name": ".L4140", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " jmp .L4133", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 91 + }, + "labels": [ + { + "name": ".L4133", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4140:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEE5resetEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 90 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEE5resetEv", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " jmp .L4133", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 91 + }, + "labels": [ + { + "name": ".L4133", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jmp .L4143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4143", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L4143:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jmp .L4144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4144", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L4144:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jmp .L4145", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4145", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L4145:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jmp .L4146", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4146", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L4146:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jmp .L4147", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L4147", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L4147:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L4133:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime3cla13rt_cla_detail14parameter_trie11get_subtrieEc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-36], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE4findERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZNKSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE4findERSA_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNKSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " je .L4155", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [ + { + "name": ".L4155", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " jmp .L4154", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [ + { + "name": ".L4154", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4155:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": ".L4154:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".LC475:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Boost.Test WARNING: token \\\"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC476:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" does not correspond to the Boost.Test argument \\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC477:", + "source": null, + "labels": [] + }, + { + "text": " .string \" and should be placed after all Boost.Test arguments and the -- separator.\\n\"", + "source": null, + "labels": [ + { + "name": "should", + "range": { + "startCol": 42, + "endCol": 48 + } + } + ] + }, + { + "text": ".LC478:", + "source": null, + "labels": [] + }, + { + "text": " .string \" For example: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC479:", + "source": null, + "labels": [] + }, + { + "text": " .string \" --random -- \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla13rt_cla_detailL20report_foreing_tokenENS_9unit_test13basic_cstringIKcEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC475", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": ".LC475", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC476", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": ".LC476", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC477", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": ".LC477", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC478", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": ".LC478", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC479", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": ".LC479", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameter_cla_idC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+96], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".LC480:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Parameter tag \"", + "source": null, + "labels": [] + }, + { + "text": ".LC481:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is not negatable.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC482:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Invalid separator for the parameter \"", + "source": null, + "labels": [] + }, + { + "text": ".LC483:", + "source": null, + "labels": [] + }, + { + "text": " .string \" in the argument \"", + "source": null, + "labels": [] + }, + { + "text": ".LC484:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Missing an argument value for the parameter \"", + "source": null, + "labels": [] + }, + { + "text": ".LC485:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Duplicate argument value for the parameter \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parser5parseEiPPcRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " sub rsp, 1944", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1944], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-1948], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1960], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1968], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 159 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " lea rax, [rbp-1584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC49", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 160 + }, + "labels": [ + { + "name": ".LC49", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 160 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils12find_last_ofIPKcS4_EET_S5_S5_T0_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils12find_last_ofIPKcS4_EET_S5_S5_T0_S6_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " je .L4162", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 164 + }, + "labels": [ + { + "name": ".L4162", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEPS2_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": ".L4162:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-1948]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverserC1EiPPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": ".L4190:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime3cla14argv_traverser3eoiEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 171 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime3cla14argv_traverser3eoiEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " je .L4163", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 171 + }, + "labels": [ + { + "name": ".L4163", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rax, [rbp-1648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1681], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea r8, [rbp-1681]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-1680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-1568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov r9, r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser21validate_token_formatENS_9unit_test13basic_cstringIKcEERS6_S7_S7_Rb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser21validate_token_formatENS_9unit_test13basic_cstringIKcEERS6_S7_S7_Rb", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " je .L4164", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 181 + }, + "labels": [ + { + "name": ".L4164", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser10next_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser10next_tokenEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " jmp .L4163", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 183 + }, + "labels": [ + { + "name": ".L4163", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4164:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEntEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " je .L4165", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 190 + }, + "labels": [ + { + "name": ".L4165", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1552]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1552]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla13rt_cla_detailL20report_foreing_tokenENS_9unit_test13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 192 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla13rt_cla_detailL20report_foreing_tokenENS_9unit_test13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser10save_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 193 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser10save_tokenEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 194 + }, + "labels": [] + }, + { + "text": " jmp .L4166", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 194 + }, + "labels": [ + { + "name": ".L4166", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4165:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 197 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 197 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-1520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser16locate_parameterENS_10shared_ptrINS1_13rt_cla_detail14parameter_trieEEENS_9unit_test13basic_cstringIKcEESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser16locate_parameterENS_10shared_ptrINS1_13rt_cla_detail14parameter_trieEEENS_9unit_test13basic_cstringIKcEESA_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-1488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-1681]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " je .L4167", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 204 + }, + "labels": [ + { + "name": ".L4167", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jne .L4168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": ".L4168", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC480", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": ".LC480", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " lea rax, [rbp-1472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC481", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": ".LC481", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-1472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L4168:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 209 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": ".L4167:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " jne .L4169", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [ + { + "name": ".L4169", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " add rax, 170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " je .L4170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [ + { + "name": ".L4170", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4169:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " jmp .L4171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [ + { + "name": ".L4171", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4170:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": ".L4171:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " je .L4172", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 219 + }, + "labels": [ + { + "name": ".L4172", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_E10std_stringERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_E10std_stringERKS5_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jne .L4173", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L4173", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC482", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".LC482", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC483", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".LC483", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rax, [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L4173:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 230 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 230 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 234 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " je .L4174", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 234 + }, + "labels": [ + { + "name": ".L4174", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser10next_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 235 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser10next_tokenEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rdx, [rbp-848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 236 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L4174:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " jne .L4175", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": ".L4175", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC484", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": ".LC484", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC483", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": ".LC483", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L4172:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " je .L4176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [ + { + "name": ".L4176", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " je .L4176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [ + { + "name": ".L4176", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " jmp .L4177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [ + { + "name": ".L4177", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4176:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": ".L4177:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " je .L4175", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 245 + }, + "labels": [ + { + "name": ".L4175", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 247 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 248 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " je .L4175", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 248 + }, + "labels": [ + { + "name": ".L4175", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser10next_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 249 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser10next_tokenEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 251 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " add rax, 170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 251 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 251 + }, + "labels": [] + }, + { + "text": " je .L4178", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 251 + }, + "labels": [ + { + "name": ".L4178", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rdx, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " jmp .L4175", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 256 + }, + "labels": [ + { + "name": ".L4175", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4178:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 263 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rax, [rbp-1776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea r8, [rbp-1809]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-1808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov r9, r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser21validate_token_formatENS_9unit_test13basic_cstringIKcEERS6_S7_S7_Rb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser21validate_token_formatENS_9unit_test13basic_cstringIKcEERS6_S7_S7_Rb", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " je .L4179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [ + { + "name": ".L4179", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " je .L4179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [ + { + "name": ".L4179", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " jmp .L4180", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [ + { + "name": ".L4180", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4179:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": ".L4180:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " je .L4181", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 267 + }, + "labels": [ + { + "name": ".L4181", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " jmp .L4175", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 270 + }, + "labels": [ + { + "name": ".L4175", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4181:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 274 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 274 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 274 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L4175:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1968]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jne .L4183", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4183", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " je .L4184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4184", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4183:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L4185", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4185", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4184:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".L4185:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jne .L4186", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4186", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC485", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".LC485", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC483", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".LC483", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime13duplicate_argEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime13duplicate_argEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": ".L4186:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov r13, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-1681]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " movzx r12d, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1968]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov edx, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 290 + }, + "labels": [] + }, + { + "text": " je .L4187", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 290 + }, + "labels": [ + { + "name": ".L4187", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser10next_tokenEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 291 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser10next_tokenEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": ".L4187:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": ".L4166:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " jmp .L4190", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 171 + }, + "labels": [ + { + "name": ".L4190", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4163:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla14argv_traverser9remainderEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla14argv_traverser9remainderEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " jmp .L4236", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [ + { + "name": ".L4236", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " jmp .L4193", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 296 + }, + "labels": [ + { + "name": ".L4193", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jmp .L4195", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": ".L4195", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": ".L4195:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jmp .L4196", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": ".L4196", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": ".L4196:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jmp .L4197", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": ".L4197", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": ".L4197:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " jmp .L4198", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 205 + }, + "labels": [ + { + "name": ".L4198", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jmp .L4200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L4200", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": ".L4200:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jmp .L4201", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L4201", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": ".L4201:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jmp .L4202", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L4202", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": ".L4202:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jmp .L4203", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L4203", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": ".L4203:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jmp .L4198", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L4198", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " jmp .L4205", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": ".L4205", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": ".L4205:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " jmp .L4206", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": ".L4206", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": ".L4206:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " jmp .L4207", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": ".L4207", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": ".L4207:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " jmp .L4208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": ".L4208", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": ".L4208:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " jmp .L4198", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 239 + }, + "labels": [ + { + "name": ".L4198", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L4210", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4210", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".L4210:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L4211", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4211", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".L4211:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L4212", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4212", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".L4212:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L4213", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4213", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".L4213:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L4198", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 281 + }, + "labels": [ + { + "name": ".L4198", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": ".L4198:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 202 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [] + }, + { + "text": " jmp .L4193", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 200 + }, + "labels": [ + { + "name": ".L4193", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": ".L4193:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": ".L4236:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 1944", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": ".LC486:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Boost.Test module \"", + "source": null, + "labels": [] + }, + { + "text": ".LC487:", + "source": null, + "labels": [] + }, + { + "text": " .string \"chrono_test\"", + "source": null, + "labels": [] + }, + { + "text": ".LC488:", + "source": null, + "labels": [] + }, + { + "text": " .string \"' \"", + "source": null, + "labels": [] + }, + { + "text": ".LC489:", + "source": null, + "labels": [] + }, + { + "text": " .string \"in executable '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC490:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Compiled from Boost version \"", + "source": null, + "labels": [] + }, + { + "text": ".LC491:", + "source": null, + "labels": [] + }, + { + "text": " .string \" with \"", + "source": null, + "labels": [] + }, + { + "text": ".LC492:", + "source": null, + "labels": [] + }, + { + "text": " .string \"header-only inclusion of\"", + "source": null, + "labels": [] + }, + { + "text": ".LC493:", + "source": null, + "labels": [] + }, + { + "text": " .string \" Boost.Test\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC494:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- Compiler: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC495:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- Platform: \"", + "source": null, + "labels": [] + }, + { + "text": ".LC496:", + "source": null, + "labels": [] + }, + { + "text": " .string \"- STL : \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parser7versionERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC486", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 303 + }, + "labels": [ + { + "name": ".LC486", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov esi, 39", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov edx, 11", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC487", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [ + { + "name": ".LC487", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [ + { + "name": ".LC488", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC489", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [ + { + "name": ".LC489", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [ + { + "name": ".LC62", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC490", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".LC490", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 312 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 312 + }, + "labels": [] + }, + { + "text": " mov esi, 74", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC491", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC491", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC492", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 317 + }, + "labels": [ + { + "name": ".LC492", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC493", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 323 + }, + "labels": [ + { + "name": ".LC493", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC494", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [ + { + "name": ".LC494", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [ + { + "name": ".LC14", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC495", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [ + { + "name": ".LC495", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [ + { + "name": ".LC12", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC496", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [ + { + "name": ".LC496", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [ + { + "name": ".LC16", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4endlIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEPFRSoS_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": ".LC497:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n The program '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC498:", + "source": null, + "labels": [] + }, + { + "text": " .string \"' is a Boost.Test module containing unit tests.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC499:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n\\n Usage\\n \"", + "source": null, + "labels": [] + }, + { + "text": ".LC500:", + "source": null, + "labels": [] + }, + { + "text": " .string \" [Boost.Test argument]... \"", + "source": null, + "labels": [] + }, + { + "text": ".LC501:", + "source": null, + "labels": [] + }, + { + "text": " .string \" [custom test module argument]...]\"", + "source": null, + "labels": [] + }, + { + "text": ".LC502:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n\\n Use\\n \"", + "source": null, + "labels": [] + }, + { + "text": ".LC503:", + "source": null, + "labels": [] + }, + { + "text": " .string \" --help\"", + "source": null, + "labels": [] + }, + { + "text": ".LC504:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n or \"", + "source": null, + "labels": [] + }, + { + "text": ".LC505:", + "source": null, + "labels": [] + }, + { + "text": " .string \" --help=\"", + "source": null, + "labels": [] + }, + { + "text": ".LC506:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n for detailed help on Boost.Test parameters.\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " sub rsp, 320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-320], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-328], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-332], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 338 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " je .L4239", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 338 + }, + "labels": [ + { + "name": ".L4239", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser16locate_parameterENS_10shared_ptrINS1_13rt_cla_detail14parameter_trieEEENS_9unit_test13basic_cstringIKcEESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser16locate_parameterENS_10shared_ptrINS1_13rt_cla_detail14parameter_trieEEENS_9unit_test13basic_cstringIKcEESA_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 340 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " jmp .L4240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [ + { + "name": ".L4240", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4239:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC497", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [ + { + "name": ".LC497", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC498", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [ + { + "name": ".LC498", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 343 + }, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-332]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov r8d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC499", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 347 + }, + "labels": [ + { + "name": ".LC499", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-332]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov r8d, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 352 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 352 + }, + "labels": [ + { + "name": ".LC500", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " je .L4240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 354 + }, + "labels": [ + { + "name": ".L4240", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " movzx esi, BYTE PTR [rbp-332]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov r8d, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov esi, 91", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC501", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [ + { + "name": ".LC501", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": ".L4240:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC502", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 360 + }, + "labels": [ + { + "name": ".LC502", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-332]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov r8d, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 364 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC503", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 364 + }, + "labels": [ + { + "name": ".LC503", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC504", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 366 + }, + "labels": [ + { + "name": ".LC504", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-332]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov r8d, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 369 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC505", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 369 + }, + "labels": [ + { + "name": ".LC505", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC506", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 371 + }, + "labels": [ + { + "name": ".LC506", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " jmp .L4255", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [ + { + "name": ".L4255", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": ".L4255:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": ".LC507:", + "source": null, + "labels": [] + }, + { + "text": " .string \" Command line flags:\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC508:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"The command line flags of Boost.Test are listed below. All p\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"arameters are optional. You can specify parameter value eith\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"er as a command line argument or as a value of its correspon\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"ding environmen\"", + "source": null, + "labels": [] + }, + { + "text": " .string \"t variable. If a flag is specified as a command line argument and an environment variable at the same time, the command line takes precedence. The command line argument support name guessing, and works with shorter names as long as those are not ambiguous.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC509:", + "source": null, + "labels": [] + }, + { + "text": " .string \" \"", + "source": null, + "labels": [] + }, + { + "text": ".LC510:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n\\n All the arguments after the '\"", + "source": null, + "labels": [] + }, + { + "text": ".LC511:", + "source": null, + "labels": [] + }, + { + "text": " .string \"' are ignored by Boost.Test.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC512:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n\\n Environment variables:\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC513:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Every argument listed below may also be set by a corresponding environmentvariable. For an argument '--argument_x=', the corresponding environment variable is 'BOOST_TEST_ARGUMENT_X=value\"", + "source": null, + "labels": [] + }, + { + "text": ".LC514:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n\\n The following parameters are supported:\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parser4helpERSoRKNS0_16parameters_storeENS_9unit_test13basic_cstringIKcEEb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " sub rsp, 616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-608], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-616], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-624], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov eax, r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-628], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 383 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " je .L4257", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 383 + }, + "labels": [ + { + "name": ".L4257", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser16locate_parameterENS_10shared_ptrINS1_13rt_cla_detail14parameter_trieEEENS_9unit_test13basic_cstringIKcEESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser16locate_parameterENS_10shared_ptrINS1_13rt_cla_detail14parameter_trieEEENS_9unit_test13basic_cstringIKcEESA_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov r13, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " movzx r12d, BYTE PTR [rbp-628]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov ecx, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " call r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " jmp .L4293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 444 + }, + "labels": [ + { + "name": ".L4293", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4257:", + "source": null, + "labels": [] + }, + { + "text": " movzx ebx, BYTE PTR [rbp-628]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov ecx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 389 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 391 + }, + "labels": [ + { + "name": ".LC143", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 391 + }, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-628]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov r8d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 394 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC507", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 394 + }, + "labels": [ + { + "name": ".LC507", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 394 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 394 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-241]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-241]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC508", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".LC508", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-193]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC509", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".LC509", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [ + { + "name": "_ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-241]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 408 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 408 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 408 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 408 + }, + "labels": [] + }, + { + "text": " je .L4259", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 408 + }, + "labels": [ + { + "name": ".L4259", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC510", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 409 + }, + "labels": [ + { + "name": ".LC510", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-628]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov r8d, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC511", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 414 + }, + "labels": [ + { + "name": ".LC511", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 414 + }, + "labels": [] + }, + { + "text": ".L4259:", + "source": null, + "labels": [] + }, + { + "text": " movzx esi, BYTE PTR [rbp-628]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov r9d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov r8d, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorC1EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ignore_unused.hpp", + "line": 18 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 420 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 420 + }, + "labels": [ + { + "name": ".LC512", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 420 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 420 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-145]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-145]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC513", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [ + { + "name": ".LC513", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-101]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-101]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC509", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [ + { + "name": ".LC509", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-101]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-145]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC514", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 432 + }, + "labels": [ + { + "name": ".LC514", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 247 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-568], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " jne .L4293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4293", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-99]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-576], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " jne .L4293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4293", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": ".L4268:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " je .L4262", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4262", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-98]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 234 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " je .L4262", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4262", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " jmp .L4263", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4263", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4262:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": ".L4263:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " je .L4293", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4293", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " jne .L4264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4264", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-97]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 253 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": ".L4265:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " jne .L4264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4264", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 440 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 440 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov r13, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " movzx r12d, BYTE PTR [rbp-628]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov ecx, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " call r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-33], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " jmp .L4265", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4265", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4264:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-33], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " je .L4266", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4266", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 231 + } + } + ] + }, + { + "text": " jmp .L4268", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4268", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4266:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " jmp .L4268", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [ + { + "name": ".L4268", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 434 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " jmp .L4273", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L4273", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L4273:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-193]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " jmp .L4274", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L4274", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L4274:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-241]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14scope_setcolorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 419 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " jmp .L4278", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [ + { + "name": ".L4278", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L4278:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-101]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " jmp .L4279", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 428 + }, + "labels": [ + { + "name": ".L4279", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": ".L4279:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-145]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": ".L4293:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " add rsp, 616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parser10build_trieERKNS0_16parameters_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 247 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-192], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " jne .L4324", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4324", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-183]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-200], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " jne .L4324", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4324", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": ".L4315:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " je .L4297", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4297", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-182]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 234 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " je .L4297", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4297", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " jmp .L4298", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4298", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4297:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": ".L4298:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " je .L4324", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4324", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " jne .L4299", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4299", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-181]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 253 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": ".L4312:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " jne .L4299", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4299", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-180]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " jne .L4300", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4300", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-179]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " jne .L4300", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4300", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": ".L4311:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L4302", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4302", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-178]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEbRKNS1_15static_any_baseESA_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEbRKNS1_15static_any_baseESA_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L4302", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4302", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " jmp .L4303", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4303", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4302:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": ".L4303:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L4300", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4300", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " jne .L4304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4304", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-177]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": ".L4308:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " jne .L4304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4304", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixEOS4_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 462 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEntEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 462 + }, + "labels": [] + }, + { + "text": " je .L4305", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 462 + }, + "labels": [ + { + "name": ".L4305", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla13rt_cla_detail14parameter_trieC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1IS4_EEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixEOS4_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": ".L4305:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": ".L4307:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": " je .L4306", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [ + { + "name": ".L4306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla13rt_cla_detail14parameter_trie12make_subtrieEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trie12make_subtrieEc", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 468 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " movzx ebx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov ecx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla13rt_cla_detail14parameter_trie16add_candidate_idERKNS0_16parameter_cla_idENS_10shared_ptrINS0_11basic_paramEEEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trie16add_candidate_idERKNS0_16parameter_cla_idENS_10shared_ptrINS0_11basic_paramEEEb", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [] + }, + { + "text": " jmp .L4307", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 467 + }, + "labels": [ + { + "name": ".L4307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4306:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " jmp .L4308", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4308", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4304:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L4309", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4309", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-82]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L4310", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4310", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4309:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime11basic_param7cla_idsEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param7cla_idsEv", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": ".L4310:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L4311", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 459 + }, + "labels": [ + { + "name": ".L4311", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4300:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " jmp .L4312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4312", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4299:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " je .L4313", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4313", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 231 + } + } + ] + }, + { + "text": " jmp .L4315", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4315", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4313:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " jmp .L4315", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L4315", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [] + }, + { + "text": " jmp .L4317", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 463 + }, + "labels": [ + { + "name": ".L4317", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [] + }, + { + "text": " jmp .L4317", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 470 + }, + "labels": [ + { + "name": ".L4317", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": ".L4317:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " jmp .L4319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 461 + }, + "labels": [ + { + "name": ".L4319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": ".L4319:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": ".L4324:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 474 + }, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 474 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 474 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 474 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 474 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 474 + }, + "labels": [] + }, + { + "text": ".LC515:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Invalid format for an actual argument \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parser21validate_token_formatENS_9unit_test13basic_cstringIKcEERS6_S7_S7_Rb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " sub rsp, 296", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-288], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-296], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-304], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 480 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 480 + }, + "labels": [] + }, + { + "text": ".L4329:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " je .L4326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [ + { + "name": ".L4326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_id17valid_prefix_charEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameter_cla_id17valid_prefix_charEc", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " je .L4326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [ + { + "name": ".L4326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " jmp .L4327", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [ + { + "name": ".L4327", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4326:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L4327:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " je .L4328", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [ + { + "name": ".L4328", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 482 + }, + "labels": [] + }, + { + "text": " jmp .L4329", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 481 + }, + "labels": [ + { + "name": ".L4329", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4328:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 484 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 486 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 486 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 486 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 486 + }, + "labels": [] + }, + { + "text": " je .L4330", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 486 + }, + "labels": [ + { + "name": ".L4330", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 487 + }, + "labels": [] + }, + { + "text": " jmp .L4349", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 487 + }, + "labels": [ + { + "name": ".L4349", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4330:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " je .L4332", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [ + { + "name": ".L4332", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_id15valid_name_charEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameter_cla_id15valid_name_charEc", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " je .L4332", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [ + { + "name": ".L4332", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " jmp .L4333", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [ + { + "name": ".L4333", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4332:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": ".L4333:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " je .L4334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [ + { + "name": ".L4334", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 491 + }, + "labels": [] + }, + { + "text": " jmp .L4330", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 490 + }, + "labels": [ + { + "name": ".L4330", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4334:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 495 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 495 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 495 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 495 + }, + "labels": [] + }, + { + "text": " je .L4335", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 495 + }, + "labels": [ + { + "name": ".L4335", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 496 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 496 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 496 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 496 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L4336", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 496 + }, + "labels": [ + { + "name": ".L4336", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 497 + }, + "labels": [] + }, + { + "text": " jmp .L4349", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 497 + }, + "labels": [ + { + "name": ".L4349", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4336:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC515", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [ + { + "name": ".LC515", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L4335:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " je .L4337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [ + { + "name": ".L4337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_id20valid_separator_charEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameter_cla_id20valid_separator_charEc", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " je .L4337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [ + { + "name": ".L4337", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " jmp .L4338", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [ + { + "name": ".L4338", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4337:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": ".L4338:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [] + }, + { + "text": " je .L4339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [ + { + "name": ".L4339", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L4335", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 503 + }, + "labels": [ + { + "name": ".L4335", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4339:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 506 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " je .L4340", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [ + { + "name": ".L4340", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE6substrEmm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " je .L4340", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [ + { + "name": ".L4340", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " jmp .L4341", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [ + { + "name": ".L4341", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4340:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": ".L4341:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 510 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 510 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 510 + }, + "labels": [] + }, + { + "text": " je .L4342", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 510 + }, + "labels": [ + { + "name": ".L4342", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 511 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": ".L4342:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 513 + }, + "labels": [] + }, + { + "text": " jmp .L4349", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 513 + }, + "labels": [ + { + "name": ".L4349", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L4344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [ + { + "name": ".L4344", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L4344:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L4345", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [ + { + "name": ".L4345", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L4345:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L4349:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE13_Rb_tree_implIS8_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEED2Ev", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE13_Rb_tree_implIS8_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 167 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 281 + }, + "labels": [] + }, + { + "text": ".LC516:", + "source": null, + "labels": [] + }, + { + "text": " .string \"An unrecognized parameter in the argument \"", + "source": null, + "labels": [] + }, + { + "text": ".LC517:", + "source": null, + "labels": [] + }, + { + "text": " .string \"An ambiguous parameter name in the argument \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parser16locate_parameterENS_10shared_ptrINS1_13rt_cla_detail14parameter_trieEEENS_9unit_test13basic_cstringIKcEESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " sub rsp, 1176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1144], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1152], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1160], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1168], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1176], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-880], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-872], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-804]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-888], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " jne .L4360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4360", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-803]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-896], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " jne .L4360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4360", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": ".L4390:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L4362", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4362", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-802]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneINS0_13basic_cstringIKcEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneINS0_13basic_cstringIKcEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L4362", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4362", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " jmp .L4363", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4363", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4362:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": ".L4363:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L4360", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4360", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " jne .L4364", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4364", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-801]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIcNS0_13basic_cstringIKcEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIcNS0_13basic_cstringIKcEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-41], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": ".L4388:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " jne .L4364", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4364", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 527 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 527 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 527 + }, + "labels": [] + }, + { + "text": " je .L4365", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 527 + }, + "labels": [ + { + "name": ".L4365", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " movsx edx, BYTE PTR [rbp-41]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime3cla13rt_cla_detail14parameter_trie11get_subtrieEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime3cla13rt_cla_detail14parameter_trie11get_subtrieEc", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " lea rdx, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 529 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 531 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 531 + }, + "labels": [] + }, + { + "text": " je .L4366", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 531 + }, + "labels": [ + { + "name": ".L4366", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 532 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 532 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " jmp .L4367", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 532 + }, + "labels": [ + { + "name": ".L4367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4366:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " lea rax, [rbp-772]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS1_10static_anyINT_8iteratorEEERSI_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS1_10static_anyINT_8iteratorEEERSI_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 211 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-904], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " jne .L4368", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4368", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " lea rax, [rbp-771]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS1_10static_anyINT_8iteratorEEERSI_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS1_10static_anyINT_8iteratorEEERSI_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 209 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-912], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " jne .L4368", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4368", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": ".L4377:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " je .L4370", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4370", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " lea rax, [rbp-770]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEEbRKNS1_15static_any_baseESJ_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEEbRKNS1_15static_any_baseESJ_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " je .L4370", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4370", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " jmp .L4371", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4371", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4370:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": ".L4371:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " je .L4368", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4368", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " jne .L4372", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4372", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " lea rax, [rbp-769]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKSt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEESt3mapIcSA_St4lessIcESaISB_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISJ_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEESt3mapIcSA_St4lessIcESaISB_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISJ_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": ".L4374:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " jne .L4372", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4372", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 538 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " movsx edx, BYTE PTR [rbp-41]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime3cla13rt_cla_detail14parameter_trie11get_subtrieEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime3cla13rt_cla_detail14parameter_trie11get_subtrieEc", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " lea rdx, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " je .L4373", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 541 + }, + "labels": [ + { + "name": ".L4373", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 542 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 542 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 542 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": ".L4373:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " jmp .L4374", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4374", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4372:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " je .L4375", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4375", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " lea rax, [rbp-743]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " jmp .L4376", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4376", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4375:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": ".L4376:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L4377", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 536 + }, + "labels": [ + { + "name": ".L4377", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4368:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 546 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 546 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE5resetEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 548 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE5resetEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " jmp .L4367", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 548 + }, + "labels": [ + { + "name": ".L4367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4365:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-742]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-920], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " jne .L4378", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4378", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-741]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-928], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " jne .L4378", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4378", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-19], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": ".L4387:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " je .L4380", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4380", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-740]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " je .L4380", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4380", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " jmp .L4381", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4381", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4380:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": ".L4381:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " je .L4378", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4378", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " jne .L4382", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4382", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-739]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": ".L4385:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " jne .L4383", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4383", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " movsx edx, BYTE PTR [rbp-41]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime3cla13rt_cla_detail14parameter_trie11get_subtrieEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime3cla13rt_cla_detail14parameter_trie11get_subtrieEc", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 556 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 556 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 556 + }, + "labels": [] + }, + { + "text": " je .L4384", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 556 + }, + "labels": [ + { + "name": ".L4384", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 557 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 557 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": ".L4384:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-19], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " jmp .L4385", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4385", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4383:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": ".L4382:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " je .L4387", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4387", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-738]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " jmp .L4387", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4387", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4378:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 560 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 560 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4swapERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 560 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4swapERS8_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 561 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 561 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 561 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": ".L4367:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " jmp .L4388", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4388", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4364:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " je .L4390", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4390", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-737]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextINS0_13basic_cstringIKcEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextINS0_13basic_cstringIKcEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " jmp .L4390", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 526 + }, + "labels": [ + { + "name": ".L4390", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4360:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 565 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEntEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " je .L4391", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 565 + }, + "labels": [ + { + "name": ".L4391", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 568 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE7reserveEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 568 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE7reserveEm", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1000], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " jne .L4392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4392", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-735]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1008], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " jne .L4392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4392", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-20], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": ".L4413:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " je .L4394", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4394", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-734]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " je .L4394", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4394", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " jmp .L4395", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4395", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4394:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": ".L4395:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " je .L4392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4392", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " jne .L4396", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4396", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-733]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": ".L4411:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " jne .L4397", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4397", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [] + }, + { + "text": " jne .L4451", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 573 + }, + "labels": [ + { + "name": ".L4451", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-732]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1032], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1032]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " jne .L4399", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4399", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-731]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1040], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " jne .L4399", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4399", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-21], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": ".L4410:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-21], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " je .L4402", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4402", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-730]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " je .L4402", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4402", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " jmp .L4403", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4403", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4402:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": ".L4403:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " je .L4399", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4399", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-21], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " jne .L4404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4404", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-729]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorINS_17reference_wrapperIS5_EESaIS9_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorINS_17reference_wrapperIS5_EESaIS9_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": ".L4407:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-21], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " jne .L4404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4404", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-728], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EE6insertEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [ + { + "name": "_ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EE6insertEOS4_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [] + }, + { + "text": " jne .L4452", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 577 + }, + "labels": [ + { + "name": ".L4452", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backEOS4_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " jmp .L4406", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 580 + }, + "labels": [ + { + "name": ".L4406", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4452:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 578 + }, + "labels": [] + }, + { + "text": ".L4406:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-21], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " jmp .L4407", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4407", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4404:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-21], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " je .L4408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4408", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-690]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " jmp .L4409", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4409", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4408:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": ".L4409:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L4410", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 576 + }, + "labels": [ + { + "name": ".L4410", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4451:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 574 + }, + "labels": [] + }, + { + "text": ".L4399:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " jmp .L4411", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4411", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4397:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": ".L4396:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-20], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " je .L4413", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4413", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " lea rax, [rbp-689]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " jmp .L4413", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4413", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4392:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18unrecognized_paramC1EOSt6vectorINS_9unit_test13basic_cstringIKcEESaIS6_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC516", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [ + { + "name": ".LC516", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18unrecognized_paramEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18unrecognized_paramEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L4391:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [] + }, + { + "text": " je .L4414", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 595 + }, + "labels": [ + { + "name": ".L4414", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-436]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1080], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " jne .L4415", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4415", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-435]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-1088], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " jne .L4415", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4415", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-22], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": ".L4423:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-22], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " je .L4417", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4417", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-434]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " je .L4417", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4417", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " jmp .L4418", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4418", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4417:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": ".L4418:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " je .L4415", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4415", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-22], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " jne .L4419", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4419", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-433]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorINS_17reference_wrapperIS5_EESaIS9_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorINS_17reference_wrapperIS5_EESaIS9_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": ".L4420:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-22], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " jne .L4419", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4419", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 598 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backEOS4_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-22], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " jmp .L4420", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4420", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4419:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-22], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " je .L4421", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4421", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-401]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " jmp .L4422", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4422", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4421:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": ".L4422:", + "source": null, + "labels": [] + }, + { + "text": " jmp .L4423", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 597 + }, + "labels": [ + { + "name": ".L4423", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4415:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15ambiguous_paramC1EOSt6vectorINS_9unit_test13basic_cstringIKcEESaIS6_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC517", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [ + { + "name": ".LC517", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15ambiguous_paramEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15ambiguous_paramEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": ".L4414:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " lea rbx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4backEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4backEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-160], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEEC1IRS5_Lb1EEERKS2_OT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " jmp .L4450", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 609 + }, + "labels": [ + { + "name": ".L4450", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " jmp .L4427", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 554 + }, + "labels": [ + { + "name": ".L4427", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": ".L4427:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": " jmp .L4428", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 553 + }, + "labels": [ + { + "name": ".L4428", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [] + }, + { + "text": " jmp .L4430", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 571 + }, + "labels": [ + { + "name": ".L4430", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18unrecognized_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " jmp .L4432", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [ + { + "name": ".L4432", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": ".L4432:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18unrecognized_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " jmp .L4433", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [ + { + "name": ".L4433", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": ".L4433:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18unrecognized_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [] + }, + { + "text": " jmp .L4430", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 585 + }, + "labels": [ + { + "name": ".L4430", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": ".L4430:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " jmp .L4428", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 566 + }, + "labels": [ + { + "name": ".L4428", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15ambiguous_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " jmp .L4435", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [ + { + "name": ".L4435", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": ".L4435:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15ambiguous_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " jmp .L4436", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [ + { + "name": ".L4436", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": ".L4436:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15ambiguous_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [] + }, + { + "text": " jmp .L4437", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 601 + }, + "labels": [ + { + "name": ".L4437", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 596 + }, + "labels": [] + }, + { + "text": ".L4437:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 596 + }, + "labels": [] + }, + { + "text": " jmp .L4428", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 596 + }, + "labels": [ + { + "name": ".L4428", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": ".L4428:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 522 + }, + "labels": [] + }, + { + "text": ".L4450:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 610 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 610 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 610 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3env10env_detail12sys_read_varENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 44 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " call getenv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-33], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call _ZSt9make_pairIN5boost9unit_test13basic_cstringIKcEEbESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS6_INS7_IT0_E4typeEE6__typeEEOS8_OSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 46 + }, + "labels": [ + { + "name": "_ZSt9make_pairIN5boost9unit_test13basic_cstringIKcEEbESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS6_INS7_IT0_E4typeEE6__typeEEOS8_OSD_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3env12fetch_absentERKNS0_16parameters_storeERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime3env10env_detail12sys_read_varENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3env10env_detail12sys_read_varENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3env10env_detail12fetch_absentIPFSt4pairINS_9unit_test13basic_cstringIKcEEbES8_EEEvRKNS0_16parameters_storeERNS0_15arguments_storeET_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3env10env_detail12fetch_absentIPFSt4pairINS_9unit_test13basic_cstringIKcEEbES8_EEEvRKNS0_16parameters_storeERNS0_15arguments_storeET_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E:", + "source": null, + "labels": [] + }, + { + "text": " .zero 32", + "source": null, + "labels": [] + }, + { + "text": ".LC518:", + "source": null, + "labels": [] + }, + { + "text": " .string \"parameter break_exec_path is disabled in this release\"", + "source": null, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEENKUlNS0_13basic_cstringIKcEEE_clES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC518", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [ + { + "name": ".LC518", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA4_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA4_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA6_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA6_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA6_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA4_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA4_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA4_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA8_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA8_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA11_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA11_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA11_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA6_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA6_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA6_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA14_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA14_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA14_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA13_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA13_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA13_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA12_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA12_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA12_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA8_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA8_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA6_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA6_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA6_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA9_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA9_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA9_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA3_S3_S6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRA3_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRA3_KcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": ".LC519:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Specifies whether Boost.Test should attempt to attach a debu\"", + "source": null, + "labels": [ + { + "name": "should", + "range": { + "startCol": 47, + "endCol": 53 + } + } + ] + }, + { + "text": " .ascii \"gger when fatal system error occurs. At the moment this feat\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"ure is only available on a few selected platforms: \"", + "source": null, + "labels": [] + }, + { + "text": " .string \"Win32 and *nix. There is a default debugger configured for these platforms. You can manually configure different debugger. For more details on how to configure the debugger see the Boost.Test debug API, specifically the function boost::debug::set_debugger.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC520:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_AUTO_START_DBG\"", + "source": null, + "labels": [] + }, + { + "text": ".LC521:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Automatically attaches debugger in case of system level failure (signal).\"", + "source": null, + "labels": [] + }, + { + "text": ".LC522:", + "source": null, + "labels": [] + }, + { + "text": " .string \"=\"", + "source": null, + "labels": [] + }, + { + "text": ".LC523:", + "source": null, + "labels": [] + }, + { + "text": " .string \"--\"", + "source": null, + "labels": [] + }, + { + "text": ".LC524:", + "source": null, + "labels": [] + }, + { + "text": " .string \"d\"", + "source": null, + "labels": [] + }, + { + "text": ".LC525:", + "source": null, + "labels": [] + }, + { + "text": " .string \"-\"", + "source": null, + "labels": [] + }, + { + "text": ".LC526:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_BREAK_EXEC_PATH\"", + "source": null, + "labels": [] + }, + { + "text": ".LC527:", + "source": null, + "labels": [] + }, + { + "text": " .string \"For the exception safety testing allows to break at specific execution path.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC528:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Displays library build information, including: platform, compiler, STL version and Boost version.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC529:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_BUILD_INFO\"", + "source": null, + "labels": [] + }, + { + "text": ".LC530:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Displays library build information.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC531:", + "source": null, + "labels": [] + }, + { + "text": " .string \"i\"", + "source": null, + "labels": [] + }, + { + "text": ".LC532:", + "source": null, + "labels": [] + }, + { + "text": " .string \"If option \"", + "source": null, + "labels": [] + }, + { + "text": ".LC533:", + "source": null, + "labels": [] + }, + { + "text": " .string \" has value 'no' the frameworks does not attempt to catch asynchronous system failure events (signals on *NIX platforms or structured exceptions on Windows). Default value is true.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC534:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_CATCH_SYSTEM_ERRORS\"", + "source": null, + "labels": [] + }, + { + "text": ".LC535:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Allows to switch between catching and ignoring system errors (signals).\"", + "source": null, + "labels": [] + }, + { + "text": ".LC536:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Produces color output for logs, reports and help. Defaults to true. \"", + "source": null, + "labels": [] + }, + { + "text": ".LC537:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_COLOR_OUTPUT\"", + "source": null, + "labels": [] + }, + { + "text": ".LC538:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Enables color output of the framework log and report messages.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC539:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Enables/disables hardware traps for the floating point exceptions (if supported on your platfrom).\"", + "source": null, + "labels": [] + }, + { + "text": ".LC540:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_DETECT_FP_EXCEPTIONS\"", + "source": null, + "labels": [] + }, + { + "text": ".LC541:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Enables/disables floating point exceptions traps.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC542:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Enables/disables memory leaks detection. This parameter has \"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"optional long integer value. The default value is 1, which e\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"nables the \"", + "source": null, + "labels": [] + }, + { + "text": " .string \"memory leak detection. The value 0 disables memory leak detection. Any value N greater than 1 is treated as leak allocation number and tells the framework to setup runtime breakpoint at Nth heap allocation. If value is omitted the default value is assumed.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC543:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC544:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_DETECT_MEMORY_LEAK\"", + "source": null, + "labels": [] + }, + { + "text": ".LC545:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Turns on/off memory leaks detection (optionally breaking on specified alloc order number).\"", + "source": null, + "labels": [] + }, + { + "text": ".LC546:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Lists the test suites and cases of the\"", + "source": null, + "labels": [] + }, + { + "text": " .string \" test module instead of executing the test cases. The format of the desired output can be passed to the command. Currently the framework supports two formats: human readable format (HRF) and dot graph format (DOT). If value is omitted HRF value is assumed.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC547:", + "source": null, + "labels": [] + }, + { + "text": " .string \"DOT\"", + "source": null, + "labels": [] + }, + { + "text": ".LC548:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_LIST_CONTENT\"", + "source": null, + "labels": [] + }, + { + "text": ".LC549:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Lists the content of test tree - names of all test suites and test cases.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC550:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Option \"", + "source": null, + "labels": [] + }, + { + "text": ".LC551:", + "source": null, + "labels": [] + }, + { + "text": " .string \" instructs the framework to list all the the labels defined in the test module instead of executing the test cases.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC552:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_LIST_LABELS\"", + "source": null, + "labels": [] + }, + { + "text": ".LC553:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Lists all available labels.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC554:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Set the frameowrk's log format to one of the formats supplie\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"d by the framework. The only acceptable values for this para\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"meter are the names of the output formats supplied \"", + "source": null, + "labels": [] + }, + { + "text": " .string \"by the framework. By default the framework uses human readable format (HRF) for testing log. This format is similar to compiler error format. Alternatively you can specify XML or JUNIT as log format, which are easier to process by testing automation tools.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC555:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_LOG_FORMAT\"", + "source": null, + "labels": [] + }, + { + "text": ".LC556:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specifies log format.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC557:", + "source": null, + "labels": [] + }, + { + "text": " .string \"f\"", + "source": null, + "labels": [] + }, + { + "text": ".LC558:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Set the framework's log level. The log level defines the ver\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"bosity of the testing logs produced\"", + "source": null, + "labels": [] + }, + { + "text": " .string \" by a test module. The verbosity ranges from a complete log, when all assertions (both successful and failing) are reported, all notifications about test units start and finish are included, to an empty log when nothing is reported to a testing log stream.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC559:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_LOG_LEVEL\"", + "source": null, + "labels": [] + }, + { + "text": ".LC560:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specifies the logging level of the test execution.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC561:", + "source": null, + "labels": [] + }, + { + "text": " .string \"l\"", + "source": null, + "labels": [] + }, + { + "text": ".LC562:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Sets the log sink - the location where Boost.Test writes the logs of the test execution. It allows to easily redirect the test logs to file or standard streams. By default testing log is directed to standard output.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC563:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC564:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_LOG_SINK\"", + "source": null, + "labels": [] + }, + { + "text": ".LC565:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specifies log sink: stdout (default), stderr or file name.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC566:", + "source": null, + "labels": [] + }, + { + "text": " .string \"k\"", + "source": null, + "labels": [] + }, + { + "text": ".LC567:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Combines an effect of \"", + "source": null, + "labels": [] + }, + { + "text": ".LC568:", + "source": null, + "labels": [] + }, + { + "text": " .string \" and \"", + "source": null, + "labels": [] + }, + { + "text": ".LC569:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \" parameters. If this paramet\"", + "source": null, + "labels": [] + }, + { + "text": " .string \"er is specified, it overrides the value of other two parameters. This parameter does not have a default value. The only acceptable values are string names of output formats: HRF - human readable format and XML - XML formats for automation tools processing.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC570:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_OUTPUT_FORMAT\"", + "source": null, + "labels": [] + }, + { + "text": ".LC571:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specifies output format (both log and report).\"", + "source": null, + "labels": [] + }, + { + "text": ".LC572:", + "source": null, + "labels": [] + }, + { + "text": " .string \"o\"", + "source": null, + "labels": [] + }, + { + "text": ".LC573:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specify one or more logging definition, which include the logger type, level and sink. The log format, level and sink follow the same format as for the argument '--\"", + "source": null, + "labels": [] + }, + { + "text": ".LC574:", + "source": null, + "labels": [] + }, + { + "text": " .string \"', '--\"", + "source": null, + "labels": [] + }, + { + "text": ".LC575:", + "source": null, + "labels": [] + }, + { + "text": " .string \"' and '--\"", + "source": null, + "labels": [] + }, + { + "text": ".LC576:", + "source": null, + "labels": [] + }, + { + "text": " .string \"' respetively. This command can take several logging definition separated by a ':', or be repeated on the command line.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC577:", + "source": null, + "labels": [] + }, + { + "text": " .string \"log_format,log_level,log_sink[:log_format,log_level,log_sink]\"", + "source": null, + "labels": [] + }, + { + "text": ".LC578:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_LOGGER\"", + "source": null, + "labels": [] + }, + { + "text": ".LC579:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specifies log level and sink for one or several log format\"", + "source": null, + "labels": [] + }, + { + "text": ".LC580:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Instructs the framework to execute the test cases in random \"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"order. This parameter accepts an optional unsigned integer a\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"rgument. If parameter is specified without the argument valu\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"e testing order is randomized based on cu\"", + "source": null, + "labels": [] + }, + { + "text": " .string \"rrent time. Alternatively you can specify any positive value greater than 1 and it will be used as random seed for the run. By default, the test cases are executed in an order defined by their declaration and the optional dependencies among the test units.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC581:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC582:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_RANDOM\"", + "source": null, + "labels": [] + }, + { + "text": ".LC583:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Allows to switch between sequential and random order of test units execution. Optionally allows to specify concrete seed for random number generator.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC584:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Set the framework's report format to one of the formats supp\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"lied by the framework. The only acceptable v\"", + "source": null, + "labels": [] + }, + { + "text": " .string \"alues for this parameter are the names of the output formats. By default the framework uses human readable format (HRF) for results reporting. Alternatively you can specify XML as report format. This format is easier to process by testing automation tools.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC585:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_REPORT_FORMAT\"", + "source": null, + "labels": [] + }, + { + "text": ".LC586:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specifies the test report format.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC587:", + "source": null, + "labels": [] + }, + { + "text": " .string \"m\"", + "source": null, + "labels": [] + }, + { + "text": ".LC588:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Set the verbosity level of the result report generated by the testing framework. Use value 'no' to disable the results report completely.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC589:", + "source": null, + "labels": [] + }, + { + "text": " .string \"confirm\"", + "source": null, + "labels": [] + }, + { + "text": ".LC590:", + "source": null, + "labels": [] + }, + { + "text": " .string \"short\"", + "source": null, + "labels": [] + }, + { + "text": ".LC591:", + "source": null, + "labels": [] + }, + { + "text": " .string \"detailed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC592:", + "source": null, + "labels": [] + }, + { + "text": " .string \"no\"", + "source": null, + "labels": [] + }, + { + "text": ".LC593:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_REPORT_LEVEL\"", + "source": null, + "labels": [] + }, + { + "text": ".LC594:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specifies test report level.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC595:", + "source": null, + "labels": [] + }, + { + "text": " .string \"r\"", + "source": null, + "labels": [] + }, + { + "text": ".LC596:", + "source": null, + "labels": [] + }, + { + "text": " .string \" allows to specify a file where to report memory leaks to. The parameter does not have default value. If it is not specified, memory leaks (if any) are reported to the standard error stream.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC597:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC598:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_REPORT_MEMORY_LEAKS_TO\"", + "source": null, + "labels": [] + }, + { + "text": ".LC599:", + "source": null, + "labels": [] + }, + { + "text": " .string \"File where to report memory leaks to.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC600:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Sets the result report sink - the location where the framework writes the result report to. The sink may be a a file or a standard stream. The default is 'stderr': the standard error stream.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC601:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_REPORT_SINK\"", + "source": null, + "labels": [] + }, + { + "text": ".LC602:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Specifies report sink: stderr(default), stdout or file name.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC603:", + "source": null, + "labels": [] + }, + { + "text": " .string \"e\"", + "source": null, + "labels": [] + }, + { + "text": ".LC604:", + "source": null, + "labels": [] + }, + { + "text": " .string \"The 'no' argument value for the parameter \"", + "source": null, + "labels": [] + }, + { + "text": ".LC605:", + "source": null, + "labels": [] + }, + { + "text": " .string \" instructs the framework to always return zero result code. This can be used for test programs executed within IDE. By default this parameter has value 'yes'.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC606:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_RESULT_CODE\"", + "source": null, + "labels": [] + }, + { + "text": ".LC607:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Disables test modules's result code generation.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC608:", + "source": null, + "labels": [] + }, + { + "text": " .string \"c\"", + "source": null, + "labels": [] + }, + { + "text": ".LC609:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Filters which test units to execute. The framework supports \"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"both 'selection filters', which allow to select which test u\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"nits \"", + "source": null, + "labels": [] + }, + { + "text": " .string \"to enable from the set of available test units, and 'disabler filters', which allow to disable some test units. Boost.test also supports enabling/disabling test units at compile time. These settings identify the default set of test units to run. Parameter \"", + "source": null, + "labels": [] + }, + { + "text": ".LC610:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is used to change this default. This parameter is repeatable, so you can specify more than one filter if necessary.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC611:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC612:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_RUN_FILTERS\"", + "source": null, + "labels": [] + }, + { + "text": ".LC613:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Filters which tests to execute.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC614:", + "source": null, + "labels": [] + }, + { + "text": " .string \"t\"", + "source": null, + "labels": [] + }, + { + "text": ".LC615:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \" facilit\"", + "source": null, + "labels": [] + }, + { + "text": " .string \"ates switching mode of operation for testing output streams.\\n\\nThis parameter serves no particular purpose within the framework itself. It can be used by test modules relying on output_test_stream to implement testing logic. Default mode is 'match' (false).\"", + "source": null, + "labels": [] + }, + { + "text": ".LC616:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_SAVE_PATTERN\"", + "source": null, + "labels": [] + }, + { + "text": ".LC617:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Allows to switch between saving or matching test pattern file.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC618:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Instructs the framework to display the progress of the tests. This feature is turned off by default.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC619:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_SHOW_PROGRESS\"", + "source": null, + "labels": [] + }, + { + "text": ".LC620:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Turns on progress display.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC621:", + "source": null, + "labels": [] + }, + { + "text": " .string \"p\"", + "source": null, + "labels": [] + }, + { + "text": ".LC622:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Instructs the framework to use an alternative stack for operating system's signals handling (on platforms where this is supported). The feature is enabled by default, but can be disabled using this command line switch.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC623:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_USE_ALT_STACK\"", + "source": null, + "labels": [] + }, + { + "text": ".LC624:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Turns on/off usage of an alternative stack for signal handling.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC625:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Instructs the framework to pause before starting test units execution, so that you can attach a debugger to the test module process. This feature is turned off by default.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC626:", + "source": null, + "labels": [] + }, + { + "text": " .string \"BOOST_TEST_WAIT_FOR_DEBUGGER\"", + "source": null, + "labels": [] + }, + { + "text": ".LC627:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Forces test module to wait for button to be pressed before starting test run.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC628:", + "source": null, + "labels": [] + }, + { + "text": " .string \"w\"", + "source": null, + "labels": [] + }, + { + "text": ".LC629:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"Displays help on the framework's parameters. The parameter a\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"ccepts an optional argument value. If present, an argument v\"", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"alue is interpreted as a parame\"", + "source": null, + "labels": [] + }, + { + "text": " .string \"ter name (name guessing works as well, so for example '--help=rand' displays help on the parameter 'random'). If the parameter name is unknown or ambiguous error is reported. If argument value is absent, a summary of all framework's parameter is displayed.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC630:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC631:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Help for framework parameters.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC632:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Short message explaining usage of Boost.Test parameters.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC633:", + "source": null, + "labels": [] + }, + { + "text": " .string \"?\"", + "source": null, + "labels": [] + }, + { + "text": ".LC634:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Prints Boost.Test version and exits.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 19272", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-19272], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC519", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [ + { + "name": ".LC519", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-11584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC520", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".LC520", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-11552]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC521", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [ + { + "name": ".LC521", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11552]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-11632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-11712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " lea rax, [rbp-11536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "range": { + "startCol": 34, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "range": { + "startCol": 34, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-11488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 122 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-11472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC524", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [ + { + "name": ".LC524", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-11440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 123 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-11952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 124 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_110callback_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11345]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_110callback_tELb0EEaSIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS2_16parameters_storeEEUlNS7_13basic_cstringIKcEEE_EENS0_15named_parameterIKT_S4_RSI_EESJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_110callback_tELb0EEaSIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS2_16parameters_storeEEUlNS7_13basic_cstringIKcEEE_EENS0_15named_parameterIKT_S4_RSI_EESJ_", + "range": { + "startCol": 17, + "endCol": 244 + } + } + ] + }, + { + "text": " lea rax, [rbp-11296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC526", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [ + { + "name": ".LC526", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-11264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC527", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [ + { + "name": ".LC527", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 129 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-11344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 130 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-11424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKZNS5_14runtime_config12_GLOBAL__N_119register_parametersERNSA_16parameters_storeEEUlS8_E_NSB_10callback_tERSP_EEEENS3_IT_SH_EERKST_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 135 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKZNS5_14runtime_config12_GLOBAL__N_119register_parametersERNSA_16parameters_storeEEUlS8_E_NSB_10callback_tERSP_EEEENS3_IT_SH_EERKST_", + "range": { + "startCol": 17, + "endCol": 370 + } + } + ] + }, + { + "text": " lea rax, [rbp-11248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC1INS_3nfp23named_parameter_combineINSB_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSE_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSN_EENSC_INSD_IKSL_NSO_9env_var_tERSS_EENSD_ISS_NSO_13description_tESU_EEEEEEEESL_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-11200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-12256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-11120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC528", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [ + { + "name": ".LC528", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-11056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC529", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [ + { + "name": ".LC529", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-11024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC530", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [ + { + "name": ".LC530", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 145 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-11104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 146 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-11184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " lea rax, [rbp-11008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-11184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-11008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-10960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 151 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-10944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC531", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [ + { + "name": ".LC531", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-10912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-12496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-10768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC532", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 166 + }, + "labels": [ + { + "name": ".LC532", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 166 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-10800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC533", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [ + { + "name": ".LC533", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-10800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-10657], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10657]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " lea rax, [rbp-10608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC534", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [ + { + "name": ".LC534", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-10576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC535", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [ + { + "name": ".LC535", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 158 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-10656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 159 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-10736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "range": { + "startCol": 17, + "endCol": 287 + } + } + ] + }, + { + "text": " lea rax, [rbp-10896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 172 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_", + "range": { + "startCol": 17, + "endCol": 319 + } + } + ] + }, + { + "text": " lea rax, [rbp-10560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKbNSB_15default_value_tERSF_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-10512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-10496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC325", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".LC325", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-10464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-12736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-10368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [ + { + "name": ".LC536", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-10273], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10273]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " lea rax, [rbp-10224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC537", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [ + { + "name": ".LC537", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-10192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC538", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".LC538", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-10272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-10352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 185 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "range": { + "startCol": 17, + "endCol": 287 + } + } + ] + }, + { + "text": " lea rax, [rbp-10448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 187 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_", + "range": { + "startCol": 17, + "endCol": 319 + } + } + ] + }, + { + "text": " lea rax, [rbp-10176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKbNSB_15default_value_tERSF_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-10128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-10112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC255", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [ + { + "name": ".LC255", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-10112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-10080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 191 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-12976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 192 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-10000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC539", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".LC539", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10016]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-9936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC540", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [ + { + "name": ".LC540", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-9904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC541", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [ + { + "name": ".LC541", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 197 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-9984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 198 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-10064]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10016]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " lea rax, [rbp-9888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-10064]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9840]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-9840]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-13216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 204 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-9712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC542", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".LC542", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-9600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC543", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [ + { + "name": ".LC543", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-9496], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIlEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIlEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-9416], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIlEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIlEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " lea rax, [rbp-9360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC544", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".LC544", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-9328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC545", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".LC545", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 209 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-9408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 210 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-9488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKlNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 211 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKlNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "range": { + "startCol": 17, + "endCol": 287 + } + } + ] + }, + { + "text": " lea rax, [rbp-9584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_IS5_NS7_16optional_value_tES9_EEEENS3_IT_SM_EERKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 212 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_IS5_NS7_16optional_value_tES9_EEEENS3_IT_SM_EERKSR_", + "range": { + "startCol": 17, + "endCol": 330 + } + } + ] + }, + { + "text": " lea rax, [rbp-9696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IS5_NS7_15default_value_tES9_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSH_EENS4_ISH_NS7_13description_tESJ_EEEEEEEEEcmINS4_ISH_NS7_12value_hint_tESJ_EEEENS3_IT_SP_EERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 213 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IS5_NS7_15default_value_tES9_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSH_EENS4_ISH_NS7_13description_tESJ_EEEEEEEEEcmINS4_ISH_NS7_12value_hint_tESJ_EEEENS3_IT_SP_EERKSU_", + "range": { + "startCol": 17, + "endCol": 369 + } + } + ] + }, + { + "text": " lea rax, [rbp-9824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKlNSB_16optional_value_tERSF_EENS3_INS4_ISF_NSB_15default_value_tESH_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 219 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKlNSB_16optional_value_tERSF_EENS3_INS4_ISF_NSB_15default_value_tESH_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_", + "range": { + "startCol": 17, + "endCol": 401 + } + } + ] + }, + { + "text": " lea rax, [rbp-9312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEC1INS_3nfp23named_parameter_combineINS5_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS6_INS7_ISC_NSD_12value_hint_tESF_EENS6_INS7_IKlNSD_16optional_value_tERSJ_EENS6_INS7_ISJ_NSD_15default_value_tESL_EENS6_INS7_ISC_NSD_9env_var_tESF_EENS7_ISC_NSD_13description_tESF_EEEEEEEEEEEEEESB_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-9264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 222 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-13472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 223 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-9136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC546", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [ + { + "name": ".LC546", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-8952], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC237", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [ + { + "name": ".LC237", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-8948], 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8948]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC547", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [ + { + "name": ".LC547", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " lea rax, [rbp-9008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-9024], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-9016], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordISt16initializer_listISt4pairIKNS0_13basic_cstringIKcEENS0_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-8852], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8852]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-8772], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8772]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " lea rax, [rbp-8720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC548", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".LC548", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-8688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC549", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [ + { + "name": ".LC549", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 228 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-8768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 229 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-8848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_13output_formatENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 230 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_13output_formatENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "range": { + "startCol": 17, + "endCol": 306 + } + } + ] + }, + { + "text": " lea rax, [rbp-8944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IS7_NS9_16optional_value_tESB_EEEENS3_IT_SN_EERKSS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IS7_NS9_16optional_value_tESB_EEEENS3_IT_SN_EERKSS_", + "range": { + "startCol": 17, + "endCol": 349 + } + } + ] + }, + { + "text": " lea rax, [rbp-9120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS7_EENS3_INS4_IS7_NS9_15default_value_tESB_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSI_EENS4_ISI_NS9_13description_tESK_EEEEEEEEEcmINS4_IKSt16initializer_listISt4pairISI_S6_EENS9_13enum_values_tERSX_EEEENS3_IT_SQ_EERKS11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 237 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS7_EENS3_INS4_IS7_NS9_15default_value_tESB_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSI_EENS4_ISI_NS9_13description_tESK_EEEEEEEEEcmINS4_IKSt16initializer_listISt4pairISI_S6_EENS9_13enum_values_tERSX_EEEENS3_IT_SQ_EERKS11_", + "range": { + "startCol": 17, + "endCol": 426 + } + } + ] + }, + { + "text": " lea rax, [rbp-9248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-9120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_16optional_value_tERSL_EENS3_INS4_ISL_NSH_15default_value_tESN_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESS_EEEEEEEEEEEcmINS4_ISB_NSH_6help_tESS_EEEENS3_IT_SZ_EERKS14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 248 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_16optional_value_tERSL_EENS3_INS4_ISL_NSH_15default_value_tESN_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESS_EEEEEEEEEEEcmINS4_ISB_NSH_6help_tESS_EEEENS3_IT_SZ_EERKS14_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-8672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC1INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_16optional_value_tERSQ_EENS8_INS9_ISQ_NSE_15default_value_tESS_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-8624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 250 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-13792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 251 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 251 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-8496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 258 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC550", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 258 + }, + "labels": [ + { + "name": ".LC550", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 258 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-8528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC551", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [ + { + "name": ".LC551", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-8528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-8416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC552", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [ + { + "name": ".LC552", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-8384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC553", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".LC553", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 256 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-8464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 257 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-8608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 259 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " lea rax, [rbp-8368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14032]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-8320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14032]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 262 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-14032]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 263 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-8208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC554", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [ + { + "name": ".LC554", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-8000], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC237", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".LC237", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7996], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 275 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7996]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC238", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".LC238", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7992], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 276 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC239", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".LC239", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7988], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 277 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7988]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".LC240", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA6_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA6_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " lea rax, [rbp-8096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8104], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordISt16initializer_listISt4pairIKNS0_13basic_cstringIKcEENS0_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7908], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7908]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " lea rax, [rbp-7856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC555", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [ + { + "name": ".LC555", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-7824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC556", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [ + { + "name": ".LC556", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7840]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 268 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-7904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7840]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 269 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-7984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_13output_formatENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 270 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_13output_formatENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "range": { + "startCol": 17, + "endCol": 306 + } + } + ] + }, + { + "text": " lea rax, [rbp-8192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 278 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_", + "range": { + "startCol": 17, + "endCol": 382 + } + } + ] + }, + { + "text": " lea rax, [rbp-8304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 292 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_", + "range": { + "startCol": 17, + "endCol": 415 + } + } + ] + }, + { + "text": " lea rax, [rbp-7808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC1INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-7760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 295 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-7744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC557", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [ + { + "name": ".LC557", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-7712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-14352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 297 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 297 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-7600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC558", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [ + { + "name": ".LC558", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7212], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 308 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7212]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC228", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC228", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7208], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 309 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC229", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC229", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7204], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 310 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7204]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC230", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC230", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA11_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA11_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7200], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 311 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC231", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC231", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA11_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA11_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7196], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 312 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7196]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC130", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC130", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7192], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC232", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7188], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7188]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC51", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC51", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA6_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA6_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7184], 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC233", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC233", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA14_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA14_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7180], 6", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 316 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7180]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC234", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC234", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA13_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA13_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7176], 7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 317 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC235", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC235", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA12_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA12_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7172], 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 318 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7172]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC236", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": ".LC236", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-7488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-7504], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-7496], 11", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordISt16initializer_listISt4pairIKNS0_13basic_cstringIKcEENS0_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-7092], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7092]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test9log_levelEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test9log_levelEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-7040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC559", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".LC559", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-7008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC560", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [ + { + "name": ".LC560", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-7024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 302 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-7088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 303 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-7168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_9log_levelENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 304 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_9log_levelENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "range": { + "startCol": 17, + "endCol": 301 + } + } + ] + }, + { + "text": " lea rax, [rbp-7584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_", + "range": { + "startCol": 17, + "endCol": 377 + } + } + ] + }, + { + "text": " lea rax, [rbp-7696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-7584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 340 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_", + "range": { + "startCol": 17, + "endCol": 410 + } + } + ] + }, + { + "text": " lea rax, [rbp-6992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-7696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEC1INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-6944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 343 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-6928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC561", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [ + { + "name": ".LC561", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-6896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 344 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-14672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 345 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-6800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC562", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [ + { + "name": ".LC562", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-6720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC563", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [ + { + "name": ".LC563", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-6656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC564", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [ + { + "name": ".LC564", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-6624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC565", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [ + { + "name": ".LC565", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 350 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-6704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 351 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-6784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 352 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 284 + } + } + ] + }, + { + "text": " lea rax, [rbp-6880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 356 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_", + "range": { + "startCol": 17, + "endCol": 316 + } + } + ] + }, + { + "text": " lea rax, [rbp-6608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC1INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-6560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-6544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC566", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [ + { + "name": ".LC566", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-6512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 360 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-14976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-6304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 382 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC567", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 382 + }, + "labels": [ + { + "name": ".LC567", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 382 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 382 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-6336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [ + { + "name": ".LC568", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-6368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 383 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-6400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC569", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [ + { + "name": ".LC569", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-6400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-6108], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 371 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6108]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC237", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [ + { + "name": ".LC237", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-6104], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 372 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC238", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [ + { + "name": ".LC238", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-6100], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC239", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [ + { + "name": ".LC239", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " lea rax, [rbp-6192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-6208], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-6200], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordISt16initializer_listISt4pairIKNS0_13basic_cstringIKcEENS0_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " lea rax, [rbp-6048]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC570", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [ + { + "name": ".LC570", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6064]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6048]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-6016]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC571", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [ + { + "name": ".LC571", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6032]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6016]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 366 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-6096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6064]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6032]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 367 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-6272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKSt16initializer_listISt4pairIS9_NS5_13output_formatEEENSB_13enum_values_tERSP_EEEENS3_IT_SH_EERKST_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 374 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKSt16initializer_listISt4pairIS9_NS5_13output_formatEEENSB_13enum_values_tERSP_EEEENS3_IT_SH_EERKST_", + "range": { + "startCol": 17, + "endCol": 338 + } + } + ] + }, + { + "text": " lea rax, [rbp-6496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESM_EEEEEEEcmINS4_ISB_NSH_6help_tESM_EEEENS3_IT_SR_EERKSW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 387 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESM_EEEEEEEcmINS4_ISB_NSH_6help_tESM_EEEENS3_IT_SR_EERKSW_", + "range": { + "startCol": 17, + "endCol": 370 + } + } + ] + }, + { + "text": " lea rax, [rbp-6000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-6496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-6000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC1INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5968]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5968]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-5952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 390 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-5936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC572", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [ + { + "name": ".LC572", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-5904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 391 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-15296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 392 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 392 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-5632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 401 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC573", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 401 + }, + "labels": [ + { + "name": ".LC573", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 401 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 401 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-5664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC574", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [ + { + "name": ".LC574", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-5696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-5728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC575", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [ + { + "name": ".LC575", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-5760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 402 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-5792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC576", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [ + { + "name": ".LC576", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-5792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-5536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC577", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [ + { + "name": ".LC577", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5552]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-5472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC578", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [ + { + "name": ".LC578", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-5440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC579", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [ + { + "name": ".LC579", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 397 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-5520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-5600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5552]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 399 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 284 + } + } + ] + }, + { + "text": " lea rax, [rbp-5888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 404 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_", + "range": { + "startCol": 17, + "endCol": 316 + } + } + ] + }, + { + "text": " lea rax, [rbp-5424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEC1INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-5376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 407 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-15536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 408 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 408 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-5248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC580", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [ + { + "name": ".LC580", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-5136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [ + { + "name": ".LC581", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-5028], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5028]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIjEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIjEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4948], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4948]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIjEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIjEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " lea rax, [rbp-4896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC582", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [ + { + "name": ".LC582", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-4864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC583", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [ + { + "name": ".LC583", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 414 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-4944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 415 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-5024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKjNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 416 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKjNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "range": { + "startCol": 17, + "endCol": 287 + } + } + ] + }, + { + "text": " lea rax, [rbp-5120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_IS5_NS7_16optional_value_tES9_EEEENS3_IT_SM_EERKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 417 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_IS5_NS7_16optional_value_tES9_EEEENS3_IT_SM_EERKSR_", + "range": { + "startCol": 17, + "endCol": 330 + } + } + ] + }, + { + "text": " lea rax, [rbp-5232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IS5_NS7_15default_value_tES9_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSH_EENS4_ISH_NS7_13description_tESJ_EEEEEEEEEcmINS4_ISH_NS7_12value_hint_tESJ_EEEENS3_IT_SP_EERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 418 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IS5_NS7_15default_value_tES9_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSH_EENS4_ISH_NS7_13description_tESJ_EEEEEEEEEcmINS4_ISH_NS7_12value_hint_tESJ_EEEENS3_IT_SP_EERKSU_", + "range": { + "startCol": 17, + "endCol": 369 + } + } + ] + }, + { + "text": " lea rax, [rbp-5360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-5232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKjNSB_16optional_value_tERSF_EENS3_INS4_ISF_NSB_15default_value_tESH_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 426 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKjNSB_16optional_value_tERSF_EENS3_INS4_ISF_NSB_15default_value_tESH_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_", + "range": { + "startCol": 17, + "endCol": 401 + } + } + ] + }, + { + "text": " lea rax, [rbp-4848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-5360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEC1INS_3nfp23named_parameter_combineINS5_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS6_INS7_ISC_NSD_12value_hint_tESF_EENS6_INS7_IKjNSD_16optional_value_tERSJ_EENS6_INS7_ISJ_NSD_15default_value_tESL_EENS6_INS7_ISC_NSD_9env_var_tESF_EENS7_ISC_NSD_13description_tESF_EEEEEEEEEEEEEESB_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-4800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 429 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-15792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 430 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 430 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-4688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC584", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [ + { + "name": ".LC584", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4492], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 441 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4492]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC237", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".LC237", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4488], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 442 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC238", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".LC238", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4484], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 443 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4484]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC239", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [ + { + "name": ".LC239", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " lea rax, [rbp-4576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-4592], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-4584], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordISt16initializer_listISt4pairIKNS0_13basic_cstringIKcEENS0_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-4404], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4404]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " lea rax, [rbp-4352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC585", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [ + { + "name": ".LC585", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-4320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC586", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [ + { + "name": ".LC586", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 435 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-4400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 436 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-4480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_13output_formatENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_13output_formatENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "range": { + "startCol": 17, + "endCol": 306 + } + } + ] + }, + { + "text": " lea rax, [rbp-4672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 444 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_", + "range": { + "startCol": 17, + "endCol": 382 + } + } + ] + }, + { + "text": " lea rax, [rbp-4784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 457 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_", + "range": { + "startCol": 17, + "endCol": 415 + } + } + ] + }, + { + "text": " lea rax, [rbp-4304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC1INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-4256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 460 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-4240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC587", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [ + { + "name": ".LC587", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-4208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 461 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-16112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 462 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-4096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC588", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [ + { + "name": ".LC588", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-3888], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 473 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC589", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": ".LC589", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-3884], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 474 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3884]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC590", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": ".LC590", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA6_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA6_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-3880], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC591", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": ".LC591", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA9_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA9_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-3876], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 476 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3876]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC592", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": ".LC592", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA3_S3_S6_Lb1EEEOT_OT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA3_S3_S6_Lb1EEEOT_OT0_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " lea rax, [rbp-3984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-4000], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-3992], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4016]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordISt16initializer_listISt4pairIKNS0_13basic_cstringIKcEENS0_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov DWORD PTR [rbp-3796], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3796]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test12report_levelEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test12report_levelEEENS0_15named_parameterIKT_S4_RSB_EESC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " lea rax, [rbp-3744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC593", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [ + { + "name": ".LC593", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3744]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-3712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC594", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [ + { + "name": ".LC594", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 467 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-3792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 468 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-3872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_12report_levelENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 469 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_12report_levelENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_", + "range": { + "startCol": 17, + "endCol": 305 + } + } + ] + }, + { + "text": " lea rax, [rbp-4080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4016]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 477 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_", + "range": { + "startCol": 17, + "endCol": 381 + } + } + ] + }, + { + "text": " lea rax, [rbp-4192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-4080]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 488 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_", + "range": { + "startCol": 17, + "endCol": 414 + } + } + ] + }, + { + "text": " lea rax, [rbp-3696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-4192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEC1INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3680]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-3648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 491 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-3632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC595", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [ + { + "name": ".LC595", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-3600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 492 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-16432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 493 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-3440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 502 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 502 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 502 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-3472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC596", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [ + { + "name": ".LC596", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-3472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-3328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC597", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [ + { + "name": ".LC597", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-3248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_15named_parameterIKT_S4_RSF_EESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_15named_parameterIKT_S4_RSF_EESG_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " lea rax, [rbp-3168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC598", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [ + { + "name": ".LC598", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-3136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC599", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [ + { + "name": ".LC599", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 498 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-3216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 499 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-3312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSQ_EEEENS3_IT_SH_EERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 500 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSQ_EEEENS3_IT_SH_EERKSU_", + "range": { + "startCol": 17, + "endCol": 338 + } + } + ] + }, + { + "text": " lea rax, [rbp-3408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENSD_9env_var_tERSL_EENS4_ISL_NSD_13description_tESN_EEEEEEEcmINS4_ISL_NSD_12value_hint_tESN_EEEENS3_IT_SS_EERKSX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 501 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENSD_9env_var_tERSL_EENS4_ISL_NSD_13description_tESN_EEEEEEEcmINS4_ISL_NSD_12value_hint_tESN_EEEENS3_IT_SS_EERKSX_", + "range": { + "startCol": 17, + "endCol": 377 + } + } + ] + }, + { + "text": " lea rax, [rbp-3584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSL_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SV_EERKS10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 504 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSL_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SV_EERKS10_", + "range": { + "startCol": 17, + "endCol": 410 + } + } + ] + }, + { + "text": " lea rax, [rbp-3120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC1INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_IKS7_NSJ_15default_value_tERSP_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEEEESH_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-3104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-3072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 507 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-16736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 508 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 508 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-2976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [ + { + "name": ".LC600", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-2896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC563", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [ + { + "name": ".LC563", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-2832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC601", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [ + { + "name": ".LC601", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-2800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC602", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [ + { + "name": ".LC602", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 513 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-2880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 514 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-2960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 515 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 284 + } + } + ] + }, + { + "text": " lea rax, [rbp-3056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 520 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_", + "range": { + "startCol": 17, + "endCol": 316 + } + } + ] + }, + { + "text": " lea rax, [rbp-2784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-3056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC1INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-2736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 523 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-2720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [ + { + "name": ".LC603", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-2688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 524 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-17040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 525 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-2544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 533 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 533 + }, + "labels": [ + { + "name": ".LC604", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 533 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 533 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC605", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [ + { + "name": ".LC605", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2433], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2433]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " lea rax, [rbp-2384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC606", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [ + { + "name": ".LC606", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-2352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [ + { + "name": ".LC607", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 530 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 531 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-2512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 532 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "range": { + "startCol": 17, + "endCol": 287 + } + } + ] + }, + { + "text": " lea rax, [rbp-2672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 535 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_", + "range": { + "startCol": 17, + "endCol": 319 + } + } + ] + }, + { + "text": " lea rax, [rbp-2336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKbNSB_15default_value_tERSF_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-2288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 538 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-2272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC608", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [ + { + "name": ".LC608", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-2240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 539 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-17280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 540 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 540 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-2096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 553 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC609", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 553 + }, + "labels": [ + { + "name": ".LC609", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 553 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 553 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-2128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC610", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [ + { + "name": ".LC610", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-2128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-2000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC611", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [ + { + "name": ".LC611", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2016]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC612", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [ + { + "name": ".LC612", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1936]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-1904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC613", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [ + { + "name": ".LC613", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1904]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 545 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-1984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1920]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-2064]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2016]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1984]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 547 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 284 + } + } + ] + }, + { + "text": " lea rax, [rbp-2224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-2064]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 554 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_", + "range": { + "startCol": 17, + "endCol": 316 + } + } + ] + }, + { + "text": " lea rax, [rbp-1888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1888]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEC1INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1840]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1872]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1856]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-1840]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 557 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-1824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC614", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [ + { + "name": ".LC614", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1824]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1808]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-1792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 558 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-17520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 559 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-1664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 566 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 566 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 566 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 566 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " lea rax, [rbp-1696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC615", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [ + { + "name": ".LC615", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1712]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-1584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [ + { + "name": ".LC616", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-1552]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC617", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [ + { + "name": ".LC617", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1552]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 564 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1568]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 565 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-1776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 569 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " lea rax, [rbp-1536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1776]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-1488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 572 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-17760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 573 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 573 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-1408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [ + { + "name": ".LC618", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-1344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC619", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [ + { + "name": ".LC619", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-1312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC620", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [ + { + "name": ".LC620", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 578 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 579 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-1472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 581 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " lea rax, [rbp-1296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 584 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-1232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC621", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [ + { + "name": ".LC621", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 585 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-18000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 586 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 586 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC622", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [ + { + "name": ".LC622", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1009], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1009]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [ + { + "name": ".LC623", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC624", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [ + { + "name": ".LC624", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 591 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 592 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 593 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_", + "range": { + "startCol": 17, + "endCol": 287 + } + } + ] + }, + { + "text": " lea rax, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 596 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_", + "range": { + "startCol": 17, + "endCol": 319 + } + } + ] + }, + { + "text": " lea rax, [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKbNSB_15default_value_tERSF_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov r8d, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 599 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-18240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 600 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 600 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC625", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [ + { + "name": ".LC625", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC626", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [ + { + "name": ".LC626", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC627", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [ + { + "name": ".LC627", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 605 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 606 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " lea rax, [rbp-848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 609 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 612 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC628", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [ + { + "name": ".LC628", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 613 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-18480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 614 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 614 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC629", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [ + { + "name": ".LC629", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC630", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [ + { + "name": ".LC630", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_15named_parameterIKT_S4_RSF_EESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_15named_parameterIKT_S4_RSF_EESG_", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC631", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [ + { + "name": ".LC631", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 619 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSA_16optional_value_tERSM_EEEENS0_23named_parameter_combineIT_SD_EERKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 620 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSA_16optional_value_tERSM_EEEENS0_23named_parameter_combineIT_SD_EERKSR_", + "range": { + "startCol": 17, + "endCol": 304 + } + } + ] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS4_IKNS_9unit_test13basic_cstringIKcEENSD_13description_tERSL_EEEEEcmINS4_ISL_NSD_12value_hint_tESN_EEEENS3_IT_SP_EERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 621 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS4_IKNS_9unit_test13basic_cstringIKcEENSD_13description_tERSL_EEEEEcmINS4_ISL_NSD_12value_hint_tESN_EEEENS3_IT_SP_EERKSU_", + "range": { + "startCol": 17, + "endCol": 343 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_16optional_value_tERSL_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 627 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_16optional_value_tERSL_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_", + "range": { + "startCol": 17, + "endCol": 375 + } + } + ] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC1INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_IKS7_NSJ_16optional_value_tERSP_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [ + { + "name": ".LC522", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 629 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rdx, [rbp-18784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [ + { + "name": ".LC632", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 635 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E", + "range": { + "startCol": 34, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-19024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_113description_tERS9_EEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC633", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [ + { + "name": ".LC633", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC525", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [ + { + "name": ".LC525", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-19024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 637 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-19024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 638 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 638 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC634", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [ + { + "name": ".LC634", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 643 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "range": { + "startCol": 34, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-19264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionC1INS_3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_113description_tERS9_EEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [ + { + "name": ".LC153", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "range": { + "startCol": 34, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-19264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov r8d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 645 + }, + "labels": [ + { + "name": "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " lea rdx, [rbp-19264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-19272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 646 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-19264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-19024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-15296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-14032]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-13216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-11952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " jmp .L4577", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4577", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-10800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4474", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4474", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4474:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-10768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4475", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4475", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4477", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4477", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4477:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-8496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4478", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4478", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-6400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4480", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4480", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4480:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-6368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4481", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4481", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4481:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-6336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4482", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4482", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4482:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-6304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4483", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4483", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-5792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4485", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4485", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4485:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-5760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4486", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4486", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4486:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-5728]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4487", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4487", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4487:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-5696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4488", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4488:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-5664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4489", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4489", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4489:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-5632]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4490", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4490", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4492", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4492", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4492:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-3472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4493", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4493", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4493:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-3440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4494", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4494", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4496", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4496", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4496:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4497", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4497", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4499", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4499", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4499:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-2096]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4500", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1696]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4502", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4502", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": ".L4502:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4503", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4503", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " jmp .L4505", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [ + { + "name": ".L4505", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-19264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [] + }, + { + "text": " jmp .L4507", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 644 + }, + "labels": [ + { + "name": ".L4507", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": ".L4507:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-19024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [] + }, + { + "text": " jmp .L4508", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 636 + }, + "labels": [ + { + "name": ".L4508", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": ".L4508:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-18784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [] + }, + { + "text": " jmp .L4505", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 628 + }, + "labels": [ + { + "name": ".L4505", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": ".L4505:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-18480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [] + }, + { + "text": " jmp .L4509", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 610 + }, + "labels": [ + { + "name": ".L4509", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": ".L4509:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-18240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [] + }, + { + "text": " jmp .L4510", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 597 + }, + "labels": [ + { + "name": ".L4510", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": ".L4510:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-18000]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [] + }, + { + "text": " jmp .L4511", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 582 + }, + "labels": [ + { + "name": ".L4511", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": ".L4511:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17760]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [] + }, + { + "text": " jmp .L4503", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 570 + }, + "labels": [ + { + "name": ".L4503", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": ".L4503:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17520]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [] + }, + { + "text": " jmp .L4500", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 555 + }, + "labels": [ + { + "name": ".L4500", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": ".L4500:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [] + }, + { + "text": " jmp .L4497", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 536 + }, + "labels": [ + { + "name": ".L4497", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": ".L4497:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [] + }, + { + "text": " jmp .L4512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 521 + }, + "labels": [ + { + "name": ".L4512", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": ".L4512:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-16736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [] + }, + { + "text": " jmp .L4494", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 505 + }, + "labels": [ + { + "name": ".L4494", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": ".L4494:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-16432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [] + }, + { + "text": " jmp .L4513", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 489 + }, + "labels": [ + { + "name": ".L4513", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": ".L4513:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-16112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [] + }, + { + "text": " jmp .L4514", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 458 + }, + "labels": [ + { + "name": ".L4514", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": ".L4514:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-15792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [] + }, + { + "text": " jmp .L4515", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 427 + }, + "labels": [ + { + "name": ".L4515", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": ".L4515:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-15536]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [] + }, + { + "text": " jmp .L4490", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 405 + }, + "labels": [ + { + "name": ".L4490", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": ".L4490:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-15296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [] + }, + { + "text": " jmp .L4483", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 388 + }, + "labels": [ + { + "name": ".L4483", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": ".L4483:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-14976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [] + }, + { + "text": " jmp .L4516", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 357 + }, + "labels": [ + { + "name": ".L4516", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": ".L4516:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-14672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [] + }, + { + "text": " jmp .L4517", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 341 + }, + "labels": [ + { + "name": ".L4517", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": ".L4517:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-14352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " jmp .L4518", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 293 + }, + "labels": [ + { + "name": ".L4518", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": ".L4518:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-14032]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [] + }, + { + "text": " jmp .L4478", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 260 + }, + "labels": [ + { + "name": ".L4478", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": ".L4478:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-13792]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " jmp .L4519", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 249 + }, + "labels": [ + { + "name": ".L4519", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": ".L4519:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-13472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " jmp .L4520", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 220 + }, + "labels": [ + { + "name": ".L4520", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": ".L4520:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-13216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [] + }, + { + "text": " jmp .L4521", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 201 + }, + "labels": [ + { + "name": ".L4521", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": ".L4521:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-12976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [] + }, + { + "text": " jmp .L4522", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 188 + }, + "labels": [ + { + "name": ".L4522", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": ".L4522:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-12736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [] + }, + { + "text": " jmp .L4475", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 174 + }, + "labels": [ + { + "name": ".L4475", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L4475:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-12496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " jmp .L4523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 149 + }, + "labels": [ + { + "name": ".L4523", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": ".L4523:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-12256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L4524", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 137 + }, + "labels": [ + { + "name": ".L4524", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": ".L4524:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-11952]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 120 + }, + "labels": [] + }, + { + "text": ".L4577:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 647 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE13_Rb_tree_implISF_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE13_Rb_tree_implISF_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_storeC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE13_Rb_tree_implISF_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE13_Rb_tree_implISF_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameters_storeC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla6parserEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": ".LC635:", + "source": null, + "labels": [] + }, + { + "text": " .string \"no_\"", + "source": null, + "labels": [] + }, + { + "text": ".LC636:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\n Did you mean one of these?\\n\"", + "source": null, + "labels": [] + }, + { + "text": ".LC637:", + "source": null, + "labels": [] + }, + { + "text": " .string \" Did you mean one of these?\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config4initERiPPc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " sub rsp, 656", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-648], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-656], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 658 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-560], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-552], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L18s_parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 663 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 663 + }, + "labels": [] + }, + { + "text": " je .L4590", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 663 + }, + "labels": [ + { + "name": ".L4590", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L18s_parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 664 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 664 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": ".L4590:", + "source": null, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 667 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 667 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store5clearEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC635", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".LC635", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC523", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".LC523", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp13typed_keywordINS0_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tELb0EEaSERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tELb0EEaSERKS5_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS8_EEEcmINS3_IS8_NSA_12neg_prefix_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS8_EEEcmINS3_IS8_NSA_12neg_prefix_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_", + "range": { + "startCol": 17, + "endCol": 251 + } + } + ] + }, + { + "text": " lea rbx, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov edi, 128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L18s_parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-664], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parserC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_112neg_prefix_tERSB_EENS6_ISB_NSC_15end_of_params_tESE_EEEEEERKNS0_16parameters_storeERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla6parserEE5resetIS3_EEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla6parserEE5resetIS3_EEvPT_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser5parseEiPPcRNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser5parseEiPPcRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-648]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 671 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L18s_parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 674 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3env12fetch_absentERKNS0_16parameters_storeERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 674 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3env12fetch_absentERKNS0_16parameters_storeERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L18s_parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18finalize_argumentsERKNS0_16parameters_storeERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 677 + }, + "labels": [ + { + "name": "_ZN5boost7runtime18finalize_argumentsERKNS0_16parameters_storeERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 680 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [] + }, + { + "text": " je .L4591", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 681 + }, + "labels": [ + { + "name": ".L4591", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 682 + }, + "labels": [] + }, + { + "text": ".L4591:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "range": { + "startCol": 34, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [] + }, + { + "text": " je .L4592", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 686 + }, + "labels": [ + { + "name": ".L4592", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 687 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser7versionERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 687 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser7versionERSo", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-388]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework15nothing_to_testC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-388]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 688 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L4592:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E", + "range": { + "startCol": 34, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [] + }, + { + "text": " je .L4593", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 690 + }, + "labels": [ + { + "name": ".L4593", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " movzx ebx, BYTE PTR [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov ecx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 691 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " lea rax, [rbp-340]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework15nothing_to_testC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-340]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 692 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 692 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L4593:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [] + }, + { + "text": " je .L4594", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 694 + }, + "labels": [ + { + "name": ".L4594", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " movzx r12d, BYTE PTR [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 697 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 697 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 697 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 698 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 698 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 698 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 698 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov r8d, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L18s_parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser4helpERSoRKNS0_16parameters_storeENS_9unit_test13basic_cstringIKcEEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 695 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser4helpERSoRKNS0_16parameters_storeENS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " lea rax, [rbp-276]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework15nothing_to_testC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-276]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 699 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 699 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L4594:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [] + }, + { + "text": " je .L4595", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 703 + }, + "labels": [ + { + "name": ".L4595", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERT_NS3_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERT_NS3_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-564], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 704 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-564]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 705 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-564]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 706 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": ".L4595:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla6parserEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " jmp .L4637", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 745 + }, + "labels": [ + { + "name": ".L4637", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rbx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov esi, 128", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-664]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [] + }, + { + "text": " jmp .L4597", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 670 + }, + "labels": [ + { + "name": ".L4597", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4597:", + "source": null, + "labels": [] + }, + { + "text": " cmp rdx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " je .L4598", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [ + { + "name": ".L4598", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " jg .L4599", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [ + { + "name": ".L4599", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " je .L4600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [ + { + "name": ".L4600", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " jg .L4599", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [ + { + "name": ".L4599", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " je .L4601", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [ + { + "name": ".L4601", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " je .L4602", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [ + { + "name": ".L4602", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4599:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " jmp .L4603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [ + { + "name": ".L4603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4601:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L4602:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC636", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 714 + }, + "labels": [ + { + "name": ".LC636", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-576], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " jne .L4604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4604", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-584], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " jne .L4604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4604", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": ".L4612:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " je .L4606", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4606", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-159]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " je .L4606", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4606", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " jmp .L4607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4607", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4606:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": ".L4607:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " je .L4604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4604", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " jne .L4608", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4608", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-158]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": ".L4610:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " jne .L4608", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4608", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC509", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [ + { + "name": ".LC509", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-18], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " jmp .L4610", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4610", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4608:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-18], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " je .L4612", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4612", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-157]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " jmp .L4612", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 716 + }, + "labels": [ + { + "name": ".L4612", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4604:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-156]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov esi, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework15nothing_to_testC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-156]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 719 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L4600:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 722 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 724 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 724 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 724 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 724 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 724 + }, + "labels": [] + }, + { + "text": " je .L4613", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 724 + }, + "labels": [ + { + "name": ".L4613", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC637", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 725 + }, + "labels": [ + { + "name": ".LC637", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 725 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-149]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-616], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-616]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " jne .L4623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-148]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-624], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " jne .L4623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-19], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": ".L4622:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " je .L4616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4616", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-147]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " je .L4616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4616", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " jmp .L4617", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4617", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4616:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": ".L4617:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " je .L4623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " jne .L4618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4618", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-146]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": ".L4620:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " jne .L4618", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4618", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC509", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [ + { + "name": ".LC509", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-19], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " jmp .L4620", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4620", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4618:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-19], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " je .L4622", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4622", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-145]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " jmp .L4622", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 727 + }, + "labels": [ + { + "name": ".L4622", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4613:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla6parserEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 730 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEcvbEv", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 730 + }, + "labels": [] + }, + { + "text": " je .L4623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 730 + }, + "labels": [ + { + "name": ".L4623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 731 + }, + "labels": [ + { + "name": ".LC56", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 731 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 732 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L4623:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-116]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov esi, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework15nothing_to_testC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-116]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 735 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 735 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L4598:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 738 + }, + "labels": [ + { + "name": ".LC143", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 738 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla6parserEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 740 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEcvbEv", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 740 + }, + "labels": [] + }, + { + "text": " je .L4624", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 740 + }, + "labels": [ + { + "name": ".L4624", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cerr", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 741 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": ".L4624:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-92]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 743 + }, + "labels": [] + }, + { + "text": " mov esi, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 743 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 743 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework15nothing_to_testC1Ei", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 743 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-92]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 743 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 743 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 743 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [] + }, + { + "text": " jmp .L4626", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 711 + }, + "labels": [ + { + "name": ".L4626", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": ".L4626:", + "source": null, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [] + }, + { + "text": " jmp .L4603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 710 + }, + "labels": [ + { + "name": ".L4603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 713 + }, + "labels": [] + }, + { + "text": " jmp .L4603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 713 + }, + "labels": [ + { + "name": ".L4603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 721 + }, + "labels": [] + }, + { + "text": " jmp .L4603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 721 + }, + "labels": [ + { + "name": ".L4603", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 737 + }, + "labels": [] + }, + { + "text": ".L4603:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla6parserEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 659 + }, + "labels": [] + }, + { + "text": ".L4637:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 656", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 745 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config14argument_storeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 751 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 751 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 752 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 753 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config12save_patternEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 759 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 759 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 760 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 760 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 760 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".LC638:", + "source": null, + "labels": [] + }, + { + "text": " .string \"TestCase\"", + "source": null, + "labels": [] + }, + { + "text": ".LC639:", + "source": null, + "labels": [] + }, + { + "text": " .string \"TestSuite\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6outputL12tu_type_nameERKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " jne .L4643", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [ + { + "name": ".L4643", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC638", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [ + { + "name": ".LC638", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L4644", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [ + { + "name": ".L4644", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4643:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC639", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [ + { + "name": ".LC639", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L4644:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 43 + }, + "labels": [] + }, + { + "text": ".LC640:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter9log_startERSom:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC640", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 52 + }, + "labels": [ + { + "name": ".LC640", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": ".LC641:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter10log_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC641", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 60 + }, + "labels": [ + { + "name": ".LC641", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".LC642:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter14log_build_infoERSob:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-52], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-52], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 68 + }, + "labels": [] + }, + { + "text": " je .L4650", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 68 + }, + "labels": [ + { + "name": ".L4650", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC642", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".LC642", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC643", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".LC643", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-3]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".LC12", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsIA6_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsIA6_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC644", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".LC644", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".LC14", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsIA23_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsIA23_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC645", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [ + { + "name": ".LC645", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [ + { + "name": ".LC16", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsIA31_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 72 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsIA31_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC646", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [ + { + "name": ".LC646", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov esi, 74", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC647", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [ + { + "name": ".LC647", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": ".L4650:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": ".LC648:", + "source": null, + "labels": [] + }, + { + "text": " .string \" file\"", + "source": null, + "labels": [] + }, + { + "text": ".LC649:", + "source": null, + "labels": [] + }, + { + "text": " .string \" line\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter15test_unit_startERSoRKNS0_9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC52", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": ".LC52", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6outputL12tu_type_nameERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6outputL12tu_type_nameERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC71", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": ".LC71", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-97]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " je .L4652", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".L4652", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov edx, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC648", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [ + { + "name": ".LC648", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov edx, 5", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC649", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [ + { + "name": ".LC649", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": ".L4652:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC55", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 91 + }, + "labels": [ + { + "name": ".LC55", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": ".LC650:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC651:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L4654", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 99 + }, + "labels": [ + { + "name": ".L4654", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC650", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [ + { + "name": ".LC650", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC651", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [ + { + "name": ".LC651", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": ".L4654:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC57", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": ".LC57", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6outputL12tu_type_nameERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6outputL12tu_type_nameERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC55", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [ + { + "name": ".LC55", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 102 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 103 + }, + "labels": [] + }, + { + "text": ".LC652:", + "source": null, + "labels": [] + }, + { + "text": " .string \"yes\"", + "source": null, + "labels": [] + }, + { + "text": ".LC653:", + "source": null, + "labels": [] + }, + { + "text": " .string \" reason\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC52", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [ + { + "name": ".LC52", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 110 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6outputL12tu_type_nameERKNS0_9test_unitE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 110 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6outputL12tu_type_nameERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC71", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [ + { + "name": ".LC71", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-19]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC90", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".LC90", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC652", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [ + { + "name": ".LC652", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsIA4_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 112 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsIA4_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC653", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [ + { + "name": ".LC653", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC647", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 114 + }, + "labels": [ + { + "name": ".LC647", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 114 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 115 + }, + "labels": [] + }, + { + "text": ".LC654:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " sub rsp, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception5whereEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception5whereEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC654", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [ + { + "name": ".LC654", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-114]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 124 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC649", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [ + { + "name": ".LC649", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-113]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 127 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 127 + }, + "labels": [] + }, + { + "text": " je .L4657", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 127 + }, + "labels": [ + { + "name": ".L4657", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC655", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [ + { + "name": ".LC655", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-97]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 128 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": ".L4657:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC55", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [ + { + "name": ".LC55", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_7cdata_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_7cdata_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost19execution_exception4whatEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [ + { + "name": "_ZNK5boost19execution_exception4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERKNS1_14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERKNS1_14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 132 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 132 + }, + "labels": [] + }, + { + "text": " je .L4659", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 132 + }, + "labels": [ + { + "name": ".L4659", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC656", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [ + { + "name": ".LC656", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-35]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 133 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC649", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [ + { + "name": ".LC649", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 134 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC55", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 135 + }, + "labels": [ + { + "name": ".LC55", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 135 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_7cdata_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_7cdata_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERKNS1_14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 136 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERKNS1_14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC657", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 137 + }, + "labels": [ + { + "name": ".LC657", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 137 + }, + "labels": [] + }, + { + "text": ".L4659:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 139 + }, + "labels": [] + }, + { + "text": ".LC658:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter20log_exception_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC658", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 146 + }, + "labels": [ + { + "name": ".LC658", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 147 + }, + "labels": [] + }, + { + "text": ".LC659:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Info\"", + "source": null, + "labels": [] + }, + { + "text": ".LC660:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Message\"", + "source": null, + "labels": [] + }, + { + "text": ".LC661:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Warning\"", + "source": null, + "labels": [] + }, + { + "text": ".LC662:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Error\"", + "source": null, + "labels": [] + }, + { + "text": ".LC663:", + "source": null, + "labels": [] + }, + { + "text": " .string \"FatalError\"", + "source": null, + "labels": [] + }, + { + "text": ".LC664:", + "source": null, + "labels": [] + }, + { + "text": " .string \">\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter19entry_context_startERSoNS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-52], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " je .L4671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L4671", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov edx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".LC47", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 194 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": ".L4671:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov edx, 9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC665", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [ + { + "name": ".LC665", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 198 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": ".LC666:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter20entry_context_finishERSoNS0_9log_levelE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov edx, 10", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC666", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [ + { + "name": ".LC666", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 206 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 207 + }, + "labels": [] + }, + { + "text": ".LC667:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": ".LC668:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-116], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov edx, 7", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC667", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".LC667", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_7cdata_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_7cdata_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsERKNS1_14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsERKNS1_14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC668", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".LC668", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 214 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_log_formatter.ipp", + "line": 215 + }, + "labels": [] + }, + { + "text": ".LC669:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output20xml_report_formatter20results_report_startERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 36 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC669", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 37 + }, + "labels": [ + { + "name": ".LC669", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 37 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 38 + }, + "labels": [] + }, + { + "text": ".LC670:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output20xml_report_formatter21results_report_finishERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC670", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 45 + }, + "labels": [ + { + "name": ".LC670", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 45 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 46 + }, + "labels": [] + }, + { + "text": ".LC671:", + "source": null, + "labels": [] + }, + { + "text": " .string \" result\"", + "source": null, + "labels": [] + }, + { + "text": ".LC672:", + "source": null, + "labels": [] + }, + { + "text": " .string \" assertions_passed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC673:", + "source": null, + "labels": [] + }, + { + "text": " .string \" assertions_failed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC674:", + "source": null, + "labels": [] + }, + { + "text": " .string \" warnings_failed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC675:", + "source": null, + "labels": [] + }, + { + "text": " .string \" expected_failures\"", + "source": null, + "labels": [] + }, + { + "text": ".LC676:", + "source": null, + "labels": [] + }, + { + "text": " .string \" test_cases_passed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC677:", + "source": null, + "labels": [] + }, + { + "text": " .string \" test_cases_passed_with_warnings\"", + "source": null, + "labels": [] + }, + { + "text": ".LC678:", + "source": null, + "labels": [] + }, + { + "text": " .string \" test_cases_failed\"", + "source": null, + "labels": [] + }, + { + "text": ".LC679:", + "source": null, + "labels": [] + }, + { + "text": " .string \" test_cases_skipped\"", + "source": null, + "labels": [] + }, + { + "text": ".LC680:", + "source": null, + "labels": [] + }, + { + "text": " .string \" test_cases_aborted\"", + "source": null, + "labels": [] + }, + { + "text": ".LC681:", + "source": null, + "labels": [] + }, + { + "text": " .string \" test_cases_timed_out\"", + "source": null, + "labels": [] + }, + { + "text": ".LC682:", + "source": null, + "labels": [] + }, + { + "text": " .string \" test_suites_timed_out\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output20xml_report_formatter22test_unit_report_startERKNS0_9test_unitERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test19results_collector_t7resultsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test19results_collector_t7resultsEm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test12test_results6passedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 58 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test12test_results6passedEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " je .L4677", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 58 + }, + "labels": [ + { + "name": ".L4677", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC333", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 59 + }, + "labels": [ + { + "name": ".LC333", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L4678", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 59 + }, + "labels": [ + { + "name": ".L4678", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4677:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " add rax, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 60 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " je .L4679", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 60 + }, + "labels": [ + { + "name": ".L4679", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC339", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".LC339", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 61 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L4678", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 61 + }, + "labels": [ + { + "name": ".L4678", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4679:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " add rax, 106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 62 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " je .L4680", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 62 + }, + "labels": [ + { + "name": ".L4680", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC337", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 63 + }, + "labels": [ + { + "name": ".LC337", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 63 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L4678", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 63 + }, + "labels": [ + { + "name": ".L4678", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4680:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 64 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 64 + }, + "labels": [] + }, + { + "text": " je .L4681", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 64 + }, + "labels": [ + { + "name": ".L4681", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC340", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 65 + }, + "labels": [ + { + "name": ".LC340", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 65 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 65 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L4678", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 65 + }, + "labels": [ + { + "name": ".L4678", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4681:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC336", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": ".LC336", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": ".L4678:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 60", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 69 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " jne .L4682", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".L4682", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, OFFSET FLAT:.LC638", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".LC638", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L4683", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".L4683", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4682:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC639", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".LC639", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L4683:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC71", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": ".LC71", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-94]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC671", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": ".LC671", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-93]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 71 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC672", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [ + { + "name": ".LC672", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-92]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 72 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC673", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [ + { + "name": ".LC673", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-91]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC674", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".LC674", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-90]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC675", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [ + { + "name": ".LC675", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-89]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-144], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " cmp eax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " jne .L4684", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 78 + }, + "labels": [ + { + "name": ".L4684", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC676", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [ + { + "name": ".LC676", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-31]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 79 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC677", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [ + { + "name": ".LC677", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-30]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC678", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [ + { + "name": ".LC678", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-29]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC679", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [ + { + "name": ".LC679", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 82 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC680", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [ + { + "name": ".LC680", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-27]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 83 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC681", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [ + { + "name": ".LC681", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-26]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC682", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": ".LC682", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": ".L4684:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov esi, 62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output20xml_report_formatter23test_unit_report_finishERKNS0_9test_unitERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC57", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [ + { + "name": ".LC57", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " jne .L4686", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [ + { + "name": ".L4686", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, OFFSET FLAT:.LC638", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [ + { + "name": ".LC638", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L4687", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [ + { + "name": ".L4687", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4686:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:.LC639", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [ + { + "name": ".LC639", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L4687:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov esi, 62", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output20xml_report_formatter22do_confirmation_reportERKNS0_9test_unitERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 106 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/xml_report_formatter.ipp", + "line": 107 + }, + "labels": [] + }, + { + "text": "_Z20init_unit_test_suiteiPPc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 390 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": "_ZStlsRSoRKNSt6chrono10time_pointINS0_3_V212system_clockENS0_8durationIlSt5ratioILl1ELl1000000000EEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": null, + "line": 11 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": null, + "line": 11 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": null, + "line": 11 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": null, + "line": 11 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": null, + "line": 11 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": null, + "line": 11 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6chrono10time_pointINS_3_V212system_clockENS_8durationIlSt5ratioILl1ELl1000000000EEEEE16time_since_epochEv", + "source": { + "file": null, + "line": 12 + }, + "labels": [ + { + "name": "_ZNKSt6chrono10time_pointINS_3_V212system_clockENS_8durationIlSt5ratioILl1ELl1000000000EEEEE16time_since_epochEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000000EEE5countEv", + "source": { + "file": null, + "line": 12 + }, + "labels": [ + { + "name": "_ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000000EEE5countEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx119to_stringEl", + "source": { + "file": null, + "line": 12 + }, + "labels": [ + { + "name": "_ZNSt7__cxx119to_stringEl", + "range": { + "startCol": 17, + "endCol": 42 + } + } + ] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": null, + "line": 13 + }, + "labels": [] + }, + { + "text": " jmp .L4695", + "source": { + "file": null, + "line": 13 + }, + "labels": [ + { + "name": ".L4695", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": null, + "line": 12 + }, + "labels": [] + }, + { + "text": ".L4695:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": null, + "line": 14 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": null, + "line": 14 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": null, + "line": 14 + }, + "labels": [] + }, + { + "text": "_ZStlsRSoRKNSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": null, + "line": 16 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": null, + "line": 16 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": null, + "line": 16 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": null, + "line": 16 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": null, + "line": 16 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " call _ZNSt6chrono10time_pointINS_3_V212system_clockENS_8durationIlSt5ratioILl1ELl1000000000EEEEEC1ERKS6_", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 17 + }, + "labels": [] + }, + { + "text": " call _ZStlsRSoRKNSt6chrono10time_pointINS0_3_V212system_clockENS0_8durationIlSt5ratioILl1ELl1000000000EEEEEE", + "source": { + "file": null, + "line": 17 + }, + "labels": [ + { + "name": "_ZStlsRSoRKNSt6chrono10time_pointINS0_3_V212system_clockENS0_8durationIlSt5ratioILl1ELl1000000000EEEEEE", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": null, + "line": 18 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": null, + "line": 19 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": null, + "line": 19 + }, + "labels": [] + }, + { + "text": ".LC683:", + "source": null, + "labels": [] + }, + { + "text": " .string \"copy_test\"", + "source": null, + "labels": [] + }, + { + "text": ".LC684:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" fixture ctor\"", + "source": null, + "labels": [] + }, + { + "text": ".LC685:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/tmp/compiler-explorer-compiler2020922-34685-1dwzo3c.1q5gg/example.cpp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC686:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" fixture setup\"", + "source": null, + "labels": [] + }, + { + "text": ".LC687:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" test entry\"", + "source": null, + "labels": [] + }, + { + "text": ".LC688:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" fixture teardown\"", + "source": null, + "labels": [] + }, + { + "text": ".LC689:", + "source": null, + "labels": [] + }, + { + "text": " .string \"\\\" fixture dtor\"", + "source": null, + "labels": [] + }, + { + "text": "_ZL17copy_test_invokerv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " sub rsp, 2264", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2240]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov ecx, 51", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " rep stosq", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2240]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcEC1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2240]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3refEv", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3refEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1825], 34", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1825]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC683", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC683", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC684", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC684", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA15_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA15_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2256]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1824]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 70", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC685", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC685", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-2256]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1824]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 27", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " lea rax, [rbp-2240]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1792]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov ecx, 51", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " rep stosq", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1792]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcEC1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1792]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3refEv", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3refEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1377], 34", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1377]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC683", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC683", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC686", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC686", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA16_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA16_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1808]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1376]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 70", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC685", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC685", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1808]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1376]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 27", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " lea rax, [rbp-1792]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2257]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17setup_conditionalI9copy_testEEvRT_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17setup_conditionalI9copy_testEEvRT_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1344]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov ecx, 51", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " rep stosq", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1344]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcEC1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1344]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3refEv", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3refEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-929], 34", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-929]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC683", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC683", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC687", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC687", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA13_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA13_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1360]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 70", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC685", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC685", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1360]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 27", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " lea rax, [rbp-1344]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2257]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN9copy_test11test_methodEv", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN9copy_test11test_methodEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-896]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov ecx, 51", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " rep stosq", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcEC1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3refEv", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3refEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-481], 34", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-481]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC683", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC683", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC688", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC688", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA19_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA19_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-912]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 70", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC685", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC685", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-912]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 27", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2257]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test20teardown_conditionalI9copy_testEEvRT_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test20teardown_conditionalI9copy_testEEvRT_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov ecx, 51", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " rep stosq", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcEC1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3refEv", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3refEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-33], 34", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC683", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC683", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC689", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC689", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcA15_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boostlsIcA15_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 70", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC685", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC685", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-464]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 27", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " jmp .L4709", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".L4709", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-2240]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1792]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1344]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": ".L4709:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": ".LC690:", + "source": null, + "labels": [] + }, + { + "text": " .string \"duration_copy\"", + "source": null, + "labels": [] + }, + { + "text": ".LC691:", + "source": null, + "labels": [] + }, + { + "text": " .string \"duration\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN9copy_test11test_methodEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": null, + "line": 29 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 29 + }, + "labels": [] + }, + { + "text": " call _Z6copy_TINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEET_S5_", + "source": { + "file": null, + "line": 29 + }, + "labels": [ + { + "name": "_Z6copy_TINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEET_S5_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": null, + "line": 29 + }, + "labels": [] + }, + { + "text": ".L4712:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, 70", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC685", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": ".LC685", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, 30", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, 70", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC685", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": ".LC685", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC3", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": ".LC3", + "range": { + "startCol": 34, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIA1_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIA1_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-64]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " push OFFSET FLAT:.LC690", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": ".LC690", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " push rdx", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " push OFFSET FLAT:.LC691", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": ".LC691", + "range": { + "startCol": 29, + "endCol": 35 + } + } + ] + }, + { + "text": " mov r9, rcx", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov r8d, 2", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, 30", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail10check_frwdINS1_15equal_impl_frwdENSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EEbT_RKNS_9unit_test12lazy_ostreamENSA_13basic_cstringIKcEEmNS1_10tool_levelENS1_10check_typeERKT0_PSF_RKT1_SM_", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail10check_frwdINS1_15equal_impl_frwdENSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EEbT_RKNS_9unit_test12lazy_ostreamENSA_13basic_cstringIKcEEmNS1_10tool_levelENS1_10check_typeERKT0_PSF_RKT1_SM_", + "range": { + "startCol": 17, + "endCol": 247 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED1Ev", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail10dummy_condEv", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail10dummy_condEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " je .L4715", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": ".L4715", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L4712", + "source": { + "file": null, + "line": 30 + }, + "labels": [ + { + "name": ".L4712", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED1Ev", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": null, + "line": 30 + }, + "labels": [] + }, + { + "text": ".L4715:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZNKSt6chrono10time_pointINS_3_V212system_clockENS_8durationIlSt5ratioILl1ELl1000000000EEEEE16time_since_epochEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 789 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 789 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 789 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_Alloc_hiderD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits:", + "source": null, + "labels": [] + }, + { + "text": " .string \"00010203040506070809101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8__detail18__to_chars_10_implImEEvPcjT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-44]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 83 + }, + "labels": [] + }, + { + "text": " sub eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-4], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 83 + }, + "labels": [] + }, + { + "text": ".L4721:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-56], 99", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " jbe .L4720", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 84 + }, + "labels": [ + { + "name": ".L4720", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " shr rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " movabs rdx, 2951479051793528259", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " mul rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " shr rdx, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " sub rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rax, [rdx+rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " shr rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " movabs rdx, 2951479051793528259", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mul rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " shr rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " add rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits[rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " add rax, OFFSET FLAT:_ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [ + { + "name": "_ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits", + "range": { + "startCol": 34, + "endCol": 89 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub DWORD PTR [rbp-4], 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L4721", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 84 + }, + "labels": [ + { + "name": ".L4721", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4720:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-56], 9", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jbe .L4722", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 92 + }, + "labels": [ + { + "name": ".L4722", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 95 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 95 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 95 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR _ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits[rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " add rax, OFFSET FLAT:_ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits", + "range": { + "startCol": 34, + "endCol": 89 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " jmp .L4724", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 100 + }, + "labels": [ + { + "name": ".L4724", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4722:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " add eax, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L4724:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/charconv.h", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6059 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6059 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6059 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6059 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6059 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6059 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6059 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6062 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6062 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6062 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6062 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6062 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6063 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6063 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6063 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6063 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6063 + }, + "labels": [] + }, + { + "text": " jmp .L4729", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6064 + }, + "labels": [ + { + "name": ".L4729", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6064 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6064 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6064 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6064 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6064 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6064 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6064 + }, + "labels": [] + }, + { + "text": ".L4729:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6065 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6065 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6065 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6065 + }, + "labels": [] + }, + { + "text": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6099 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6099 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6099 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6099 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6099 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6099 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6099 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-35]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6105 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17integral_constantIbLb1EEcvbEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6105 + }, + "labels": [ + { + "name": "_ZNKSt17integral_constantIbLb1EEcvbEv", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6105 + }, + "labels": [] + }, + { + "text": " je .L4731", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6105 + }, + "labels": [ + { + "name": ".L4731", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6106 + }, + "labels": [] + }, + { + "text": " jmp .L4732", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6106 + }, + "labels": [ + { + "name": ".L4732", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4731:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13get_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13get_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSaIcES1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [ + { + "name": "_ZSteqRKSaIcES1_", + "range": { + "startCol": 17, + "endCol": 33 + } + } + ] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [] + }, + { + "text": " je .L4732", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6107 + }, + "labels": [ + { + "name": ".L4732", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6108 + }, + "labels": [] + }, + { + "text": ".L4732:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6109 + }, + "labels": [] + }, + { + "text": " je .L4733", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6109 + }, + "labels": [ + { + "name": ".L4733", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE8capacityEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " jbe .L4734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [ + { + "name": ".L4734", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE8capacityEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " ja .L4734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [ + { + "name": ".L4734", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " jmp .L4735", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [ + { + "name": ".L4735", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4734:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": ".L4735:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [] + }, + { + "text": " je .L4733", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6113 + }, + "labels": [ + { + "name": ".L4733", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6insertEmRKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [] + }, + { + "text": " jmp .L4736", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6114 + }, + "labels": [ + { + "name": ".L4736", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4733:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6116 + }, + "labels": [] + }, + { + "text": ".L4736:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6117 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6117 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6117 + }, + "labels": [] + }, + { + "text": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6121 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6121 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6121 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6insertEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 510 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 510 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7releaseEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7releaseEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZNK5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEaSERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE5adoptEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 63 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE5adoptEPS2_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail10clone_baseC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost16exception_detail10clone_baseE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [ + { + "name": "_ZTVN5boost16exception_detail10clone_baseE", + "range": { + "startCol": 34, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": "_ZN5boost9exceptionC2ERKS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9exceptionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [ + { + "name": "_ZTVN5boost9exceptionE", + "range": { + "startCol": 34, + "endCol": 56 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+32], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IPKcvEET_S8_RKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_M_local_dataEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_Alloc_hiderC1EPcRKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " jmp .L4755", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [ + { + "name": ".L4755", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_Alloc_hiderD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 627 + }, + "labels": [] + }, + { + "text": ".L4755:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testplIcKcEENSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEERKS9_RKNS0_13basic_cstringIT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 766 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 766 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 766 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 766 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 766 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendIPKcvEERS4_T_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 768 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendIPKcvEERS4_T_S9_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " jmp .L4760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 769 + }, + "labels": [ + { + "name": ".L4760", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 769 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 769 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 769 + }, + "labels": [] + }, + { + "text": ".L4760:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 770 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 770 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 770 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_6detail22translator_holder_baseEEcvbEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 15 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 15 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 229 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 229 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 229 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_E10std_stringERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 657 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 659 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 660 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 660 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE8null_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE8null_strEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEC2EPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " jne .L4797", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 246 + }, + "labels": [ + { + "name": ".L4797", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE8null_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE8null_strEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " jmp .L4798", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 246 + }, + "labels": [ + { + "name": ".L4798", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4797:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": ".L4798:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " je .L4799", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [ + { + "name": ".L4799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE6lengthEPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE6lengthEPS3_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " jmp .L4800", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [ + { + "name": ".L4800", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4799:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": ".L4800:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 249 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 249 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 249 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS5_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS5_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS5_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS5_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2EOS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test13basic_cstringIKcEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEED2Ev", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EED2Ev", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4findERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4findERS6_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE5clearEv", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 304 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 306 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 306 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 306 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EEPT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 626 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 629 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 633 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 633 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function0IvEcvMNS1_5dummyEFvvEEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 889 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 889 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 889 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 889 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 889 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 889 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " je .L4825", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [ + { + "name": ".L4825", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r12d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " mov r13d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " jmp .L4827", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [ + { + "name": ".L4827", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L4825:", + "source": null, + "labels": [] + }, + { + "text": " mov r12d, OFFSET FLAT:_ZN5boost9function0IvE5dummy7nonnullEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE5dummy7nonnullEv", + "range": { + "startCol": 35, + "endCol": 73 + } + } + ] + }, + { + "text": " mov r13d, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": ".L4827:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " mov rdx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 890 + }, + "labels": [] + }, + { + "text": "_ZN5boost11make_sharedINS_9unit_test14runtime_config13stream_holder16callback_cleanerEJRKNS_8functionIFvvEEEEEENS_6detail15sp_if_not_arrayIT_E4typeEDpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC1IS4_NS_6detail14sp_inplace_tagINS7_13sp_ms_deleterIS4_EEEEEEPT_T0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE29_internal_get_untyped_deleterEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 252 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE29_internal_get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7addressEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 254 + }, + "labels": [ + { + "name": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7addressEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail10sp_forwardIRKNS_8functionIFvvEEEEEOT_RS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [ + { + "name": "_ZN5boost6detail10sp_forwardIRKNS_8functionIFvvEEEEEOT_RS7_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1ERKS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov edi, 544", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holder16callback_cleanerC1ENS_8functionIFvvEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE15set_initializedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 257 + }, + "labels": [ + { + "name": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE15set_initializedEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 261 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC1IS4_EERKNS0_IT_EEPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " jmp .L4834", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 262 + }, + "labels": [ + { + "name": ".L4834", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rbx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " jmp .L4831", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 256 + }, + "labels": [ + { + "name": ".L4831", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": ".L4831:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": ".L4834:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " add rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEaSEOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC1EOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE4swapERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE4swapERS5_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 655 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE5resetEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE4swapERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE4swapERS5_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": ".LC692:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"typename boost::detail::sp_memb\"", + "source": null, + "labels": [] + }, + { + "text": " .string \"er_access::type boost::shared_ptr::operator->() const [with T = boost::unit_test::runtime_config::stream_holder::callback_cleaner; typename boost::detail::sp_member_access::type = boost::unit_test::runtime_config::stream_holder::callback_cleaner*]\"", + "source": null, + "labels": [] + }, + { + "text": ".LC693:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp\"", + "source": null, + "labels": [] + }, + { + "text": ".LC694:", + "source": null, + "labels": [] + }, + { + "text": " .string \"px != 0\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L4839", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L4839", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC692", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC692", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L4839:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 518 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 519 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 519 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 534 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 536 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 537 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 537 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2ERKS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": "_ZN5boost17bad_function_callD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost17bad_function_callE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [ + { + "name": "_ZTVN5boost17bad_function_callE", + "range": { + "startCol": 34, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": "_ZN5boost17bad_function_callD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function0IvEclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " je .L4849", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": ".L4849", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": ".L4849:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IvE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IvE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " jmp .L4853", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [ + { + "name": ".L4853", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L4853:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyIbEntEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyIbEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyIbEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyIbEC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyIbEC2Eb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyIbEC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyIbEC2Eb", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEntEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": ".LC695:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::shared_ptr::reset(Y*) [with Y = boost::basic_wrap_stringstream; T = boost::basic_wrap_stringstream]\"", + "source": null, + "labels": [] + }, + { + "text": ".LC696:", + "source": null, + "labels": [] + }, + { + "text": " .string \"p == 0 || p != px\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEE5resetIS2_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " je .L4862", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".L4862", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " jne .L4862", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".L4862", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC695", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC695", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 692", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC696", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC696", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": ".L4862:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC1IS2_EEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": ".LC697:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_dereference::type boost::shared_ptr::operator*() const [with T = boost::basic_wrap_stringstream; typename boost::detail::sp_dereference::type = boost::basic_wrap_stringstream&]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " jne .L4864", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".L4864", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC697", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC697", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 722", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": ".L4864:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 723 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 723 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 724 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 724 + }, + "labels": [] + }, + { + "text": ".LC698:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::basic_wrap_stringstream; typename boost::detail::sp_member_access::type = boost::basic_wrap_stringstream*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L4867", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L4867", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC698", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC698", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L4867:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " add rax, 376", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5c_strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EEC2EmRKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 510 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE17_S_check_init_lenEmRKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE17_S_check_init_lenEmRKS8_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EEC2EmRKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EEC2EmRKS9_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE21_M_default_initializeEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE21_M_default_initializeEm", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " jmp .L4877", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [ + { + "name": ".L4877", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EED2Ev", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L4877:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 512 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EED2Ev", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_15stack_decoratorEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_15stack_decoratorEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_15stack_decoratorEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " jmp .L4882", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L4882", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4882:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2EOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_5labelEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_5labelEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_5labelEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " jmp .L4887", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L4887", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4887:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_17expected_failuresEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_17expected_failuresEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_17expected_failuresEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " jmp .L4891", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L4891", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4891:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_7timeoutEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_7timeoutEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_7timeoutEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " jmp .L4895", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L4895", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4895:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_11descriptionEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_11descriptionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_11descriptionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " jmp .L4899", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L4899", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4899:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_10depends_onEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_10depends_onEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_10depends_onEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " jmp .L4903", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L4903", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4903:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_9fixture_tEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_9fixture_tEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_9fixture_tEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " jmp .L4908", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L4908", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4908:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFNS_10test_tools16assertion_resultEmEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1INS_10test_tools16assertion_resultEmEC2ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZN5boost9function1INS_10test_tools16assertion_resultEmEC2ERKS3_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1INS_10test_tools16assertion_resultEmED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1INS_10test_tools16assertion_resultEmE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [ + { + "name": "_ZN5boost9function1INS_10test_tools16assertion_resultEmE5clearEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_12preconditionEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_12preconditionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_12preconditionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " jmp .L4915", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L4915", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L4915:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyImEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyImEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyImEC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyImEC2Em:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyImEC2Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyImEC2Em", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyISt6vectorImSaImEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorImSaImEEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorImSaImEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPmmEvT_S1_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPmmEvT_S1_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEED2Ev", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEE3getEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " cmp edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17readonly_propertyINS_8functionIFvvEEEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINS_8functionIFvvEEEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINS_8functionIFvvEEEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorImSaImEE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE13_Rb_tree_implIS6_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EED2Ev", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3getIbEERKT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3getIbEERKT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 53 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 54 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L4939", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L4939", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " jmp .L4936", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 55 + }, + "labels": [ + { + "name": ".L4936", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L4936:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 511 + }, + "labels": [] + }, + { + "text": ".L4939:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/io.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 297 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10_List_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [ + { + "name": "_ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_headerC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 382 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 382 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 382 + }, + "labels": [] + }, + { + "text": "_ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_clearEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10_List_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEED2Ev", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " movabs rax, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_M_erase_at_endEPS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_M_erase_at_endEPS5_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1500 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1500 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_clearEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE7_M_initEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1501 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE7_M_initEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1502 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1502 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1502 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE10_List_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt10_List_nodeImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [ + { + "name": "_ZNSaISt10_List_nodeImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_headerC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 382 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 382 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 382 + }, + "labels": [] + }, + { + "text": "_ZNSaISt10_List_nodeImEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEED2Ev", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE8_M_clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE8_M_clearEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE10_List_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 499 + }, + "labels": [] + }, + { + "text": "_ZNKSt7__cxx114listImSaImEE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1055 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1055 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1055 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEE4backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1130 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1130 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1130 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1132 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1132 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1132 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " call _ZNSt14_List_iteratorImEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1133 + }, + "labels": [ + { + "name": "_ZNSt14_List_iteratorImEmmEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " call _ZNKSt14_List_iteratorImEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1134 + }, + "labels": [ + { + "name": "_ZNKSt14_List_iteratorImEdeEv", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 282 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 282 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 282 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 282 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKcPS0_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKcPS0_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EED2Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEEC2ESt16initializer_listIS5_ERKS3_RKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKcPS0_EEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EEC1ERKS7_RKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKcPS0_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKcPS1_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKcPS1_EE3endEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKcPS1_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKcPS1_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE22_M_insert_range_uniqueIPKS3_EENSt9enable_ifIXsrSt7is_sameIS3_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESG_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE22_M_insert_range_uniqueIPKS3_EENSt9enable_ifIXsrSt7is_sameIS3_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESG_SG_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " jmp .L4978", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": ".L4978", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKcPS0_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": ".L4978:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE13_Rb_tree_implIS7_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE13_Rb_tree_implIS7_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEvE4data:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEvE5pdata:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEvE4data", + "source": null, + "labels": [ + { + "name": "_ZZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEvE4data", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEvE5pdata[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIPKcEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIPKcEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneINS0_13basic_cstringIKcEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextINS0_13basic_cstringIKcEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " add rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIcNS0_13basic_cstringIKcEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEE4findERS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE4findERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE4findERS1_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIKcE4findES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " jne .L5003", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [ + { + "name": ".L5003", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " jbe .L5004", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [ + { + "name": ".L5004", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5003:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " jmp .L5005", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [ + { + "name": ".L5005", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5004:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": ".L5005:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " je .L5006", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 545 + }, + "labels": [ + { + "name": ".L5006", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 546 + }, + "labels": [] + }, + { + "text": " jmp .L5007", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 546 + }, + "labels": [ + { + "name": ".L5007", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5006:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 548 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": " sub rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": " lea rax, [rbx+rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 549 + }, + "labels": [] + }, + { + "text": ".L5010:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 551 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 551 + }, + "labels": [] + }, + { + "text": " je .L5008", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 551 + }, + "labels": [ + { + "name": ".L5008", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE7compareEPS3_S5_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE7compareEPS3_S5_m", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [] + }, + { + "text": " jne .L5013", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 552 + }, + "labels": [ + { + "name": ".L5013", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 555 + }, + "labels": [] + }, + { + "text": " jmp .L5010", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 551 + }, + "labels": [ + { + "name": ".L5010", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5013:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 553 + }, + "labels": [] + }, + { + "text": ".L5008:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": " je .L5011", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [ + { + "name": ".L5011", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": " jmp .L5014", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [ + { + "name": ".L5014", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5011:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": ".L5014:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 558 + }, + "labels": [] + }, + { + "text": ".L5007:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIKcE6substrEmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 589 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 589 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 589 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " jbe .L5016", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [ + { + "name": ".L5016", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " jmp .L5015", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [ + { + "name": ".L5015", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5016:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 591 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 591 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 591 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " jbe .L5018", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [ + { + "name": ".L5018", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 592 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " jmp .L5015", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [ + { + "name": ".L5015", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5018:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 593 + }, + "labels": [] + }, + { + "text": ".L5015:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 594 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 594 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 594 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEC2ImEEPS2_T_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZSt8for_eachIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEN5boost9unit_test6output15s_replace_charsEET0_T_SF_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3833 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3833 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3833 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3833 + }, + "labels": [] + }, + { + "text": ".L5025:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [] + }, + { + "text": " je .L5027", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [ + { + "name": ".L5027", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3839 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3839 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3839 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output15s_replace_charsclIcEEvRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3839 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test6output15s_replace_charsclIcEEvRT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " jmp .L5025", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3838 + }, + "labels": [ + { + "name": ".L5025", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5027:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3840 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3841 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3841 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3841 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3841 + }, + "labels": [] + }, + { + "text": "_ZSt6removeIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcET_SA_SA_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 870 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops17__iter_equals_valIKcEENS0_16_Iter_equals_valIT_EERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops17__iter_equals_valIKcEENS0_16_Iter_equals_valIT_EERS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [] + }, + { + "text": " call _ZSt11__remove_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 880 + }, + "labels": [ + { + "name": "_ZSt11__remove_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 882 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 882 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2IPcEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISC_SB_E7__valueES8_E6__typeEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 527 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 528 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 528 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils12find_last_ofIPKcS4_EET_S5_S5_T0_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " je .L5034", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L5034", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jne .L5035", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L5035", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5034:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L5036", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L5036", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5035:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": ".L5040:", + "source": null, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " je .L5037", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [ + { + "name": ".L5037", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZSt4findIPKccET_S2_S2_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZSt4findIPKccET_S2_S2_RKT0_", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " jne .L5037", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [ + { + "name": ".L5037", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " jmp .L5038", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [ + { + "name": ".L5038", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5037:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": ".L5038:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " je .L5039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [ + { + "name": ".L5039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " jmp .L5040", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 143 + }, + "labels": [ + { + "name": ".L5040", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5039:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jne .L5041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L5041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZSt4findIPKccET_S2_S2_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZSt4findIPKccET_S2_S2_RKT0_", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jne .L5041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L5041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L5043", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L5043", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5041:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L5043:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L5036:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 345 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ja .L5045", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 348 + }, + "labels": [ + { + "name": ".L5045", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 349 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L5045:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1500 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE8_M_clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1500 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE8_M_clearEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE7_M_initEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1501 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE7_M_initEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1502 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1502 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1502 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEC1ERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": ".LC699:", + "source": null, + "labels": [] + }, + { + "text": " .string \"=\\\"\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsINS1_7cdata_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEC1ERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1160 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1160 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1160 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1160 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1160 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1160 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1160 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1169 + }, + "labels": [] + }, + { + "text": " call _ZNSt11char_traitsIcE6lengthEPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1169 + }, + "labels": [ + { + "name": "_ZNSt11char_traitsIcE6lengthEPKc", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1171 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13get_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1171 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-26]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-25]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaIcEcE17_S_select_on_copyERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaIcEcE17_S_select_on_copyERKS1_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rdx, [rbp-26]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-26]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7reserveEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1173 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1173 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1173 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1173 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1173 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKcm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1173 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1174 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1174 + }, + "labels": [] + }, + { + "text": " jmp .L5061", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [ + { + "name": ".L5061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1175 + }, + "labels": [] + }, + { + "text": ".L5061:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1176 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1176 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 1176 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5countERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " je .L5065", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [ + { + "name": ".L5065", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " jmp .L5067", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [ + { + "name": ".L5067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5065:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": ".L5067:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testneImEEbRKT_RKNS0_14class_propertyIS2_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6133 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6133 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6133 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6135 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9_M_insertIJS5_EEEvSt14_List_iteratorIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9_M_insertIJS5_EEEvSt14_List_iteratorIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10push_frontEOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1166 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1166 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9_M_insertIJS5_EEEvSt14_List_iteratorIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9_M_insertIJS5_EEEvSt14_List_iteratorIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1167 + }, + "labels": [] + }, + { + "text": "_ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ERKS9_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6087 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6087 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6087 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6087 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6087 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6087 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6089 + }, + "labels": [] + }, + { + "text": "_ZNKSt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 210 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 210 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsIiEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedIiEEvRSoRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedIiEEvRSoRKT_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsIdEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedIdEEvRSoRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedIdEEvRSoRKT_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt14_List_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPNSt8__detail15_List_node_baseE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 946 + }, + "labels": [] + }, + { + "text": "_ZNSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKSt14_List_iteratorIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 287 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " call _ZNSt14_List_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPNSt8__detail15_List_node_baseE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 339 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 339 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 339 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 339 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZNSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 306 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 307 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 307 + }, + "labels": [] + }, + { + "text": "_ZNKSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 295 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 295 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 296 + }, + "labels": [ + { + "name": "_ZNKSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 296 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 296 + }, + "labels": [] + }, + { + "text": "_ZNKSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPKNSt8__detail15_List_node_baseE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 955 + }, + "labels": [] + }, + { + "text": "_ZNKSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 972 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 972 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 972 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 972 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPKNSt8__detail15_List_node_baseE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 973 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": "_ZNKSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1055 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1055 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1055 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1056 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedImEEvRSoRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedImEEvRSoRKT_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedINS0_12test_results19readonly_property57EEEvRSoRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedINS0_12test_results19readonly_property57EEEvRSoRKT_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsIA6_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedIA6_cEEvRSoRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedIA6_cEEvRSoRKT_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsIA23_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedIA23_cEEvRSoRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedIA23_cEEvRSoRKT_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsIA31_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedIA31_cEEvRSoRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedIA31_cEEvRSoRKT_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5emptyEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEE9push_backERKm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE9_M_insertIJRKmEEEvSt14_List_iteratorImEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE9_M_insertIJRKmEEEvSt14_List_iteratorImEDpOT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1212 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implC1EOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2EOS7_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output10junit_impl16junit_log_helperC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1EOS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1EOS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " add rdx, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC1EOS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+104], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": "_ZSt9make_pairIRKN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helperEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helperEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test9test_unit19readonly_property62EEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test9test_unit19readonly_property62EEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEEC1IS6_Lb1EEERKS3_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE6insertIS7_INS1_9test_unit19readonly_property62ES4_EEENSt9enable_ifIXsrSt16is_constructibleIS9_JT_EE5valueES7_ISt17_Rb_tree_iteratorIS9_EbEE4typeEOSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_emplace_uniqueIJS0_INS3_9test_unit19readonly_property62ES6_EEEES0_ISt17_Rb_tree_iteratorIS7_EbEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_emplace_uniqueIJS0_INS3_9test_unit19readonly_property62ES6_EEEES0_ISt17_Rb_tree_iteratorIS7_EbEDpOT_", + "range": { + "startCol": 17, + "endCol": 241 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEE8pop_backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1246 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1246 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1246 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " call _ZNSt14_List_iteratorImEC1EPNSt8__detail15_List_node_baseE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE8_M_eraseESt14_List_iteratorImE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE8_M_eraseESt14_List_iteratorImE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1247 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L5156", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L5156", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L5158", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L5158", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5156:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": ".L5158:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEEixERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE11lower_boundERS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE11lower_boundERS8_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L5160", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5160", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEdeEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5161", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5161", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5160:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L5162", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5162", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5161:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L5162:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5163", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5163", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKmEEC1ILb1ELb1EEES1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1ERKSt17_Rb_tree_iteratorIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 278 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L5163:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEdeEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6assignIPKcvEERS4_T_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1470 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1470 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1470 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1470 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1470 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1IPcEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISC_SB_E7__valueES8_E6__typeEEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1IPcEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISC_SB_E7__valueES8_E6__typeEEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7replaceEN9__gnu_cxx17__normal_iteratorIPKcS4_EES9_S8_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1471 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEmiEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEmiEl", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testpLIcKcEERNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEESA_RKNS0_13basic_cstringIT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 754 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 754 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendIPKcvEERS4_T_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 756 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendIPKcvEERS4_T_S9_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 757 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils26replace_all_occurrences_ofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKS8_EET_SB_T0_SC_SC_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": ".L5177:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " je .L5174", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [ + { + "name": ".L5174", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " je .L5174", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [ + { + "name": ".L5174", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findERKS4_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": ".L5176:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " je .L5175", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L5175", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7replaceEmmRKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE4findERKS4_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " jmp .L5176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L5176", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5175:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-40], 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-56], 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " jmp .L5177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 236 + }, + "labels": [ + { + "name": ".L5177", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5174:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/algorithm.hpp", + "line": 245 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils11string_castIiEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " sub rsp, 408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-408], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-416], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " jmp .L5183", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [ + { + "name": ".L5183", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": ".L5183:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE5clearEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 483 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 484 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE6assignIlEERS3_PS2_T_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1IlEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIcE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 288 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIcE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 509 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 510 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 510 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIcE9trim_leftEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ja .L5194", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L5194", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIcE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 336 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIcE5clearEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": ".L5194:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIcEC2ImEEPcT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE13_Rb_tree_implISK_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_eraseEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_eraseEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE13_Rb_tree_implISK_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE11lower_boundERSH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE11lower_boundERSH_", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEESJ_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEESJ_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " jne .L5202", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L5202", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " je .L5203", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L5203", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5202:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " jmp .L5204", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L5204", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5203:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": ".L5204:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " je .L5205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L5205", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt16forward_as_tupleIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESt5tupleIJDpOT_EES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt16forward_as_tupleIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESt5tupleIJDpOT_EES9_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1ERKSt17_Rb_tree_iteratorISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEESt17_Rb_tree_iteratorISG_ESt23_Rb_tree_const_iteratorISG_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEESt17_Rb_tree_iteratorISG_ESt23_Rb_tree_const_iteratorISG_EDpOT_", + "range": { + "startCol": 17, + "endCol": 331 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": ".L5205:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC1IPS5_EET_NS_10enable_if_IXntsrNS_11is_integralIS9_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE4swapERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE4swapERS5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " jmp .L5211", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1140 + }, + "labels": [ + { + "name": ".L5211", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": ".L5211:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 745 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 745 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6assignEPKcm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 748 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 748 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 748 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEntEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 892 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 892 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 892 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 892 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixERSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE11lower_boundERSH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE11lower_boundERSH_", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEESJ_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEESJ_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L5218", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5218", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5219", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5219", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5218:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L5220", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5220", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5219:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L5220:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5221", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5221", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC1ILb1ELb1EEES7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1ERKSt17_Rb_tree_iteratorISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEESt17_Rb_tree_iteratorISG_ESt23_Rb_tree_const_iteratorISG_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEESt17_Rb_tree_iteratorISG_ESt23_Rb_tree_const_iteratorISG_EDpOT_", + "range": { + "startCol": 17, + "endCol": 331 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L5221:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1115 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1115 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1115 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE4swapERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE4swapERS5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1118 + }, + "labels": [] + }, + { + "text": " jmp .L5227", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1118 + }, + "labels": [ + { + "name": ".L5227", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1117 + }, + "labels": [] + }, + { + "text": ".L5227:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1119 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 435 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 456 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEclES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " je .L5234", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": ".L5234", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": ".L5234:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " jmp .L5238", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [ + { + "name": ".L5238", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L5238:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_3nfp10nfp_detail27access_to_invalid_parameterEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost3nfp10nfp_detail27access_to_invalid_parameterE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost3nfp10nfp_detail27access_to_invalid_parameterE", + "range": { + "startCol": 34, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIcNS0_16no_params_type_tEcEC2Ec:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp13typed_keywordIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tELb0EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2Eb", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE9push_backEOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC2IPS6_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISF_SE_E7__valueESB_E6__typeEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEvEESC_NSA_IPKS5_S7_EET_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1379 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1379 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1379 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1379 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1379 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1379 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6cbeginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6cbeginEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1382 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEplEl", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE18_M_insert_dispatchIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St12__false_type", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1383 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE18_M_insert_dispatchIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St12__false_type", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1385 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEplEl", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1386 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC2IPS9_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISH_SG_E7__valueESD_E6__typeEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6cbeginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6cbeginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS7_S9_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS7_S9_EE", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_M_erase_at_endEPS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_M_erase_at_endEPS5_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EEOS7_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1ERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES6_E17_S_select_on_copyERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES6_E17_S_select_on_copyERKS7_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EmRKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EmRKS6_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEPS7_S7_ET0_T_SG_SF_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEPS7_S7_ET0_T_SG_SF_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 557 + }, + "labels": [] + }, + { + "text": " jmp .L5275", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [ + { + "name": ".L5275", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": ".L5275:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC1ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EC1ES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEEC1ERKSA_RKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC2INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENSA_IPKcNSD_20dropped_delimeters_tESI_EEEEEENS0_13basic_cstringISH_EERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE14apply_modifierINS_3nfp23named_parameter_combineINSF_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSJ_EENSH_IPS9_NSK_20dropped_delimeters_tESO_EEEEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE14apply_modifierINS_3nfp23named_parameter_combineINSF_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSJ_EENSH_IPS9_NSK_20dropped_delimeters_tESO_EEEEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 401 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE4initEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE4initEv", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators20iterator_core_access5equalINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEES9_EEbRKT_RKT0_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [ + { + "name": "_ZN5boost9iterators20iterator_core_access5equalINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEES9_EEbRKT_RKT0_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework11setup_errorC2ERKS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorC2ERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework11setup_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework11setup_errorE", + "range": { + "startCol": 34, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorC1ERKS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost9unit_test9framework11setup_errorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework11setup_errorE", + "range": { + "startCol": 34, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 656 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv", + "range": { + "startCol": 17, + "endCol": 234 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators20iterator_core_access11dereferenceINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEEEENT_9referenceERKSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 656 + }, + "labels": [ + { + "name": "_ZN5boost9iterators20iterator_core_access11dereferenceINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEEEENT_9referenceERKSA_", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 657 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 657 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 657 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 664 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 666 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 666 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 666 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv", + "range": { + "startCol": 17, + "endCol": 233 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 666 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators20iterator_core_access9incrementINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEEEEvRT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 666 + }, + "labels": [ + { + "name": "_ZN5boost9iterators20iterator_core_access9incrementINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEEEEvRT_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 667 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 667 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 667 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv", + "range": { + "startCol": 17, + "endCol": 233 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 668 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 668 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE9push_backERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L5293", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L5293", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L5295", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L5295", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5293:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": ".L5295:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseImSaImEE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaImEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaImEC2Ev", + "range": { + "startCol": 17, + "endCol": 29 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaImED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorImED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorImED2Ev", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseImSaImEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE13_M_deallocateEPmm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE13_M_deallocateEPmm", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEixERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE11lower_boundERS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE11lower_boundERS8_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEESA_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L5300", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5300", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEdeEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5301", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5301", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5300:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L5302", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5302", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5301:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L5302:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5303", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5303", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKmEEC1ILb1ELb1EEES1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC1ERKSt17_Rb_tree_iteratorIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 268 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L5303:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEdeEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE9push_backERKm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L5306", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L5306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaImEE9constructImJRKmEEEvRS0_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaImEE9constructImJRKmEEEvRS0_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L5308", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L5308", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5306:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE17_M_realloc_insertIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE17_M_realloc_insertIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": ".L5308:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEvE4data:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEvE5pdata:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEvE4data", + "source": null, + "labels": [ + { + "name": "_ZZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEvE4data", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEvE5pdata[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_traits/integral_constant.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE5beginEv", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEC1ERKSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEC1ERKSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEdeEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZSt3maxImERKT_S2_S2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 259 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 259 + }, + "labels": [] + }, + { + "text": " jnb .L5323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 259 + }, + "labels": [ + { + "name": ".L5323", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " jmp .L5324", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 260 + }, + "labels": [ + { + "name": ".L5324", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5323:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 261 + }, + "labels": [] + }, + { + "text": ".L5324:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 262 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 262 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 715 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [] + }, + { + "text": " je .L5326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [ + { + "name": ".L5326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [] + }, + { + "text": " jmp .L5328", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [ + { + "name": ".L5328", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5326:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 719 + }, + "labels": [] + }, + { + "text": ".L5328:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9last_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [] + }, + { + "text": " je .L5330", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [ + { + "name": ".L5330", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [] + }, + { + "text": " jmp .L5332", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [ + { + "name": ".L5332", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5330:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 734 + }, + "labels": [] + }, + { + "text": ".L5332:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 735 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 735 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 615 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 615 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 615 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 615 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " jne .L5334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [ + { + "name": ".L5334", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE7compareEPS3_S5_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 619 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE7compareEPS3_S5_m", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " jne .L5334", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [ + { + "name": ".L5334", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " jmp .L5335", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [ + { + "name": ".L5335", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5334:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": ".L5335:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 620 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 620 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 620 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 620 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 620 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 639 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 641 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 642 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 642 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EED2Ev", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEEC2Ev", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEED2Ev", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2ERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2ERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2ERKSD_", + "range": { + "startCol": 17, + "endCol": 216 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+72], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+80], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+88], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2ERKSD_", + "range": { + "startCol": 17, + "endCol": 218 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " add rdx, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2INS1_5utils27basic_string_token_iteratorIcNS9_9ut_detail20default_char_compareIcEEEEvEET_SF_RKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-288], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-288]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 658 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 658 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN5boost9unit_test5utils27basic_string_token_iteratorIcNS2_9ut_detail20default_char_compareIcEEEEENSt15iterator_traitsIT_E17iterator_categoryERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 658 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN5boost9unit_test5utils27basic_string_token_iteratorIcNS2_9ut_detail20default_char_compareIcEEEEENSt15iterator_traitsIT_E17iterator_categoryERKS9_", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_range_initializeINS1_5utils27basic_string_token_iteratorIcNS9_9ut_detail20default_char_compareIcEEEEEEvT_SF_St18input_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_range_initializeINS1_5utils27basic_string_token_iteratorIcNS9_9ut_detail20default_char_compareIcEEEEEEvT_SF_St18input_iterator_tag", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " jmp .L5352", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 659 + }, + "labels": [ + { + "name": ".L5352", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": ".L5352:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 659 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 659 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 659 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE9push_backEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE12emplace_backIJS7_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE12emplace_backIJS7_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EEixEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN5boost4bindIbNS_9unit_test9framework4impl11name_filter9componentERKNS1_9test_unitENS_3argILi1EEENS_17reference_wrapperIS7_EEEENS_3_bi6bind_tIT_NS_4_mfi4cmf1ISF_T0_T1_EENSD_9list_av_2IT2_T3_E4typeEEEMSI_KFSF_SJ_ESM_SN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEC1ES3_S8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS2_9test_unitEEC1EMS6_KFbS9_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIbNS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEENS0_5list2INS_3argILi1EEENS_17reference_wrapperISA_EEEEEC1ESC_RKSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": "_ZSt7find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSE_5list2INS2_3argILi1EEENS2_17reference_wrapperISJ_EEEEEEET_ST_ST_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops11__pred_iterIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEENS0_10_Iter_predIT_EESO_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops11__pred_iterIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEENS0_10_Iter_predIT_EESO_", + "range": { + "startCol": 17, + "endCol": 243 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS0_5__ops10_Iter_predINS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSG_5list2INS2_3argILi1EEENS2_17reference_wrapperISL_EEEEEEEEET_SW_SW_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS0_5__ops10_Iter_predINS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSG_5list2INS2_3argILi1EEENS2_17reference_wrapperISL_EEEEEEEEET_SW_SW_T0_", + "range": { + "startCol": 17, + "endCol": 295 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3930 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3930 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEcvRKS3_Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEE3getEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEE3getEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " cmp ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIA16_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEC1ERKS2_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA16_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EC1ERKS7_SB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EEcEENS2_INS2_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EC1ERKSC_SD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS2_INS2_IT_T0_RKSL_EET1_RKSP_EERKSO_SR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EC1ERKSE_SM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA26_cEENS2_INS2_IT_T0_RKSO_EET1_RKSS_EERKSR_SU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EC1ERKSN_SQ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cSA_EENS2_INS2_IT_T0_RKSR_EET1_RKSV_EERKSU_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EC1ERKSR_SB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cRA26_S5_EESA_cEENS2_INS2_IT_T0_RKSU_EET1_RKSY_EERKSX_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EC1ERKSS_SD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cRA26_S5_EESA_SC_EEcSL_EENS2_INS2_IT_T0_RKSV_EET1_RKSZ_EERKSY_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EC1ERKST_SM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test13basic_cstringIKcEixEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ja .L5394", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L5394", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 336 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L5394:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEC1ERKSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEC1ERKSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISF_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIPN5boost9unit_test10test_suiteEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIPN5boost9unit_test10test_suiteEEC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIPN5boost9unit_test10test_suiteEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEED2Ev", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EED2Ev", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE13_Rb_tree_implISA_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE13_Rb_tree_implISA_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareIN5boost9unit_test9framework5state14priority_orderEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareIN5boost9unit_test9framework5state14priority_orderEEC2Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEED2Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test9framework5state13context_frameEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test9framework5state13context_frameEEC2Ev", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test9framework5state13context_frameEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEED2Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EED2Ev", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIPN5boost9unit_test14global_fixtureEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIPN5boost9unit_test14global_fixtureEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEED2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZN5boost12scoped_arrayIcED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost20checked_array_deleteIcEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost20checked_array_deleteIcEEvPT_", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE13_Rb_tree_implISB_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13output_formatEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13output_formatEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE13_Rb_tree_implISB_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5emptyEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE5beginEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEdeEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 808 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 808 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 808 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 808 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 809 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 809 + }, + "labels": [] + }, + { + "text": "_ZSt9make_pairIRmS0_ESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS2_INS3_IT0_E4typeEE6__typeEEOS4_OS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairImmEC1IRmS2_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEE6insertIS2_ImmEEENSt9enable_ifIXsrSt16is_constructibleIS4_JT_EE5valueESt17_Rb_tree_iteratorIS4_EE4typeEOSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 551 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 551 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 551 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE16_M_emplace_equalIJS0_ImmEEEESt17_Rb_tree_iteratorIS2_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE16_M_emplace_equalIJS0_ImmEEEESt17_Rb_tree_iteratorIS2_EDpOT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorImSaImEE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE5beginEv", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE4backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEmiEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEmiEl", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEdeEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE8pop_backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1225 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaImEE7destroyImEEvRS0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaImEE7destroyImEEvRS0_PT_", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1231 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1231 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1231 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [ + { + "name": "_ZNKSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNKSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEppEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEdeEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyIjEcvRKjEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZN5boost4bindIvNS_9unit_test17test_unit_fixtureENS_10shared_ptrIS2_EEEENS_3_bi6bind_tIT_NS_4_mfi3mf0IS7_T0_EENS5_9list_av_1IT1_E4typeEEEMSA_FS7_vESD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 20 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC1ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEC1EMS3_FvvE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC1ES6_RKSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " jmp .L5490", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [ + { + "name": ".L5490", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 24 + }, + "labels": [] + }, + { + "text": ".L5490:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 25 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 25 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 25 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 25 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ERKS8_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC2ERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC1ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1275 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS4_5list1INS4_5valueINS_10shared_ptrIS9_EEEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISI_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISH_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISH_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 218 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " jmp .L5498", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [ + { + "name": ".L5498", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": ".L5498:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3getIjEERKT_NS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3getIjEERKT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3getIjEERKT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorISt4pairIKmmEEEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE3endEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorISt4pairIKmmEEEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt8multimapImmSt4lessImESaISt4pairIKmmEEEEEbRKNS1_15static_any_baseESD_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt8multimapImmSt4lessImESaISt4pairIKmmEEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEppEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefISt4pairImmESt8multimapImmSt4lessImESaIS3_IKmmEEEEET_RKNS1_15static_any_baseERKT0_NS_4typeISC_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairImmEC1IKmmLb1EEERKS_IT_T0_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " cmp edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " jge .L5513", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [ + { + "name": ".L5513", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " jmp .L5514", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 236 + }, + "labels": [ + { + "name": ".L5514", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5513:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 237 + }, + "labels": [] + }, + { + "text": ".L5514:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 238 + }, + "labels": [] + }, + { + "text": "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 360 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 361 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 361 + }, + "labels": [] + }, + { + "text": "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 379 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE3endEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 379 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 379 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE15_M_erase_at_endEPm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE15_M_erase_at_endEPm", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE11equal_rangeERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1048 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1048 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1048 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1048 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11equal_rangeERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1048 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11equal_rangeERS1_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1048 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_multimap.h", + "line": 1048 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEppEi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 377 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 378 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEC1ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEC1ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl14random_shuffleIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEKNS1_5state23random_generator_helperEEEvT_SE_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 444 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 447 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": ".L5535:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " jle .L5536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 448 + }, + "labels": [ + { + "name": ".L5536", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework5state23random_generator_helperclEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 449 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework5state23random_generator_helperclEm", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 450 + }, + "labels": [] + }, + { + "text": " je .L5534", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 450 + }, + "labels": [ + { + "name": ".L5534", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEixEl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEixEl", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEixEl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEixEl", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapImENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS4_ESt18is_move_assignableIS4_EEE5valueEvE4typeERS4_SE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 452 + }, + "labels": [ + { + "name": "_ZSt4swapImENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS4_ESt18is_move_assignableIS4_EEE5valueEvE4typeERS4_SE_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": ".L5534:", + "source": null, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 448 + }, + "labels": [] + }, + { + "text": " jmp .L5535", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 448 + }, + "labels": [ + { + "name": ".L5535", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5536:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 455 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyINS_8functionIFvvEEEEcvRKS4_Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_M_erase_at_endEPS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_M_erase_at_endEPS4_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4prevISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 194 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEmmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 194 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEmmEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4prevISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 185 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEmmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEmmEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1134 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EEC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EEC1ERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " je .L5547", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": ".L5547", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyERKS9_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " jmp .L5547", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [ + { + "name": ".L5547", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": ".L5547:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [ + { + "name": "_ZNKSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNKSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEbRKNS1_15static_any_baseESC_RT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEppEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIPNS0_14global_fixtureESt3setIS4_St4lessIS4_ESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISA_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEdeEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EEC1ERKSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " je .L5564", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": ".L5564", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyERKSA_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " jmp .L5564", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [ + { + "name": ".L5564", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": ".L5564:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 734 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3getINS0_9log_levelEEERKT_NS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3getINS_9unit_test9log_levelEEERKT_NS3_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3getINS_9unit_test9log_levelEEERKT_NS3_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3getINS0_13output_formatEEERKT_NS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERKT_NS3_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERKT_NS3_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEixERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE11lower_boundERS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE11lower_boundERS8_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEESA_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L5571", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5571", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEdeEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5572", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5572", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5571:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L5573", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5572:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L5573:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5574", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5574", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKN5boost9unit_test13output_formatEEEC1ILb1ELb1EEES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC1ERKSt17_Rb_tree_iteratorIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 295 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L5574:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEdeEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZN5boost4bindIvNS_9unit_test15unit_test_log_tERSoPS2_NS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_NS_4_mfi3mf1IS9_T0_T1_EENS7_9list_av_2IT2_T3_E4typeEEEMSC_FS9_SD_ESG_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueIPNS_9unit_test15unit_test_log_tEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEC1ES6_S8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEC1EMS3_FvS4_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEC1ES7_RKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS4_5list2INS4_5valueIPS9_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISJ_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISJ_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 659 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv", + "range": { + "startCol": 17, + "endCol": 234 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5applyERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 661 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5applyERKS6_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 662 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 662 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 662 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_9unit_test13basic_cstringIKcEEEEPT_RS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_9unit_test13basic_cstringIKcEEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEmiEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEmiEl", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L5593", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L5593", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L5595", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L5595", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5593:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": ".L5595:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEC1ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEC1ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISE_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEEEcmINS3_IPKcNS6_20dropped_delimeters_tESC_EEEENS0_23named_parameter_combineIT_S8_EERKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEC1ERKS9_RKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES6_EENS4_IbNS9_19keep_empty_tokens_tEbEEEEEcmINS4_IKNS8_17ti_delimeter_typeENS9_17kept_delimeters_tERSI_EEEENS3_IT_SE_EERKSM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEEC1ERKSA_RKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC2INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENS9_INSA_IPKcNSD_20dropped_delimeters_tESI_EENSA_IbNSD_19keep_empty_tokens_tEbEEEEEEEENS0_13basic_cstringISH_EERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE14apply_modifierINS_3nfp23named_parameter_combineINSF_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSJ_EENSG_INSH_IPS9_NSK_20dropped_delimeters_tESO_EENSH_IbNSK_19keep_empty_tokens_tEbEEEEEEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 311 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE14apply_modifierINS_3nfp23named_parameter_combineINSF_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSJ_EENSG_INSH_IPS9_NSK_20dropped_delimeters_tESO_EENSH_IbNSK_19keep_empty_tokens_tEbEEEEEEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 443 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE4initEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE4initEv", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11param_errorC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt9exceptionC2ERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZNSt9exceptionC2ERKS_", + "range": { + "startCol": 17, + "endCol": 39 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11param_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11param_errorE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " jmp .L5615", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [ + { + "name": ".L5615", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt9exceptionD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": ".L5615:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime10init_errorC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11param_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11param_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime10init_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime10init_errorE", + "range": { + "startCol": 34, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime26access_to_missing_argumentC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime26access_to_missing_argumentE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime26access_to_missing_argumentE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L5625", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L5625", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L5625:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZSt10accumulateIPKSt4pairIPKcN5boost9unit_test13output_formatEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS4_9framework4impl17sum_to_first_onlyEET0_T_SJ_SI_T1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-65], r8b", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": ".L5628:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [] + }, + { + "text": " je .L5627", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [ + { + "name": ".L5627", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl17sum_to_first_onlyclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIPKcNS0_13output_formatEEEET_RKSG_RKT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl17sum_to_first_onlyclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIPKcNS0_13output_formatEEEET_RKSG_RKT0_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-48], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [] + }, + { + "text": " jmp .L5628", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [ + { + "name": ".L5628", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5627:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime26access_to_missing_argumentC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime26access_to_missing_argumentE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime26access_to_missing_argumentE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime26access_to_missing_argumentE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime26access_to_missing_argumentE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZSt10accumulateIPKSt4pairIPKcN5boost9unit_test9log_levelEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS4_9framework4impl17sum_to_first_onlyEET0_T_SJ_SI_T1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-65], r8b", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 161 + }, + "labels": [] + }, + { + "text": ".L5636:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [] + }, + { + "text": " je .L5635", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [ + { + "name": ".L5635", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl17sum_to_first_onlyclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIPKcNS0_9log_levelEEEET_RKSG_RKT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl17sum_to_first_onlyclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIPKcNS0_9log_levelEEEET_RKSG_RKT0_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 169 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-48], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [] + }, + { + "text": " jmp .L5636", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 168 + }, + "labels": [ + { + "name": ".L5636", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5635:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_numeric.h", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost4bindIvNS_9unit_test15unit_test_log_tENS1_13output_formatERSoPS2_S3_NS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_NS_4_mfi3mf2ISA_T0_T1_T2_EENS8_9list_av_3IT3_T4_T5_E4typeEEEMSD_FSA_SE_SF_ESI_SJ_SK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sub rsp, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-100], r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_9unit_test13output_formatEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueIPNS_9unit_test15unit_test_log_tEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEC1ES6_S8_SA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS2_13output_formatERSoEC1EMS3_FvS4_S5_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEC1ES8_RKSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS8_13output_formatERSoEENS4_5list3INS4_5valueIPS9_EENSE_ISA_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISM_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISL_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISL_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 259 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost9unit_test9framework15nothing_to_testE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework15nothing_to_testE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3getINS0_12report_levelEEERKT_NS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3getINS_9unit_test12report_levelEEERKT_NS3_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3getINS_9unit_test12report_levelEEERKT_NS3_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZN5boost4bindIvRSoNS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_PFS6_T0_ENS4_9list_av_1IT1_E4typeEEES9_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS_17reference_wrapperISoEEEC1ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEC1ES4_RKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvPFvRSoENS4_5list1INS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISE_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2INS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISD_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISD_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14runtime_config3getImEERKT_NS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config14argument_storeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14argument_storeEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3getImEERKT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 84 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3getImEERKT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_parameters.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": "_ZN5boost4bindIvPFPNS_9unit_test10test_suiteEiPPcES7_EENS_3_bi6bind_tIT_PFSA_T0_ENS8_9list_av_1IT1_E4typeEEESD_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 26 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueIPFPNS_9unit_test10test_suiteEiPPcEEC1ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEC1ESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEC1ESA_RKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_cc.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS4_5list1INS4_5valueISC_EEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISJ_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISJ_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS1_10static_anyINT_14const_iteratorEEERKSB_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEC1ERKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS1_10static_anyINT_14const_iteratorEEERKSB_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEC1ERKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEEbRKNS1_15static_any_baseESC_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS6_SaIS6_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": ".LC700:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::unit_test::decorator::base; typename boost::detail::sp_member_access::type = boost::unit_test::decorator::base*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_9unit_test9decorator4baseEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L5666", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L5666", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC700", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC700", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L5666:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmPN5boost9unit_test9test_unitEEC2IRmRPNS2_9test_caseELb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPN5boost9unit_test9test_caseEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPN5boost9unit_test9test_caseEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE6insertEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt4pairIKmPN5boost9unit_test9test_unitEEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt4pairIKmPN5boost9unit_test9test_unitEEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE16_M_insert_uniqueIS6_EES0_ISt17_Rb_tree_iteratorIS6_EbEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE16_M_insert_uniqueIS6_EES0_ISt17_Rb_tree_iteratorIS6_EbEOT_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 811 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmPN5boost9unit_test9test_unitEEC2IRmRPNS2_10test_suiteELb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L5677", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": ".L5677", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " jmp .L5678", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": ".L5678", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5677:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": ".L5678:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5eraseERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1068 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1068 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1068 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1068 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1068 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1069 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1069 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1069 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1069 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5eraseERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1069 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5eraseERS1_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1069 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1069 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE6insertEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test13test_observerEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test13test_observerEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE16_M_insert_uniqueIS3_EESt4pairISt17_Rb_tree_iteratorIS3_EbEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE16_M_insert_uniqueIS3_EESt4pairISt17_Rb_tree_iteratorIS3_EbEOT_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEbEC1IRSt17_Rb_tree_iteratorIS4_ERbLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5eraseERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5eraseERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5eraseERKS3_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE6insertEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test14global_fixtureEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test14global_fixtureEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE16_M_insert_uniqueIS3_EESt4pairISt17_Rb_tree_iteratorIS3_EbEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE16_M_insert_uniqueIS3_EESt4pairISt17_Rb_tree_iteratorIS3_EbEOT_", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEbEC1IRSt17_Rb_tree_iteratorIS4_ERbLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5eraseERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5eraseERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5eraseERKS3_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 685 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE9push_backEOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE12emplace_backIJS4_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE12emplace_backIJS4_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEixEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC2IPS5_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISE_SD_E7__valueESA_E6__typeEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE6cbeginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE6cbeginEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS4_S6_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS4_S6_EE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZSt7find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS4_13frame_with_idEET_SD_SD_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3919 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops11__pred_iterIN5boost9unit_test9framework13frame_with_idEEENS0_10_Iter_predIT_EES7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops11__pred_iterIN5boost9unit_test9framework13frame_with_idEEENS0_10_Iter_predIT_EES7_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS0_5__ops10_Iter_predINS4_13frame_with_idEEEET_SG_SG_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3928 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS0_5__ops10_Iter_predINS4_13frame_with_idEEEET_SG_SG_T0_", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3930 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3930 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE4trimES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 423 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftES3_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE10trim_rightES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 424 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE10trim_rightES3_", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 426 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 427 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 427 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE9push_backEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test10test_suiteEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test10test_suiteEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12emplace_backIJS3_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12emplace_backIJS3_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8pop_backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1225 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE7destroyIS3_EEvRS4_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1229 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE7destroyIS3_EEvRS4_PT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1231 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1231 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1231 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE9push_backERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L5716", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L5716", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JRKS3_EEEvRS4_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JRKS3_EEEvRS4_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L5718", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L5718", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5716:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": ".L5718:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEmiEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEmiEl", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework3getINS0_9test_caseEEERT_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEixERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE11lower_boundERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE11lower_boundERS7_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L5724", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5724", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEdeEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5725", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5725", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5724:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L5726", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5726", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5725:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L5726:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5727", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5727", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKmEEC1ILb1ELb1EEES1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1ERKSt17_Rb_tree_iteratorIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEESt17_Rb_tree_iteratorIS6_ESt23_Rb_tree_const_iteratorIS6_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEESt17_Rb_tree_iteratorIS6_ESt23_Rb_tree_const_iteratorIS6_EDpOT_", + "range": { + "startCol": 17, + "endCol": 252 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L5727:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEdeEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework14internal_errorC2ERKS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorC2ERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework14internal_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework14internal_errorE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework14internal_errorEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework14internal_errorC1ERKS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost9unit_test9framework14internal_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost9unit_test9framework14internal_errorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework14internal_errorE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost4bindIvNS_9unit_test13test_observerEmmPS2_NS1_17test_case_counter19readonly_property43EmEENS_3_bi6bind_tIT_NS_4_mfi3mf2IS8_T0_T1_T2_EENS6_9list_av_3IT3_T4_T5_E4typeEEEMSB_FS8_SC_SD_ESG_SH_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sub rsp, 112", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueImEC1ERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_9unit_test17test_case_counter19readonly_property43EEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueIPNS_9unit_test13test_observerEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEC1ES6_S9_SA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4_mfi3mf2IvNS_9unit_test13test_observerEmmEC1EMS3_FvmmE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEC1ES6_RKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind_mf_cc.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS4_5list3INS4_5valueIPS9_EENSC_INS8_17test_case_counter19readonly_property43EEENSC_ImEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISL_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 259 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2IN9__gnu_cxx17__normal_iteratorIPS4_S6_EEvEET_SC_RKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 653 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 658 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 658 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 658 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_range_initializeIN9__gnu_cxx17__normal_iteratorIPS4_S6_EEEEvT_SC_St20forward_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 657 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_range_initializeIN9__gnu_cxx17__normal_iteratorIPS4_S6_EEEEvT_SC_St20forward_iterator_tag", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " jmp .L5743", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 659 + }, + "labels": [ + { + "name": ".L5743", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 655 + }, + "labels": [] + }, + { + "text": ".L5743:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 659 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 659 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 659 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIPNS0_17test_unit_fixtureESt3setIPNS0_14global_fixtureESt4lessIS7_ESaIS7_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEdeEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC2INS1_9framework4impl21global_fixture_handleEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test17test_unit_fixtureENS2_9framework4impl21global_fixture_handleEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test17test_unit_fixtureENS2_9framework4impl21global_fixture_handleEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " jmp .L5750", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L5750", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L5750:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC2IPS5_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISE_SD_E7__valueESA_E6__typeEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1294 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework14swap_on_deleteISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEC2ERS8_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1599 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework14swap_on_deleteISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1600 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1600 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1600 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1600 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1601 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1601 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1601 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1601 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4swapERS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1601 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4swapERS6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1602 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1602 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1602 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIA42_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEC1ERKS2_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA42_cjEENS0_17lazy_ostream_implINS4_IT_T0_RKS6_EET1_RKSA_EERKS9_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEC1ERKS7_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost16exception_detail10type_info_EEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost16exception_detail10type_info_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13_Rb_tree_implISC_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEcvbEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 15 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 15 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEEixERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE11lower_boundERS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE11lower_boundERS9_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L5766", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5766", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5767", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5767", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5766:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L5768", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5768", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5767:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L5768:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5769", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5769", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKN5boost16exception_detail10type_info_EEEC1ILb1ELb1EEES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1ERKSt17_Rb_tree_iteratorIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 305 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L5769:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEaSERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 544 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE4findERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE4findERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE4findERS4_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": ".LC701:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_dereference::type boost::shared_ptr::operator*() const [with T = boost::exception_detail::error_info_base; typename boost::detail::sp_dereference::type = boost::exception_detail::error_info_base&]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " jne .L5782", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".L5782", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC701", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC701", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 722", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": ".L5782:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 723 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 723 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 724 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 724 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 365 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 369 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE5adoptEPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7releaseEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7releaseEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7add_refEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7add_refEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": ".LC702:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::exception_detail::error_info_base; typename boost::detail::sp_member_access::type = boost::exception_detail::error_info_base*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L5793", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L5793", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC702", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC702", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L5793:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC2IS2_EEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_16exception_detail15error_info_baseES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_16exception_detail15error_info_baseES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " jmp .L5798", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L5798", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L5798:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZSt9make_pairIRKN5boost16exception_detail10type_info_ERNS0_10shared_ptrINS1_15error_info_baseEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC1IRS5_Lb1EEERKS2_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE6insertIS8_IS2_S5_EEENSt9enable_ifIXsrSt16is_constructibleISA_JT_EE5valueES8_ISt17_Rb_tree_iteratorISA_EbEE4typeEOSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_emplace_uniqueIJS3_IS2_S7_EEEES3_ISt17_Rb_tree_iteratorIS8_EbEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_emplace_uniqueIJS3_IS2_S7_EEEES3_ISt17_Rb_tree_iteratorIS8_EbEDpOT_", + "range": { + "startCol": 17, + "endCol": 235 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7add_refEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7add_refEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 27 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 27 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 27 + }, + "labels": [] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": ".L5805:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " jmp .L5809", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 43 + }, + "labels": [ + { + "name": ".L5809", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp rdx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jne .L5807", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L5807", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " jmp .L5805", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L5805", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5807:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " jmp .L5805", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 38 + }, + "labels": [ + { + "name": ".L5805", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5809:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/current_exception_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_file_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " je .L5811", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [ + { + "name": ".L5811", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail8get_infoINS_10error_infoINS_11throw_file_EPKcEEE3getERKNS_9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_11throw_file_EPKcEEE3getERKNS_9exceptionE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " jmp .L5812", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L5812", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5811:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": ".L5812:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_line_EiEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " je .L5814", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [ + { + "name": ".L5814", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail8get_infoINS_10error_infoINS_11throw_line_EiEEE3getERKNS_9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_11throw_line_EiEEE3getERKNS_9exceptionE", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " jmp .L5815", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L5815", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5814:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": ".L5815:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": "_ZN5boost14get_error_infoINS_10error_infoINS_15throw_function_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " je .L5817", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 127 + }, + "labels": [ + { + "name": ".L5817", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail8get_infoINS_10error_infoINS_15throw_function_EPKcEEE3getERKNS_9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_15throw_function_EPKcEEE3getERKNS_9exceptionE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L5818", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 128 + }, + "labels": [ + { + "name": ".L5818", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5817:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": ".L5818:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/get_error_info.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail7extractINS_10error_infoINS_11throw_file_EPKcEEEENT_10value_typeEPKNS_9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " jne .L5820", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 242 + }, + "labels": [ + { + "name": ".L5820", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " jmp .L5821", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 243 + }, + "labels": [ + { + "name": ".L5821", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5820:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14get_error_infoINS_10error_infoINS_11throw_file_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [ + { + "name": "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_file_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " je .L5822", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [ + { + "name": ".L5822", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " jmp .L5824", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [ + { + "name": ".L5824", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5822:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": ".L5824:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": ".L5821:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail7extractINS_10error_infoINS_11throw_line_EiEEEENT_10value_typeEPKNS_9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " jne .L5826", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 242 + }, + "labels": [ + { + "name": ".L5826", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " jmp .L5827", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 243 + }, + "labels": [ + { + "name": ".L5827", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5826:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14get_error_infoINS_10error_infoINS_11throw_line_EiEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [ + { + "name": "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_line_EiEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERS8_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " je .L5828", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [ + { + "name": ".L5828", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " jmp .L5830", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [ + { + "name": ".L5830", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5828:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": ".L5830:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": ".L5827:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail7extractINS_10error_infoINS_15throw_function_EPKcEEEENT_10value_typeEPKNS_9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 240 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " jne .L5832", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 242 + }, + "labels": [ + { + "name": ".L5832", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " jmp .L5833", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 243 + }, + "labels": [ + { + "name": ".L5833", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5832:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14get_error_infoINS_10error_infoINS_15throw_function_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [ + { + "name": "_ZN5boost14get_error_infoINS_10error_infoINS_15throw_function_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " je .L5834", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [ + { + "name": ".L5834", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": " jmp .L5836", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [ + { + "name": ".L5836", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5834:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": ".L5836:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 247 + }, + "labels": [] + }, + { + "text": ".L5833:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN5boost19execution_exceptionC2ERKS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZN5boost19execution_exception8locationC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/execution_monitor.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_19execution_exceptionEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost19execution_exceptionC1ERKS0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost19execution_exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost19execution_exceptionE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost12system_errorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost12system_errorE", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZNK5boost12scoped_arrayIcEntEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": ".LC703:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::scoped_array::reset(T*) [with T = char]\"", + "source": null, + "labels": [] + }, + { + "text": ".LC704:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost12scoped_arrayIcE5resetEPc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " je .L5843", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [ + { + "name": ".L5843", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " jne .L5843", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [ + { + "name": ".L5843", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC703", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [ + { + "name": ".LC703", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 74", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC704", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [ + { + "name": ".LC704", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC696", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [ + { + "name": ".LC696", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": ".L5843:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12scoped_arrayIcEC1EPc", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12scoped_arrayIcE4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost12scoped_arrayIcE4swapERS1_", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost12scoped_arrayIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": "_ZNK5boost12scoped_arrayIcE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail9do_invokeINS_10shared_ptrINS0_22translator_holder_baseEEENS_8functionIFivEEEEEiRKT_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_6detail22translator_holder_baseEEcvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_6detail22translator_holder_baseEEcvbEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " je .L5847", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [ + { + "name": ".L5847", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_6detail22translator_holder_baseEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_6detail22translator_holder_baseEEdeEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " jmp .L5849", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [ + { + "name": ".L5849", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5847:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IiEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 301 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IiEclEv", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": ".L5849:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_6detail23system_signal_exceptionEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost6detail23system_signal_exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost6detail23system_signal_exceptionE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyIbEC2Eb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyIbEC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyIbEC2Eb", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyImEC2Em:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyImEC2Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyImEC2Em", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyIjEC2Ej:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyIjEC2Ej", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyIjEC2Ej", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_6detail22translator_holder_baseEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZN5boost12scoped_arrayIcEC2EPc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": "_ZN5boost22diagnostic_informationINS_9exceptionEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_b:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-36], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " movzx r12d, BYTE PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail17get_std_exceptionEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail17get_std_exceptionEz", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail19get_boost_exceptionEPKNS_9exceptionE", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail19get_boost_exceptionEPKNS_9exceptionE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov r8d, r12d", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail27diagnostic_information_implB5cxx11EPKNS_9exceptionEPKSt9exceptionbb", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 182 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail27diagnostic_information_implB5cxx11EPKNS_9exceptionEPKSt9exceptionbb", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/diagnostic_information.hpp", + "line": 183 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt9bad_allocEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt8bad_castEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt10bad_typeidEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt13bad_exceptionEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt12domain_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt16invalid_argumentEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt12length_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt12out_of_rangeEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt11range_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt14overflow_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt15underflow_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt11logic_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt13runtime_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail11typeid_nameISt9exceptionEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_info4nameEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZNKSt9type_info4nameEv", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4core8demangleB5cxx11EPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 337 + }, + "labels": [ + { + "name": "_ZN5boost4core8demangleB5cxx11EPKc", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/execution_monitor.ipp", + "line": 338 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFivEEC2INS_6detail7forwardEEET_NS_10enable_if_IXntsrNS_11is_integralIS6_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IiEC2INS_6detail7forwardEEET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function0IiEC2INS_6detail7forwardEEET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IiED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IiE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [ + { + "name": "_ZN5boost9function0IiE5clearEv", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEC1ERSo", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 56 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/plain_report_formatter.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEEC2EPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test16progress_displayEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test16progress_displayEEEvPT_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": ".LC705:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::scoped_ptr::reset(T*) [with T = boost::unit_test::progress_display]\"", + "source": null, + "labels": [] + }, + { + "text": ".LC706:", + "source": null, + "labels": [] + }, + { + "text": " .string \"/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEE5resetEPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " je .L5897", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L5897", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " jne .L5897", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L5897", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC705", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC705", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 93", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC706", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC706", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC696", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC696", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": ".L5897:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16progress_displayEEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16progress_displayEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16progress_displayEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": ".LC707:", + "source": null, + "labels": [] + }, + { + "text": " .string \"T& boost::scoped_ptr::operator*() const [with T = boost::unit_test::progress_display]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L5899", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L5899", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC707", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC707", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 99", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC706", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC706", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L5899:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 101 + }, + "labels": [] + }, + { + "text": ".LC708:", + "source": null, + "labels": [] + }, + { + "text": " .string \"T* boost::scoped_ptr::operator->() const [with T = boost::unit_test::progress_display]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " jne .L5902", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".L5902", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC708", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC708", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC706", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC706", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": ".L5902:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE13_Rb_tree_implIS9_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE13_Rb_tree_implIS9_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE4findERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE4findERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE4findERS1_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 321 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 321 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 321 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 321 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 321 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 321 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE5eraseB5cxx11ESt17_Rb_tree_iteratorIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1037 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1037 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1037 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1037 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1037 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE5eraseB5cxx11ESt17_Rb_tree_iteratorIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1038 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE5eraseB5cxx11ESt17_Rb_tree_iteratorIS5_E", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE11lower_boundERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE11lower_boundERS6_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L5916", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5916", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5917", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5917", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5916:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L5918", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5918", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5917:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L5918:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L5919", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L5919", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKmEEC1ILb1ELb1EEES1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1ERKSt17_Rb_tree_iteratorIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L5919:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIA11_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEC1ERKS2_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA11_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_17lazy_ostream_implINSA_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EC1ERKS7_SF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA34_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EC1ERKSG_SJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA30_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EC1ERKSG_SJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixEOm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE11lower_boundERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE11lower_boundERS6_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " jne .L5930", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L5930", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " je .L5931", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L5931", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5930:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " jmp .L5932", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L5932", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5931:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": ".L5932:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " je .L5933", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L5933", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt16forward_as_tupleIJmEESt5tupleIJDpOT_EES3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt16forward_as_tupleIJmEESt5tupleIJDpOT_EES3_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1ERKSt17_Rb_tree_iteratorIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 253 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": ".L5933:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEEC2EPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_2io18ios_base_all_saverEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_2io18ios_base_all_saverEEEvPT_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEC2EPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test16results_reporter6formatEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test16results_reporter6formatEEEvPT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": ".LC709:", + "source": null, + "labels": [] + }, + { + "text": " .string \"T* boost::scoped_ptr::operator->() const [with T = boost::unit_test::results_reporter::format]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " jne .L5940", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".L5940", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC709", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC709", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC706", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC706", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": ".L5940:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": ".LC710:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::scoped_ptr::reset(T*) [with T = boost::io::ios_base_all_saver]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEE5resetEPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " je .L5943", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L5943", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " jne .L5943", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L5943", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC710", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC710", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 93", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC706", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC706", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC696", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC696", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": ".L5943:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": ".LC711:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::scoped_ptr::reset(T*) [with T = boost::unit_test::results_reporter::format]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEE5resetEPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " je .L5945", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L5945", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " jne .L5945", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L5945", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC711", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC711", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 93", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC706", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC706", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC696", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".LC696", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": ".L5945:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEC1EPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEE4swapERS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEE4swapERS4_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": ".LC712:", + "source": null, + "labels": [] + }, + { + "text": " .string \"T* boost::scoped_ptr::operator->() const [with T = boost::io::ios_base_all_saver]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10scoped_ptrINS_2io18ios_base_all_saverEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " jne .L5947", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".L5947", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC712", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC712", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 105", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC706", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC706", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": ".L5947:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework3getINS0_9test_unitEEERT_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov esi, 17", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEED2Ev", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": ".LC713:", + "source": null, + "labels": [] + }, + { + "text": " .string \". \"", + "source": null, + "labels": [] + }, + { + "text": ".LC714:", + "source": null, + "labels": [] + }, + { + "text": " .string \"difference{\"", + "source": null, + "labels": [] + }, + { + "text": ".LC715:", + "source": null, + "labels": [] + }, + { + "text": " .string \"} between \"", + "source": null, + "labels": [] + }, + { + "text": ".LC716:", + "source": null, + "labels": [] + }, + { + "text": " .string \"{\"", + "source": null, + "labels": [] + }, + { + "text": ".LC717:", + "source": null, + "labels": [] + }, + { + "text": " .string \"} and \"", + "source": null, + "labels": [] + }, + { + "text": ".LC718:", + "source": null, + "labels": [] + }, + { + "text": " .string \"} doesn't exceed \"", + "source": null, + "labels": [] + }, + { + "text": ".LC719:", + "source": null, + "labels": [] + }, + { + "text": " .string \"} exceeds \"", + "source": null, + "labels": [] + }, + { + "text": ".LC720:", + "source": null, + "labels": [] + }, + { + "text": " .string \"%\"", + "source": null, + "labels": [] + }, + { + "text": ".LC721:", + "source": null, + "labels": [] + }, + { + "text": " .string \"absolute value of \"", + "source": null, + "labels": [] + }, + { + "text": ".LC722:", + "source": null, + "labels": [] + }, + { + "text": " .string \"}\"", + "source": null, + "labels": [] + }, + { + "text": ".LC723:", + "source": null, + "labels": [] + }, + { + "text": " .string \" doesn't exceed \"", + "source": null, + "labels": [] + }, + { + "text": ".LC724:", + "source": null, + "labels": [] + }, + { + "text": " .string \" exceeds \"", + "source": null, + "labels": [] + }, + { + "text": ".LC725:", + "source": null, + "labels": [] + }, + { + "text": " .string \"( \"", + "source": null, + "labels": [] + }, + { + "text": ".LC726:", + "source": null, + "labels": [] + }, + { + "text": " .string \", \"", + "source": null, + "labels": [] + }, + { + "text": ".LC727:", + "source": null, + "labels": [] + }, + { + "text": " .string \" )\"", + "source": null, + "labels": [] + }, + { + "text": ".LC728:", + "source": null, + "labels": [] + }, + { + "text": " .string \" for ( \"", + "source": null, + "labels": [] + }, + { + "text": ".LC729:", + "source": null, + "labels": [] + }, + { + "text": " .string \"{ \"", + "source": null, + "labels": [] + }, + { + "text": ".LC730:", + "source": null, + "labels": [] + }, + { + "text": " .string \" } == { \"", + "source": null, + "labels": [] + }, + { + "text": ".LC731:", + "source": null, + "labels": [] + }, + { + "text": " .string \" }\"", + "source": null, + "labels": [] + }, + { + "text": ".LC732:", + "source": null, + "labels": [] + }, + { + "text": " .string \" =.= \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail13format_reportINS_9unit_test15unit_test_log_tEEEvRT_RKNS0_16assertion_resultERKNS3_12lazy_ostreamENS1_10tool_levelENS1_10check_typeEmP13__va_list_tagPKcSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 1448", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1416], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1424], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1432], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-1436], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-1440], r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1448], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-1440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " cmp eax, 14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ja .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L5957[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": ".L5957:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L5965", + "source": null, + "labels": [ + { + "name": ".L5965", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5964", + "source": null, + "labels": [ + { + "name": ".L5964", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5963", + "source": null, + "labels": [ + { + "name": ".L5963", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5963", + "source": null, + "labels": [ + { + "name": ".L5963", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5963", + "source": null, + "labels": [ + { + "name": ".L5963", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5963", + "source": null, + "labels": [ + { + "name": ".L5963", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5963", + "source": null, + "labels": [ + { + "name": ".L5963", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5963", + "source": null, + "labels": [ + { + "name": ".L5963", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5962", + "source": null, + "labels": [ + { + "name": ".L5962", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5962", + "source": null, + "labels": [ + { + "name": ".L5962", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5961", + "source": null, + "labels": [ + { + "name": ".L5961", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5960", + "source": null, + "labels": [ + { + "name": ".L5960", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5959", + "source": null, + "labels": [ + { + "name": ".L5959", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5958", + "source": null, + "labels": [ + { + "name": ".L5958", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L5956", + "source": null, + "labels": [ + { + "name": ".L5956", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5965:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " je .L6040", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [ + { + "name": ".L6040", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-1296]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L6040", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 161 + }, + "labels": [ + { + "name": ".L6040", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5956:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1280]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-1436], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " je .L6041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 166 + }, + "labels": [ + { + "name": ".L6041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " je .L6041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [ + { + "name": ".L6041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rdx, [rbp-1360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L6041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L6041", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5964:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-1436], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " jne .L5969", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".L5969", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": ".LC64", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": ".LC64", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L5970", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": ".L5970", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5969:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": ".L5970:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " je .L6042", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [ + { + "name": ".L6042", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-1152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L6042", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 184 + }, + "labels": [ + { + "name": ".L6042", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5963:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ja .L5972", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [ + { + "name": ".L5972", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " jmp .L5973", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [ + { + "name": ".L5973", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5972:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": ".L5973:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " ja .L5974", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L5974", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " jmp .L5975", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L5975", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5974:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": ".L5975:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " ja .L5976", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".L5976", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " jmp .L5977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".L5977", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5976:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": ".L5977:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " ja .L5978", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [ + { + "name": ".L5978", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " jmp .L5979", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [ + { + "name": ".L5979", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5978:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": ".L5979:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-1440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " sub eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " cdqe", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR _ZN5boost10test_tools9tt_detailL9check_strE[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1088]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1072]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-1436], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " je .L5980", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 199 + }, + "labels": [ + { + "name": ".L5980", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC378", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".LC378", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1056]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-1440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " sub eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " cdqe", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR _ZN5boost10test_tools9tt_detailL9rever_strE[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1040]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".LC40", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1024]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": ".L5980:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " je .L6043", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".L6043", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1008]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-992]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L6043", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L6043", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5962:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " ja .L5982", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".L5982", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " jmp .L5983", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".L5983", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5982:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": ".L5983:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " ja .L5984", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".L5984", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " jmp .L5985", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".L5985", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5984:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": ".L5985:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " ja .L5986", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [ + { + "name": ".L5986", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " jmp .L5987", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [ + { + "name": ".L5987", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5986:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": ".L5987:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " ja .L5988", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [ + { + "name": ".L5988", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " jmp .L5989", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [ + { + "name": ".L5989", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5988:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": ".L5989:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ja .L5990", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [ + { + "name": ".L5990", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea edx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " jmp .L5991", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [ + { + "name": ".L5991", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5990:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": ".L5991:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " ja .L5992", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L5992", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " jmp .L5993", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L5993", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5992:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": ".L5993:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC714", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [ + { + "name": ".LC714", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-976]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-960]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC715", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": ".LC715", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-944]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-928]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": ".LC716", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-912]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC717", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".LC717", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-896]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-880]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".LC716", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-864]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-1436], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " jne .L5994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".L5994", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC718", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".LC718", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L5995", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".L5995", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5994:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC719", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".LC719", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L5995:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-848]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 220 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-1440], 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " jne .L6044", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 221 + }, + "labels": [ + { + "name": ".L6044", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC720", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".LC720", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-832]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L6044", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 223 + }, + "labels": [ + { + "name": ".L6044", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5961:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " ja .L5997", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [ + { + "name": ".L5997", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " jmp .L5998", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [ + { + "name": ".L5998", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5997:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": ".L5998:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " ja .L5999", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L5999", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " jmp .L6000", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L6000", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5999:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": ".L6000:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " ja .L6001", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [ + { + "name": ".L6001", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea edx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " jmp .L6002", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [ + { + "name": ".L6002", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6001:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": ".L6002:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " ja .L6003", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L6003", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " jmp .L6004", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L6004", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6003:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": ".L6004:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC721", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": ".LC721", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-816]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-800]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": ".LC716", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-784]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC722", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": ".LC722", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-768]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-1436], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " jne .L6005", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".L6005", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC723", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".LC723", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L6006", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".L6006", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6005:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC724", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".LC724", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L6006:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-752]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " je .L6045", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [ + { + "name": ".L6045", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-736]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-720]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L6045", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 237 + }, + "labels": [ + { + "name": ".L6045", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5959:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE7reserveEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE7reserveEm", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": ".L6013:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-1448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " jnb .L6008", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [ + { + "name": ".L6008", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ja .L6009", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [ + { + "name": ".L6009", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " jmp .L6010", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [ + { + "name": ".L6010", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6009:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L6010:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1400], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " ja .L6011", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [ + { + "name": ".L6011", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " jmp .L6012", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [ + { + "name": ".L6012", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6011:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": ".L6012:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-1408], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZSt9make_pairIRPKcRPKN5boost9unit_test12lazy_ostreamEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [ + { + "name": "_ZSt9make_pairIRPKcRPKN5boost9unit_test12lazy_ostreamEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-704], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-696], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-704]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE9push_backEOS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE9push_backEOS8_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " jmp .L6013", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [ + { + "name": ".L6013", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6008:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-688]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC725", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [ + { + "name": ".LC725", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-672]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": ".L6016:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-1448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " jnb .L6014", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [ + { + "name": ".L6014", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-656]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " je .L6015", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L6015", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-640]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": ".L6015:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " jmp .L6016", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [ + { + "name": ".L6016", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6014:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC727", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [ + { + "name": ".LC727", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-624]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-608]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-1436], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " je .L6017", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 261 + }, + "labels": [ + { + "name": ".L6017", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC728", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".LC728", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": ".L6020:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-1448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " jnb .L6018", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [ + { + "name": ".L6018", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " je .L6019", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 266 + }, + "labels": [ + { + "name": ".L6019", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": ".L6019:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-40], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " jmp .L6020", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [ + { + "name": ".L6020", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6018:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC727", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [ + { + "name": ".LC727", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": ".L6017:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " je .L6046", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [ + { + "name": ".L6046", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-544]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-528]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": ".L6046:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5958:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " ja .L6022", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".L6022", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " jmp .L6023", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".L6023", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6022:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": ".L6023:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " ja .L6024", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [ + { + "name": ".L6024", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " jmp .L6025", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [ + { + "name": ".L6025", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6024:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": ".L6025:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " ja .L6026", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [ + { + "name": ".L6026", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jmp .L6027", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [ + { + "name": ".L6027", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6026:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L6027:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ja .L6028", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [ + { + "name": ".L6028", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L6029", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [ + { + "name": ".L6029", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6028:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".L6029:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-512]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC729", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": ".LC729", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC730", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": ".LC730", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC731", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [ + { + "name": ".LC731", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " je .L6047", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [ + { + "name": ".L6047", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L6047", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 289 + }, + "labels": [ + { + "name": ".L6047", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L5960:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " ja .L6031", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [ + { + "name": ".L6031", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " jmp .L6032", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [ + { + "name": ".L6032", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6031:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": ".L6032:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " ja .L6033", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [ + { + "name": ".L6033", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " jmp .L6034", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [ + { + "name": ".L6034", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6033:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": ".L6034:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC732", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [ + { + "name": ".LC732", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " je .L6048", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [ + { + "name": ".L6048", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-1416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-1424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L6048", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 300 + }, + "labels": [ + { + "name": ".L6048", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6040:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 161 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6041:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6042:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 184 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6043:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6044:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 223 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6045:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 237 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6047:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 289 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6048:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " jmp .L6039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".L6039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": ".L6039:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_17execution_abortedEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost17execution_abortedE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost17execution_abortedE", + "range": { + "startCol": 34, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail13format_reportINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEEEEvRT_RKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS1_10tool_levelENS1_10check_typeEmP13__va_list_tagPKcSN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 440", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-408], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-416], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-424], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-428], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-432], r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-440], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " cmp eax, 14", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ja .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR .L6055[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": " jmp rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 155 + }, + "labels": [] + }, + { + "text": ".L6055:", + "source": null, + "labels": [] + }, + { + "text": " .quad .L6063", + "source": null, + "labels": [ + { + "name": ".L6063", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6062", + "source": null, + "labels": [ + { + "name": ".L6062", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6061", + "source": null, + "labels": [ + { + "name": ".L6061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6061", + "source": null, + "labels": [ + { + "name": ".L6061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6061", + "source": null, + "labels": [ + { + "name": ".L6061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6061", + "source": null, + "labels": [ + { + "name": ".L6061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6061", + "source": null, + "labels": [ + { + "name": ".L6061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6061", + "source": null, + "labels": [ + { + "name": ".L6061", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6060", + "source": null, + "labels": [ + { + "name": ".L6060", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6060", + "source": null, + "labels": [ + { + "name": ".L6060", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6059", + "source": null, + "labels": [ + { + "name": ".L6059", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6058", + "source": null, + "labels": [ + { + "name": ".L6058", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6057", + "source": null, + "labels": [ + { + "name": ".L6057", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6056", + "source": null, + "labels": [ + { + "name": ".L6056", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " .quad .L6054", + "source": null, + "labels": [ + { + "name": ".L6054", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6063:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [] + }, + { + "text": " je .L6138", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 159 + }, + "labels": [ + { + "name": ".L6138", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 160 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L6138", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 161 + }, + "labels": [ + { + "name": ".L6138", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6054:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 164 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-428], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 166 + }, + "labels": [] + }, + { + "text": " je .L6139", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 166 + }, + "labels": [ + { + "name": ".L6139", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 167 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [] + }, + { + "text": " je .L6139", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 169 + }, + "labels": [ + { + "name": ".L6139", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 170 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L6139", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L6139", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6062:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-428], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 177 + }, + "labels": [] + }, + { + "text": " jne .L6067", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 177 + }, + "labels": [ + { + "name": ".L6067", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": ".LC64", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": ".LC64", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L6068", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 178 + }, + "labels": [ + { + "name": ".L6068", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6067:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 180 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L6068:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [] + }, + { + "text": " je .L6140", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 182 + }, + "labels": [ + { + "name": ".L6140", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 183 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L6140", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 184 + }, + "labels": [ + { + "name": ".L6140", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6061:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ja .L6070", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [ + { + "name": ".L6070", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " jmp .L6071", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [ + { + "name": ".L6071", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6070:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": ".L6071:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-160], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " ja .L6072", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L6072", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " jmp .L6073", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [ + { + "name": ".L6073", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6072:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": ".L6073:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " ja .L6074", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".L6074", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " jmp .L6075", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [ + { + "name": ".L6075", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6074:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": ".L6075:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " ja .L6076", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [ + { + "name": ".L6076", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " jmp .L6077", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [ + { + "name": ".L6077", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6076:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": ".L6077:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " sub eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " cdqe", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost10test_tools9tt_detailL9check_strE[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 197 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-428], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 199 + }, + "labels": [] + }, + { + "text": " je .L6078", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 199 + }, + "labels": [ + { + "name": ".L6078", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC378", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".LC378", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " sub eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " cdqe", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR _ZN5boost10test_tools9tt_detailL9rever_strE[0+rax*8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [ + { + "name": ".LC40", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": ".L6078:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [] + }, + { + "text": " je .L6141", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 202 + }, + "labels": [ + { + "name": ".L6141", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 203 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L6141", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L6141", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6060:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " ja .L6080", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".L6080", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " jmp .L6081", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [ + { + "name": ".L6081", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6080:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": ".L6081:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " ja .L6082", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".L6082", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " jmp .L6083", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [ + { + "name": ".L6083", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6082:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": ".L6083:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " ja .L6084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [ + { + "name": ".L6084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " jmp .L6085", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [ + { + "name": ".L6085", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6084:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": ".L6085:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-136], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " ja .L6086", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [ + { + "name": ".L6086", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " jmp .L6087", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [ + { + "name": ".L6087", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6086:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": ".L6087:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-144], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ja .L6088", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [ + { + "name": ".L6088", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea edx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " jmp .L6089", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [ + { + "name": ".L6089", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6088:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 213 + }, + "labels": [] + }, + { + "text": ".L6089:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " ja .L6090", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L6090", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " jmp .L6091", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [ + { + "name": ".L6091", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6090:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": ".L6091:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-152], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC714", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": ".LC714", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC715", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": ".LC715", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": ".LC716", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 217 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC717", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".LC717", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": ".LC716", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 218 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-428], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " jne .L6092", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".L6092", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC718", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".LC718", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L6093", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".L6093", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6092:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC719", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [ + { + "name": ".LC719", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L6093:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 220 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-432], 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 221 + }, + "labels": [] + }, + { + "text": " jne .L6142", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 221 + }, + "labels": [ + { + "name": ".L6142", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC720", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [ + { + "name": ".LC720", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 222 + }, + "labels": [] + }, + { + "text": " jmp .L6142", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 223 + }, + "labels": [ + { + "name": ".L6142", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6059:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " ja .L6095", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [ + { + "name": ".L6095", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " jmp .L6096", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [ + { + "name": ".L6096", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6095:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": ".L6096:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " ja .L6097", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L6097", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " jmp .L6098", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [ + { + "name": ".L6098", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6097:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": ".L6098:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " ja .L6099", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [ + { + "name": ".L6099", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea edx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " jmp .L6100", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [ + { + "name": ".L6100", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6099:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 228 + }, + "labels": [] + }, + { + "text": ".L6100:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " ja .L6101", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L6101", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " jmp .L6102", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [ + { + "name": ".L6102", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6101:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": ".L6102:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC721", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": ".LC721", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": ".LC716", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC722", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".LC722", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-428], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " jne .L6103", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".L6103", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:.LC723", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".LC723", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " jmp .L6104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".L6104", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6103:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC724", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [ + { + "name": ".LC724", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": ".L6104:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 233 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [] + }, + { + "text": " je .L6143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 235 + }, + "labels": [ + { + "name": ".L6143", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 236 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L6143", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 237 + }, + "labels": [ + { + "name": ".L6143", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6057:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE7reserveEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 242 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE7reserveEm", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": ".L6111:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " jnb .L6106", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [ + { + "name": ".L6106", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ja .L6107", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [ + { + "name": ".L6107", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " jmp .L6108", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [ + { + "name": ".L6108", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6107:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L6108:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-392], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " ja .L6109", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [ + { + "name": ".L6109", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " jmp .L6110", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [ + { + "name": ".L6110", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6109:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": ".L6110:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-400], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 245 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZSt9make_pairIRPKcRPKN5boost9unit_test12lazy_ostreamEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [ + { + "name": "_ZSt9make_pairIRPKcRPKN5boost9unit_test12lazy_ostreamEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-256], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE9push_backEOS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 246 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE9push_backEOS8_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [] + }, + { + "text": " jmp .L6111", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 243 + }, + "labels": [ + { + "name": ".L6111", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6106:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-424]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 249 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC725", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [ + { + "name": ".LC725", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": ".L6114:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " jnb .L6112", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [ + { + "name": ".L6112", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 256 + }, + "labels": [] + }, + { + "text": " je .L6113", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 256 + }, + "labels": [ + { + "name": ".L6113", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 257 + }, + "labels": [] + }, + { + "text": ".L6113:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-32], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [] + }, + { + "text": " jmp .L6114", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 253 + }, + "labels": [ + { + "name": ".L6114", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6112:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC727", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [ + { + "name": ".LC727", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 259 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-428], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 261 + }, + "labels": [] + }, + { + "text": " je .L6115", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 261 + }, + "labels": [ + { + "name": ".L6115", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC728", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [ + { + "name": ".LC728", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": ".L6118:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " jnb .L6116", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [ + { + "name": ".L6116", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 266 + }, + "labels": [] + }, + { + "text": " je .L6117", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 266 + }, + "labels": [ + { + "name": ".L6117", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 267 + }, + "labels": [] + }, + { + "text": ".L6117:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-40], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [] + }, + { + "text": " jmp .L6118", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 263 + }, + "labels": [ + { + "name": ".L6118", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6116:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC727", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [ + { + "name": ".LC727", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 269 + }, + "labels": [] + }, + { + "text": ".L6115:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [] + }, + { + "text": " je .L6144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 272 + }, + "labels": [ + { + "name": ".L6144", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 273 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": ".L6144:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 274 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6056:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " ja .L6120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".L6120", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " jmp .L6121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [ + { + "name": ".L6121", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6120:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": ".L6121:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " ja .L6122", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [ + { + "name": ".L6122", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " jmp .L6123", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [ + { + "name": ".L6123", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6122:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": ".L6123:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " ja .L6124", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [ + { + "name": ".L6124", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jmp .L6125", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [ + { + "name": ".L6125", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6124:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L6125:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ja .L6126", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [ + { + "name": ".L6126", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " jmp .L6127", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [ + { + "name": ".L6127", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6126:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".L6127:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC729", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".LC729", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC730", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".LC730", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC731", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [ + { + "name": ".LC731", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [] + }, + { + "text": " je .L6145", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 287 + }, + "labels": [ + { + "name": ".L6145", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 288 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L6145", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 289 + }, + "labels": [ + { + "name": ".L6145", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6058:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " ja .L6129", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [ + { + "name": ".L6129", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " jmp .L6130", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [ + { + "name": ".L6130", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6129:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": ".L6130:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " cmp eax, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " ja .L6131", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [ + { + "name": ".L6131", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " lea ecx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " jmp .L6132", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [ + { + "name": ".L6132", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6131:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": ".L6132:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC732", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [ + { + "name": ".LC732", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 296 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [] + }, + { + "text": " je .L6146", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 298 + }, + "labels": [ + { + "name": ".L6146", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC713", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [ + { + "name": ".LC713", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools16assertion_result7messageEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools16assertion_result7messageEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 299 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L6146", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 300 + }, + "labels": [ + { + "name": ".L6146", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6138:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 161 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 161 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6139:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 173 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 173 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6140:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 184 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6141:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 204 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 204 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6142:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 223 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 223 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6143:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 237 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 237 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6145:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 289 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 289 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6146:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 300 + }, + "labels": [] + }, + { + "text": " jmp .L6137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [ + { + "name": ".L6137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 241 + }, + "labels": [] + }, + { + "text": ".L6137:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 303 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testneIKcEEbRKNS0_13basic_cstringIT_EES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 686 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 686 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 686 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 686 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 686 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 686 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA18_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIA25_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEC1ERKS2_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA25_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EC1ERKS7_SB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EEA6_cEENS2_INS2_IT_T0_RKSD_EET1_RKSH_EERKSG_SJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EC1ERKSC_SF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EERKSA_EEA6_cA8_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EC1ERKSG_SJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA30_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIcSaIcEE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIcSaIcEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE13_M_deallocateEPcm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE13_M_deallocateEPcm", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPccEvT_S1_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPccEvT_S1_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEED2Ev", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIcSaIcEE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE9push_backERKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L6171", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L6171", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIcEE9constructIcJRKcEEEvRS0_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIcEE9constructIcJRKcEEEvRS0_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L6173", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L6173", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6171:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": ".L6173:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEEixEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": "_ZSt3minImERKT_S2_S2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " jnb .L6177", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [ + { + "name": ".L6177", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " jmp .L6178", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 236 + }, + "labels": [ + { + "name": ".L6178", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6177:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 237 + }, + "labels": [] + }, + { + "text": ".L6178:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 238 + }, + "labels": [] + }, + { + "text": "_ZSt5countIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcENSt15iterator_traitsIT_E15difference_typeESB_SB_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4077 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4077 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4077 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4077 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4077 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4077 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops17__iter_equals_valIKcEENS0_16_Iter_equals_valIT_EERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops17__iter_equals_valIKcEENS0_16_Iter_equals_valIT_EERS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [] + }, + { + "text": " call _ZSt10__count_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEENSt15iterator_traitsIT_E15difference_typeESF_SF_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4085 + }, + "labels": [ + { + "name": "_ZSt10__count_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEENSt15iterator_traitsIT_E15difference_typeESF_SF_T0_", + "range": { + "startCol": 17, + "endCol": 206 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4087 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4087 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA22_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcmEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA8_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA7_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_OS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6093 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6093 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6093 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6093 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6093 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6093 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6insertEmRKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6095 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA2_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA51_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyINS0_9test_unit10run_statusEEC2ES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEC2ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEC2ES3_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE9push_backERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L6206", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L6206", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L6208", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L6208", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6206:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": ".L6208:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA17_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcNS_9unit_test13basic_cstringIKcEEEERNS_23basic_wrap_stringstreamIT_EES8_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA14_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcPKcEERNS_23basic_wrap_stringstreamIT_EES6_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA25_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEC1ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEC1ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefINS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS7_SaIS7_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISB_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function1INS_10test_tools16assertion_resultEmEclEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " je .L6235", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": ".L6235", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": ".L6235:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1INS_10test_tools16assertion_resultEmE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [ + { + "name": "_ZNK5boost9function1INS_10test_tools16assertion_resultEmE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rsi, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " jmp .L6239", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [ + { + "name": ".L6239", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L6239:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA20_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcEERNS_23basic_wrap_stringstreamIT_EES4_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " sub rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEEEPT_RSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [ + { + "name": "_ZN5boost9addressofIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEEEPT_RSB_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZSt4findIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEN5boost9unit_test13basic_cstringIKcEEET_SJ_SJ_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops17__iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEENS0_16_Iter_equals_valIT_EERS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops17__iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEENS0_16_Iter_equals_valIT_EERS9_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEEET_SN_SN_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEEET_SN_SN_T0_", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3904 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3904 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE13_Rb_tree_implIS6_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKmmEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmmEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmmEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEED2Ev", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaISt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEED2Ev", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE13_M_deallocateEPSC_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE13_M_deallocateEPSC_m", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC1EOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EOS7_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC2IRS4_SA_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE9push_backERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L6266", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L6266", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JRKSC_EEEvRSD_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JRKSC_EEEvRSD_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L6268", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L6268", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6266:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE17_M_realloc_insertIJRKSB_EEEvN9__gnu_cxx17__normal_iteratorIPSB_SD_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE17_M_realloc_insertIJRKSB_EEEvN9__gnu_cxx17__normal_iteratorIPSB_SD_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 218 + } + } + ] + }, + { + "text": ".L6268:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEC1ERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEC1ERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxltIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEEbRKNS_17__normal_iteratorIT_T0_EESM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": ".LC733:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::unit_test::test_unit_generator; typename boost::detail::sp_member_access::type = boost::unit_test::test_unit_generator*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_9unit_test19test_unit_generatorEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L6280", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L6280", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC733", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC733", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L6280:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_M_erase_at_endEPSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_M_erase_at_endEPSB_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE13_Rb_tree_implIS9_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE13_Rb_tree_implIS9_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC2IPmEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameIS9_S8_E7__valueES5_E6__typeEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxltIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 509 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 509 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIRKS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIRKS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbEC1IRSt17_Rb_tree_iteratorIS6_ERbLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 514 + }, + "labels": [] + }, + { + "text": "_ZSt4findIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEmET_S7_S7_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops17__iter_equals_valIKmEENS0_16_Iter_equals_valIT_EERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops17__iter_equals_valIKmEENS0_16_Iter_equals_valIT_EERS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEENS0_5__ops16_Iter_equals_valIKmEEET_SB_SB_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEENS0_5__ops16_Iter_equals_valIKmEEET_SB_SB_T0_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3904 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3904 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE5eraseEN9__gnu_cxx17__normal_iteratorIPKmS1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE6cbeginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE6cbeginEv", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS9_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS9_SC_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE5beginEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPmS1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPmS1_EE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorImSaImEEixEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1061 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1061 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1061 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1061 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1064 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1064 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1064 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1064 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1064 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1065 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1065 + }, + "labels": [] + }, + { + "text": "_ZSt7replaceIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcEvT_SA_RKT0_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4373 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4373 + }, + "labels": [] + }, + { + "text": ".L6306:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [] + }, + { + "text": " je .L6307", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [ + { + "name": ".L6307", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [] + }, + { + "text": " cmp dl, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [] + }, + { + "text": " je .L6305", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4386 + }, + "labels": [ + { + "name": ".L6305", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4387 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4387 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4387 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4387 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4387 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4387 + }, + "labels": [] + }, + { + "text": ".L6305:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " jmp .L6306", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4385 + }, + "labels": [ + { + "name": ".L6306", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6307:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4388 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4388 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4388 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEC2IS2_EEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_2io18ios_base_all_saverES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_2io18ios_base_all_saverES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " jmp .L6312", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L6312", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L6312:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": ".LC734:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::shared_ptr::reset(Y*) [with Y = boost::unit_test::unit_test_log_formatter; T = boost::unit_test::unit_test_log_formatter]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE5resetIS2_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " je .L6315", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".L6315", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " jne .L6315", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".L6315", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC734", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC734", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 692", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC696", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC696", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": ".L6315:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC1IS2_EEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": ".LC735:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::unit_test::unit_test_log_formatter; typename boost::detail::sp_member_access::type = boost::unit_test::unit_test_log_formatter*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L6317", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L6317", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC735", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC735", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L6317:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " movabs rax, 7905747460161236407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE13_M_deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE13_M_deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_EvT_S5_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_EvT_S5_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EED2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EED2Ev", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12emplace_backIJS3_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12emplace_backIJS3_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxltIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_M_erase_at_endEPS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_M_erase_at_endEPS4_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 974 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE9push_backEOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12emplace_backIJS4_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12emplace_backIJS4_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": ".LC736:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::io::ios_base_all_saver; typename boost::detail::sp_member_access::type = boost::io::ios_base_all_saver*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_2io18ios_base_all_saverEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L6363", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L6363", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC736", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC736", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L6363:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZSt9transformIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES9_PFccEET0_T_SD_SC_T1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4302 + }, + "labels": [] + }, + { + "text": ".L6367:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " je .L6366", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [ + { + "name": ".L6366", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " movsx r12d, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " mov edi, r12d", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbx], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " jmp .L6367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4312 + }, + "labels": [ + { + "name": ".L6367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6366:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4314 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4315 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4315 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 4315 + }, + "labels": [] + }, + { + "text": ".LC737:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::shared_ptr::reset(Y*) [with Y = boost::io::ios_base_all_saver; T = boost::io::ios_base_all_saver]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE5resetIS2_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " je .L6370", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".L6370", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " jne .L6370", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".L6370", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC737", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC737", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 692", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC696", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC696", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": ".L6370:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEC1IS2_EEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": "_ZSt3minIN5boost9unit_test9log_levelEERKT_S5_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " cmp edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " jge .L6372", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 235 + }, + "labels": [ + { + "name": ".L6372", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " jmp .L6373", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 236 + }, + "labels": [ + { + "name": ".L6373", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6372:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 237 + }, + "labels": [] + }, + { + "text": ".L6373:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 238 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 742 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 743 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 743 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC2IPS4_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISD_SC_E7__valueES9_E6__typeEEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 959 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 963 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1430 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE6cbeginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE6cbeginEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1431 + }, + "labels": [] + }, + { + "text": "_ZN5boost23basic_wrap_stringstreamIcE3refEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcNS_9unit_test12lazy_ostreamEEERNS_23basic_wrap_stringstreamIT_EES6_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPT_RS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [ + { + "name": "_ZN5boost9addressofIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPT_RS8_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIcSt11char_traitsIcEjEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIjE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIjE3getEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISE_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPKS5_St6vectorIS5_S8_EEEEEvT_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE22_M_insert_range_uniqueIN9__gnu_cxx17__normal_iteratorIPKS5_St6vectorIS5_SA_EEEEENSt9enable_ifIXsrSt7is_sameIS5_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESN_SN_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE22_M_insert_range_uniqueIN9__gnu_cxx17__normal_iteratorIPKS5_St6vectorIS5_SA_EEEEENSt9enable_ifIXsrSt7is_sameIS5_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESN_SN_", + "range": { + "startCol": 17, + "endCol": 296 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 567 + }, + "labels": [] + }, + { + "text": "_ZNKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": "_ZNKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC2ERSoPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISoEPT_RS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [ + { + "name": "_ZSt11__addressofISoEPT_RS0_", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 215 + }, + "labels": [] + }, + { + "text": "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 219 + }, + "labels": [] + }, + { + "text": "_ZSt4copyISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jne .L6401", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6401", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail8case_insIKcE7compareEPS3_S5_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail8case_insIKcE7compareEPS3_S5_m", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jne .L6401", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6401", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jmp .L6402", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6402", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6401:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": ".L6402:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11input_errorC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11param_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11param_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11input_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11input_errorE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime12format_errorC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime12format_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime12format_errorE", + "range": { + "startCol": 34, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6411", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6411", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6411:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime12format_errorC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime12format_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime12format_errorE", + "range": { + "startCol": 34, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime12format_errorE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime12format_errorE", + "range": { + "startCol": 34, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": ".L6422:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " je .L6419", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L6419", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " je .L6420", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 34 + }, + "labels": [ + { + "name": ".L6420", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " jmp .L6421", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 35 + }, + "labels": [ + { + "name": ".L6421", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6420:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " jmp .L6422", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 33 + }, + "labels": [ + { + "name": ".L6422", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6419:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L6421:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/algorithm/cxx11/all_of.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14invalid_cla_idC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14invalid_cla_idE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14invalid_cla_idE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6431", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6431", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6431:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14invalid_cla_idC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14invalid_cla_idE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14invalid_cla_idE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime14invalid_cla_idE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime14invalid_cla_idE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE5clearEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost7runtime16parameter_cla_idES2_EvT_S4_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idES2_EvT_S4_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EED2Ev", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEC1ERKSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEC1ERKSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEbRKNS1_15static_any_baseESA_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEppEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6453", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6453", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6453:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE9push_backEOS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE12emplace_backIJS2_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE12emplace_backIJS2_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1105 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaIN5boost7runtime16parameter_cla_idEES3_E17_S_select_on_copyERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost7runtime16parameter_cla_idEES3_E17_S_select_on_copyERKS4_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EEC2EmRKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EEC2EmRKS3_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost7runtime16parameter_cla_idEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEEPS4_S4_ET0_T_SD_SC_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEEPS4_S4_ET0_T_SD_SC_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 557 + }, + "labels": [] + }, + { + "text": " jmp .L6461", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [ + { + "name": ".L6461", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost7runtime16parameter_cla_idEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EED2Ev", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": ".L6461:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_6optionEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_6optionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_6optionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L6465", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L6465", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L6465:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3setIbEEvNS_9unit_test13basic_cstringIKcEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentIbEC1ERKb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1INS1_14typed_argumentIbEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L6473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [ + { + "name": ".L6473", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L6473:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryIbLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " je .L6475", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L6475", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L6476", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L6476", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6475:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": ".L6476:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-65], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-65]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setIbEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setIbEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryIbLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+2]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setIbEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setIbEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": "_ZSt23lexicographical_compareIPKcS1_EbT_S2_T0_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1592 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPKcET_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPKcET_S2_", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPKcET_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPKcET_S2_", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPKcET_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPKcET_S2_", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPKcET_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPKcET_S2_", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " call _ZSt29__lexicographical_compare_auxIPKcS1_EbT_S2_T0_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1607 + }, + "labels": [ + { + "name": "_ZSt29__lexicographical_compare_auxIPKcS1_EbT_S2_T0_S3_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1611 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1611 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1611 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1611 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1611 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1611 + }, + "labels": [] + }, + { + "text": ".LC738:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::runtime::basic_param; typename boost::detail::sp_member_access::type = boost::runtime::basic_param*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L6481", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L6481", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC738", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC738", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L6481:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZSt9make_pairIN5boost9unit_test13basic_cstringIKcEERNS0_10shared_ptrINS0_7runtime11basic_paramEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSB_INSC_IT0_E4typeEE6__typeEEOSD_OSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEEC1IS4_RS8_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE6insertISB_IS4_S8_EEENSt9enable_ifIXsrSt16is_constructibleISD_JT_EE5valueESB_ISt17_Rb_tree_iteratorISD_EbEE4typeEOSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE17_M_emplace_uniqueIJS5_IS4_SA_EEEES5_ISt17_Rb_tree_iteratorISB_EbEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE17_M_emplace_uniqueIJS5_IS4_SA_EEEES5_ISt17_Rb_tree_iteratorISB_EbEDpOT_", + "range": { + "startCol": 17, + "endCol": 261 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15duplicate_paramC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15duplicate_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15duplicate_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6495", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6495", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6495:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15duplicate_paramC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15duplicate_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15duplicate_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15duplicate_paramEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime15duplicate_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime15duplicate_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime15duplicate_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5emptyEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5emptyEv", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 466 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE5beginEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEC1ERKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEC1ERKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEESE_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEppEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15missing_req_argC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15missing_req_argE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15missing_req_argE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6524", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6524", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6524:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15missing_req_argC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15missing_req_argE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15missing_req_argE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15missing_req_argEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime15missing_req_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime15missing_req_argE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime15missing_req_argE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEEntEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 892 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 892 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 892 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 892 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 893 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEEclES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " je .L6532", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": ".L6532", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": ".L6532:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " jmp .L6536", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [ + { + "name": ".L6536", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L6536:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE13_Rb_tree_implISD_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIcEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIcEEC2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE13_Rb_tree_implISD_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost17reference_wrapperIKNS_7runtime16parameter_cla_idEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost17reference_wrapperIKNS_7runtime16parameter_cla_idEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost17reference_wrapperIKNS_7runtime16parameter_cla_idEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE4findERSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE4findERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE4findERS1_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2ERKSt17_Rb_tree_iteratorIS9_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC2IS4_EEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime3cla13rt_cla_detail14parameter_trieES5_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime3cla13rt_cla_detail14parameter_trieES5_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " jmp .L6555", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L6555", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L6555:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZSt9make_pairIRcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS9_INSA_IT0_E4typeEE6__typeEEOSB_OSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRcEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRcEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC1IRcS6_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE6insertIS9_IcS6_EEENSt9enable_ifIXsrSt16is_constructibleISB_JT_EE5valueES9_ISt17_Rb_tree_iteratorISB_EbEE4typeEOSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 816 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE17_M_emplace_uniqueIJS0_IcS8_EEEES0_ISt17_Rb_tree_iteratorIS9_EbEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE17_M_emplace_uniqueIJS0_IcS8_EEEES0_ISt17_Rb_tree_iteratorIS9_EbEDpOT_", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 817 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": ".LC739:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \"t\"", + "source": null, + "labels": [] + }, + { + "text": " .string \"ypename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::runtime::cla::rt_cla_detail::parameter_trie; typename boost::detail::sp_member_access::type = boost::runtime::cla::rt_cla_detail::parameter_trie*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L6564", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L6564", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC739", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC739", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L6564:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 15 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 15 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1EOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE4swapERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE4swapERS5_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 655 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC2EOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17conflicting_paramC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime17conflicting_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime17conflicting_paramE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6581", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6581", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6581:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4backEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEmiEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEmiEl", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1146 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1147 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17conflicting_paramC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime17conflicting_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime17conflicting_paramE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17conflicting_paramEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime17conflicting_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime17conflicting_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime17conflicting_paramE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE9push_backERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L6589", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L6589", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L6591", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L6591", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6589:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": ".L6591:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEaSERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 544 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEE5resetEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE4findERSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE4findERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE4findERS1_", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE11lower_boundERSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE11lower_boundERSE_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEESG_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L6604", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L6604", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L6605", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L6605", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6604:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L6606", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L6606", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6605:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L6606:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L6607", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L6607", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEC1ILb1ELb1EEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1ERKSt17_Rb_tree_iteratorISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_", + "range": { + "startCol": 17, + "endCol": 330 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L6607:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEntEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6615", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6615", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6615:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime13duplicate_argC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime13duplicate_argE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime13duplicate_argE", + "range": { + "startCol": 34, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6624", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6624", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6624:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6629", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6629", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6629:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime13duplicate_argC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime13duplicate_argE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime13duplicate_argE", + "range": { + "startCol": 34, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime13duplicate_argEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime13duplicate_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime13duplicate_argE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime13duplicate_argE", + "range": { + "startCol": 34, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixEOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE11lower_boundERSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE11lower_boundERSE_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEESG_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " jne .L6635", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L6635", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " je .L6636", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L6636", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6635:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " jmp .L6637", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L6637", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6636:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": ".L6637:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [] + }, + { + "text": " je .L6638", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 519 + }, + "labels": [ + { + "name": ".L6638", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test13basic_cstringIKcEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test13basic_cstringIKcEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt16forward_as_tupleIJN5boost9unit_test13basic_cstringIKcEEEESt5tupleIJDpOT_EES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt16forward_as_tupleIJN5boost9unit_test13basic_cstringIKcEEEESt5tupleIJDpOT_EES8_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1ERKSt17_Rb_tree_iteratorISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_", + "range": { + "startCol": 17, + "endCol": 330 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 520 + }, + "labels": [] + }, + { + "text": ".L6638:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 524 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE4swapERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE4swapERS5_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 544 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE13_M_deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE13_M_deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED2Ev", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS1_10static_anyINT_8iteratorEEERSI_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [ + { + "name": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE5beginEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS1_10static_anyINT_8iteratorEEERSI_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEEbRKNS1_15static_any_baseESJ_RT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEppEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEESt3mapIcSA_St4lessIcESaISB_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISJ_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L6658", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L6658", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JRKS6_EEEvRS7_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JRKS6_EEEvRS7_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L6660", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L6660", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6658:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE3endEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_M_realloc_insertIJRKS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_M_realloc_insertIJRKS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": ".L6660:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE5resetEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 685 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE4swapERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE4swapERS5_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 687 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 688 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEC1ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE3endEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEC1ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 216 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 216 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 216 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEppEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_", + "range": { + "startCol": 17, + "endCol": 216 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4swapERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_swap_dataERS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_swap_dataERS9_", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1488 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1488 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES7_E10_S_on_swapERS8_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES7_E10_S_on_swapERS8_SA_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1489 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1489 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1489 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1489 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_M_erase_at_endEPS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_M_erase_at_endEPS6_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE13_Rb_tree_implIS8_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIPKN5boost7runtime16parameter_cla_idEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIPKN5boost7runtime16parameter_cla_idEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEED2Ev", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE13_Rb_tree_implIS8_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": ".LC740:", + "source": null, + "labels": [] + }, + { + "text": " .string \"vector::reserve\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE7reserveEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " je .L6686", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [ + { + "name": ".L6686", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC740", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 70 + }, + "labels": [ + { + "name": ".LC740", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 70 + }, + "labels": [] + }, + { + "text": ".L6686:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8capacityEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8capacityEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L6690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [ + { + "name": ".L6690", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 73 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 76 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 76 + }, + "labels": [] + }, + { + "text": " je .L6688", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 76 + }, + "labels": [ + { + "name": ".L6688", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 80 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " jmp .L6689", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [ + { + "name": ".L6689", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6688:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE20_M_allocate_and_copyIPKS4_EEPS4_mT_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE20_M_allocate_and_copyIPKS4_EEPS4_mT_SB_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 89 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": ".L6689:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " sub rcx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6690:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEC1ERKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEC1ERKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorINS_17reference_wrapperIS5_EESaIS9_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 208 + }, + "labels": [] + }, + { + "text": "_ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EE6insertEOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPKN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZSt4moveIRPKN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE16_M_insert_uniqueIS4_EESt4pairISt17_Rb_tree_iteratorIS4_EbEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE16_M_insert_uniqueIS4_EESt4pairISt17_Rb_tree_iteratorIS4_EbEOT_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 521 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt23_Rb_tree_const_iteratorIPKN5boost7runtime16parameter_cla_idEEbEC1IRSt17_Rb_tree_iteratorIS5_ERbLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 523 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backEOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test13basic_cstringIKcEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test13basic_cstringIKcEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12emplace_backIJS4_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12emplace_backIJS4_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18unrecognized_paramC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime18unrecognized_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime18unrecognized_paramE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " add rdx, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " jmp .L6710", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [ + { + "name": ".L6710", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": ".L6710:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18unrecognized_paramC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18unrecognized_paramC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6717", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6717", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6717:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18unrecognized_paramEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18unrecognized_paramC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime18unrecognized_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime18unrecognized_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime18unrecognized_paramE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11input_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "range": { + "startCol": 34, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15ambiguous_paramC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15ambiguous_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15ambiguous_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " add rax, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " add rdx, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " jmp .L6725", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [ + { + "name": ".L6725", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": ".L6725:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15ambiguous_paramC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15ambiguous_paramC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L6732", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L6732", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L6732:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15ambiguous_paramEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15ambiguous_paramC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime15ambiguous_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime15ambiguous_paramE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime15ambiguous_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameter_cla_idC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+96], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jmp .L6741", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L6741", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " jmp .L6738", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [ + { + "name": ".L6738", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L6738:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": ".L6741:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEEC2IRS5_Lb1EEERKS2_OT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idC1ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [ + { + "name": "_ZSt7forwardIRN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZSt9make_pairIN5boost9unit_test13basic_cstringIKcEEbESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS6_INS7_IT0_E4typeEE6__typeEEOS8_OSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost9unit_test13basic_cstringIKcEEbEC1IS4_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": ".LC741:", + "source": null, + "labels": [] + }, + { + "text": " .string \" in the environment.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3env10env_detail12fetch_absentIPFSt4pairINS_9unit_test13basic_cstringIKcEEbES8_EEEvRKNS0_16parameters_storeERNS0_15arguments_storeET_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " sub rsp, 480", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-472], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-480], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-388]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 247 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-400], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jne .L6777", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6777", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-387]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 245 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-408], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jne .L6777", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6777", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": ".L6766:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " je .L6748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6748", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-386]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 234 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " je .L6748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6748", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jmp .L6749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6749", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6748:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": ".L6749:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " je .L6777", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6777", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jne .L6750", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6750", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-385]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 253 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": ".L6763:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jne .L6750", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6750", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " jne .L6751", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [ + { + "name": ".L6751", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " je .L6752", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [ + { + "name": ".L6752", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6751:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " jmp .L6753", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [ + { + "name": ".L6753", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6752:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": ".L6753:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " je .L6754", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 72 + }, + "labels": [ + { + "name": ".L6754", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " jmp .L6755", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 73 + }, + "labels": [ + { + "name": ".L6755", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6754:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " je .L6756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 77 + }, + "labels": [ + { + "name": ".L6756", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " jmp .L6755", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 78 + }, + "labels": [ + { + "name": ".L6755", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6756:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " jne .L6757", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L6757", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " add rax, 170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " je .L6758", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L6758", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6757:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " jmp .L6759", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L6759", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6758:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": ".L6759:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " jne .L6760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L6760", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC484", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".LC484", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC741", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".LC741", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L6760:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L6755:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " cmp ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " jmp .L6763", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6763", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6750:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " je .L6764", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6764", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 231 + } + } + ] + }, + { + "text": " jmp .L6766", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6766", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6764:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store3allEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store3allEv", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " jmp .L6766", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 69 + }, + "labels": [ + { + "name": ".L6766", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " jmp .L6768", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L6768", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": ".L6768:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " jmp .L6769", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L6769", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": ".L6769:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " jmp .L6770", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L6770", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": ".L6770:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " jmp .L6771", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L6771", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": ".L6771:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": ".L6777:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " add rsp, 480", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/env/fetch.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC1ESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EC1ESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC1ERKSC_RKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC1ERKSC_RKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime6optionC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " sub rsp, 472", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-456], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-464], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-472], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-337], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-337]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-241], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-241]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " lea rax, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEENS3_IKbNSA_16optional_value_tERSK_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISS_SQ_EEE4typeERKSQ_RKSS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEENS3_IKbNSA_16optional_value_tERSK_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISS_SQ_EEE4typeERKSQ_RKSS_", + "range": { + "startCol": 17, + "endCol": 381 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_", + "range": { + "startCol": 17, + "endCol": 423 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS6_EENS4_INS5_IS6_NS7_16optional_value_tES9_EENS4_INS5_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSH_EENS4_INS5_ISH_NS7_9env_var_tESJ_EENS5_ISH_NS7_13description_tESJ_EEEEEEEEEEEESG_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS6_EENS4_INS5_IS6_NS7_16optional_value_tES9_EENS4_INS5_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSH_EENS4_INS5_ISH_NS7_9env_var_tESJ_EENS5_ISH_NS7_13description_tESJ_EEEEEEEEEEEESG_bbRKT_", + "range": { + "startCol": 17, + "endCol": 337 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime6optionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime6optionE", + "range": { + "startCol": 34, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-113], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-113]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-472]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEENS3_IKbNSA_16optional_value_tERSK_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISS_SQ_EEE4typeERKSQ_RKSS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEENS3_IKbNSA_16optional_value_tERSK_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISS_SQ_EEE4typeERKSQ_RKSS_", + "range": { + "startCol": 17, + "endCol": 381 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_", + "range": { + "startCol": 17, + "endCol": 423 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryIbLb0ELb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSI_EENS5_INS6_ISI_NS8_9env_var_tESK_EENS6_ISI_NS8_13description_tESK_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " jmp .L6791", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [ + { + "name": ".L6791", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": ".L6791:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_110callback_tELb0EEaSIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS2_16parameters_storeEEUlNS7_13basic_cstringIKcEEE_EENS0_15named_parameterIKT_S4_RSI_EESJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EC1ESF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKZNS5_14runtime_config12_GLOBAL__N_119register_parametersERNSA_16parameters_storeEEUlS8_E_NSB_10callback_tERSP_EEEENS3_IT_SH_EERKST_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_NS6_12_GLOBAL__N_110callback_tERSD_EENS1_INS2_IKSB_NSE_9env_var_tERSI_EENS2_ISI_NSE_13description_tESK_EEEEEC1ERKSH_RKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18invalid_param_specD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime18invalid_param_specE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime18invalid_param_specE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18invalid_param_specD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": ".LC742:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is not optional and can't have default_value.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC743:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is repeatable and can't have optional_value.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSE_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSN_EENSC_INSD_IKSL_NSO_9env_var_tERSS_EENSD_ISS_NSO_13description_tESU_EEEEEEEESL_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNS6_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSF_EENS4_INS5_IKSD_NSG_9env_var_tERSK_EENS5_ISK_NSG_13description_tESM_EEEEEEEESD_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNS6_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSF_EENS4_INS5_IKSD_NSG_9env_var_tERSK_EENS5_ISK_NSG_13description_tESM_EEEEEEEESD_bbRKT_", + "range": { + "startCol": 17, + "endCol": 345 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSD_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSM_EENSB_INSC_IKSK_NSN_9env_var_tERSR_EENSC_ISR_NSN_13description_tEST_EEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L6800", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6800", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L6800:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L6801", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6801", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L6802", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6802", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6801:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6803", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6803", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6802:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6803:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L6825", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6825", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6806", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6806", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6806:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6807", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6807", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6807:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6808", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6808", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6808:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6809", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6809", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6811", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6811", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6811:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6812", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6812", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6812:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6813", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6813", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6813:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6809", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6809", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6809:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L6814", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L6814", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6814:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6825:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC1ERKS8_RKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC1ERKSC_RKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime6optionC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKbNSB_15default_value_tERSF_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " sub rsp, 504", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-504], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-369], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-369]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-257], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-257]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IKbNSA_15default_value_tERSE_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEENS3_ISE_NSA_16optional_value_tESG_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IKbNSA_15default_value_tERSE_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEENS3_ISE_NSA_16optional_value_tESG_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_", + "range": { + "startCol": 17, + "endCol": 423 + } + } + ] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEESJ_EENS_11enable_if_cIXsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueESU_E4typeERKSU_RKSW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEESJ_EENS_11enable_if_cIXsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueESU_E4typeERKSU_RKSW_", + "range": { + "startCol": 17, + "endCol": 421 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS6_EENS4_INS5_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSF_EENS4_INS5_IS6_NS7_15default_value_tES9_EENS4_INS5_ISF_NS7_9env_var_tESH_EENS5_ISF_NS7_13description_tESH_EEEEEEEEEEEESE_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS6_EENS4_INS5_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSF_EENS4_INS5_IS6_NS7_15default_value_tES9_EENS4_INS5_ISF_NS7_9env_var_tESH_EENS5_ISF_NS7_13description_tESH_EEEEEEEEEEEESE_bbRKT_", + "range": { + "startCol": 17, + "endCol": 337 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime6optionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime6optionE", + "range": { + "startCol": 34, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-129], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-129]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-504]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IKbNSA_15default_value_tERSE_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEENS3_ISE_NSA_16optional_value_tESG_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IKbNSA_15default_value_tERSE_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEENS3_ISE_NSA_16optional_value_tESG_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_", + "range": { + "startCol": 17, + "endCol": 423 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEESJ_EENS_11enable_if_cIXsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueESU_E4typeERKSU_RKSW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEESJ_EENS_11enable_if_cIXsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueESU_E4typeERKSU_RKSW_", + "range": { + "startCol": 17, + "endCol": 421 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryIbLb0ELb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS7_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSG_EENS5_INS6_IS7_NS8_15default_value_tESA_EENS5_INS6_ISG_NS8_9env_var_tESI_EENS6_ISG_NS8_13description_tESI_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " jmp .L6835", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [ + { + "name": ".L6835", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": ".L6835:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIlEENS0_15named_parameterIKT_S4_RS9_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKlNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC1ERKS8_RKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIlEENS0_15named_parameterIKT_S4_RS9_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_IS5_NS7_16optional_value_tES9_EEEENS3_IT_SM_EERKSR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC1ERKS8_RKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IS5_NS7_15default_value_tES9_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSH_EENS4_ISH_NS7_13description_tESJ_EEEEEEEEEcmINS4_ISH_NS7_12value_hint_tESJ_EEEENS3_IT_SP_EERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC1ERKSC_RKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKlNSB_16optional_value_tERSF_EENS3_INS4_ISF_NSB_15default_value_tESH_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKlNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC1ERKSC_RKSS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINS5_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS6_INS7_ISC_NSD_12value_hint_tESF_EENS6_INS7_IKlNSD_16optional_value_tERSJ_EENS6_INS7_ISJ_NSD_15default_value_tESL_EENS6_INS7_ISC_NSD_9env_var_tESF_EENS7_ISC_NSD_13description_tESF_EEEEEEEEEEEEEESB_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKlNSB_16optional_value_tERSH_EENS4_INS5_ISH_NSB_15default_value_tESJ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKlNSB_16optional_value_tERSH_EENS4_INS5_ISH_NSB_15default_value_tESJ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 376 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryImLb0ELb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKlNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 258 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L6851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6851", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L6851:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 301 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L6852", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6852", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L6853", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6853", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6852:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6854", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6854", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6853:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6854:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L6874", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6874", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6857", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6857", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6857:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6858", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6858", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6858:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6859", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6859", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6859:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6860", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6862", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6862", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6862:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6863", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6863", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6863:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6864", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6864:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6860", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6860:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6874:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_13output_formatENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC1ERKSA_RKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EC1ES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IS7_NS9_16optional_value_tESB_EEEENS3_IT_SN_EERKSS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC1ERKSA_RKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS7_EENS3_INS4_IS7_NS9_15default_value_tESB_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSI_EENS4_ISI_NS9_13description_tESK_EEEEEEEEEcmINS4_IKSt16initializer_listISt4pairISI_S6_EENS9_13enum_values_tERSX_EEEENS3_IT_SQ_EERKS11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEC1ERKSI_RKSW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_16optional_value_tERSL_EENS3_INS4_ISL_NSH_15default_value_tESN_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESS_EEEEEEEEEEEcmINS4_ISB_NSH_6help_tESS_EEEENS3_IT_SZ_EERKS14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_16optional_value_tERSM_EENS1_INS2_ISM_NS9_15default_value_tESO_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC1ERKSC_RKSZ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov esi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_16optional_value_tERSQ_EENS8_INS9_ISQ_NSE_15default_value_tESS_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_16optional_value_tERSQ_EENS8_INS9_ISQ_NSE_15default_value_tESS_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_16optional_value_tERSQ_EENS8_INS9_ISQ_NSE_15default_value_tESS_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEEEESC_RKT_", + "range": { + "startCol": 17, + "endCol": 457 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 394 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": ".L6898:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " je .L6901", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L6901", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " jmp .L6898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L6898", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": ".L6901:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC1ERKSI_RKST_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC1ERKSC_RKSW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "range": { + "startCol": 17, + "endCol": 414 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 351 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": ".L6908:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " je .L6911", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L6911", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " jmp .L6908", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L6908", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": ".L6911:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test9log_levelEEENS0_15named_parameterIKT_S4_RSB_EESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_9log_levelENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC1ERKSA_RKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC1ERKSI_RKST_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_9log_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC1ERKSC_RKSW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov esi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "range": { + "startCol": 17, + "endCol": 409 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 346 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": ".L6931:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE3endEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " je .L6934", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L6934", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " jmp .L6931", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L6931", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": ".L6934:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC1ERKSC_RKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC1ERKSC_RKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 291 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L6940", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6940", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L6940:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L6941", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6941", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L6942", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6942", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6941:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6943", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6943", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6942:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6943:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L6965", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6965", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6946", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6946", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6946:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6947", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6947", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6947:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6948", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6948", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6948:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6949", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6949", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6951", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6951", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6951:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6952", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6952", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6952:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6953", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6953", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6953:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6949", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6949", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6949:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L6954", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L6954", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6954:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6965:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKSt16initializer_listISt4pairIS9_NS5_13output_formatEEENSB_13enum_values_tERSP_EEEENS3_IT_SH_EERKST_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEC1ERKSI_RKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESM_EEEEEEEcmINS4_ISB_NSH_6help_tESM_EEEENS3_IT_SR_EERKSW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC1ERKSC_RKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEESC_RKT_", + "range": { + "startCol": 17, + "endCol": 370 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 307 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": ".L6972:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " je .L6975", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L6975", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " jmp .L6972", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L6972", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": ".L6975:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 291 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " je .L6977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6977", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6978", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6978", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6977:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6978:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L6979", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6979", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L6979:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L6980", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6980", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L6981", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6981", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6980:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6982", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6982", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L6981:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6982:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L7002", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7002", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6985", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6985", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6985:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6986", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6986", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6986:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6987", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6987", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L6987:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L6988", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L6988", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6990", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6990", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6990:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6991", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6991", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6991:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6992", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6992", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L6992:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L6988", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L6988", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L6988:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7002:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIjEENS0_15named_parameterIKT_S4_RS9_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKjNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC1ERKS8_RKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIjEENS0_15named_parameterIKT_S4_RS9_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_IS5_NS7_16optional_value_tES9_EEEENS3_IT_SM_EERKSR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC1ERKS8_RKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IS5_NS7_15default_value_tES9_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSH_EENS4_ISH_NS7_13description_tESJ_EEEEEEEEEcmINS4_ISH_NS7_12value_hint_tESJ_EEEENS3_IT_SP_EERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC1ERKSC_RKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKjNSB_16optional_value_tERSF_EENS3_INS4_ISF_NSB_15default_value_tESH_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKjNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC1ERKSC_RKSS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINS5_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS6_INS7_ISC_NSD_12value_hint_tESF_EENS6_INS7_IKjNSD_16optional_value_tERSJ_EENS6_INS7_ISJ_NSD_15default_value_tESL_EENS6_INS7_ISC_NSD_9env_var_tESF_EENS7_ISC_NSD_13description_tESF_EEEEEEEEEEEEEESB_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKjNSB_16optional_value_tERSH_EENS4_INS5_ISH_NSB_15default_value_tESJ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKjNSB_16optional_value_tERSH_EENS4_INS5_ISH_NSB_15default_value_tESJ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 376 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryIjLb0ELb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKjNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 258 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L7016", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7016", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L7016:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 301 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L7017", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7017", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L7018", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7018", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7017:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7019", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7019", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7018:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7019:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L7039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7039", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7022", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7022", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7022:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7023", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7023", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7023:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7024", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7024", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7024:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7025", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7025", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7027", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7027", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7027:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7028", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7028", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7028:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7029", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7029", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7029:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7025", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7025", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7025:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7039:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test12report_levelEEENS0_15named_parameterIKT_S4_RSB_EESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_12report_levelENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC1ERKSA_RKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA9_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRA3_KcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC1ERKSI_RKST_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_12report_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC1ERKSC_RKSW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov esi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 423 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_", + "range": { + "startCol": 17, + "endCol": 413 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 350 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 432 + }, + "labels": [] + }, + { + "text": ".L7065:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE3endEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [] + }, + { + "text": " je .L7068", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L7068", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 438 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 439 + }, + "labels": [] + }, + { + "text": " jmp .L7065", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 437 + }, + "labels": [ + { + "name": ".L7065", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 428 + }, + "labels": [] + }, + { + "text": ".L7068:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 441 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_15named_parameterIKT_S4_RSF_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EC1ESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSQ_EEEENS3_IT_SH_EERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC1ERKSE_RKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENSD_9env_var_tERSL_EENS4_ISL_NSD_13description_tESN_EEEEEEEcmINS4_ISL_NSD_12value_hint_tESN_EEEENS3_IT_SS_EERKSX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC1ERKSC_RKSS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSL_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SV_EERKS10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSL_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC1ERKSC_RKSV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_IKS7_NSJ_15default_value_tERSP_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEEEESH_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSN_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSN_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 384 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_15default_value_tERSO_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEE3hasENS0_7keywordISC_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEE3hasENS0_7keywordISC_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 309 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L7078", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7078", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L7078:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L7079", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7079", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L7080", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7080", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7079:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7081", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7081", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7080:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7081:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L7103", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7103", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7084:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7085", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7085", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7085:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7086", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7086", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7086:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7087", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7087", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7089", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7089", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7089:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7090", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7090", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7090:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7091", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7091", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7091:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7087", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7087", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7087:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L7092", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L7092", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7092:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7103:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_15named_parameterIKT_S4_RSF_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EC1ESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSA_16optional_value_tERSM_EEEENS0_23named_parameter_combineIT_SD_EERKSR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC1ERKSE_RKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS4_IKNS_9unit_test13basic_cstringIKcEENSD_13description_tERSL_EEEEEcmINS4_ISL_NSD_12value_hint_tESN_EEEENS3_IT_SP_EERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEC1ERKSC_RKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_16optional_value_tERSL_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSL_EENS2_IS7_NS9_13description_tESB_EEEEEEEC1ERKSC_RKSS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_IKS7_NSJ_16optional_value_tERSP_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_16optional_value_tERSN_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_16optional_value_tERSN_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 350 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_16optional_value_tERSO_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L7113", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7113", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L7113:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEE3hasENS0_7keywordISC_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEE3hasENS0_7keywordISC_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 275 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L7114", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7114", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L7115", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7115", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7114:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7116", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7116", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7115:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7116:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L7138", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7138", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7119", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7119", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7119:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7120", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7120:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7121", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L7121:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L7122", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L7122", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7124", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7124", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7124:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7125", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7125", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7125:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7126", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7126", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L7126:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L7122", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L7122", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7122:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L7127", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L7127", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7127:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L7138:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime6optionC2INS_3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_113description_tERS9_EEEES8_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " sub rsp, 344", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-328], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-336], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-344], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-241], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-241]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-177], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-177]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS7_EENS2_IKbNS9_16optional_value_tERSD_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS0_23named_parameter_combineISL_SJ_EEE4typeERKSJ_RKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS7_EENS2_IKbNS9_16optional_value_tERSD_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS0_23named_parameter_combineISL_SJ_EEE4typeERKSJ_RKSL_", + "range": { + "startCol": 17, + "endCol": 314 + } + } + ] + }, + { + "text": " lea rax, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSE_EEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISP_SN_EEE4typeERKSN_RKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 358 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSE_EEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISP_SN_EEE4typeERKSN_RKSP_", + "range": { + "startCol": 17, + "endCol": 356 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-336]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS6_EENS4_INS5_IS6_NS7_16optional_value_tES9_EENS5_IKNS_9unit_test13basic_cstringIKcEENS7_13description_tERSH_EEEEEEEESG_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS6_EENS4_INS5_IS6_NS7_16optional_value_tES9_EENS5_IKNS_9unit_test13basic_cstringIKcEENS7_13description_tERSH_EEEEEEEESG_bbRKT_", + "range": { + "startCol": 17, + "endCol": 270 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime6optionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime6optionE", + "range": { + "startCol": 34, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-81], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-81]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost9unit_test15static_constantINS_3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-344]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS7_EENS2_IKbNS9_16optional_value_tERSD_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS0_23named_parameter_combineISL_SJ_EEE4typeERKSJ_RKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS7_EENS2_IKbNS9_16optional_value_tERSD_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS0_23named_parameter_combineISL_SJ_EEE4typeERKSJ_RKSL_", + "range": { + "startCol": 17, + "endCol": 314 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSE_EEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISP_SN_EEE4typeERKSN_RKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSE_EEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISP_SN_EEE4typeERKSN_RKSP_", + "range": { + "startCol": 17, + "endCol": 356 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryIbLb0ELb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS6_IKNS_9unit_test13basic_cstringIKcEENS8_13description_tERSI_EEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " jmp .L7142", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [ + { + "name": ".L7142", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": ".L7142:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE13_Rb_tree_implISF_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE13_Rb_tree_implISF_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE13_Rb_tree_implISF_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareIN5boost7runtime16parameters_store10lg_compareEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareIN5boost7runtime16parameters_store10lg_compareEEC2Ev", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE13_Rb_tree_implISF_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tELb0EEaSERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EC1ESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tELb0EEaSERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EC1ESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS8_EEEcmINS3_IS8_NSA_12neg_prefix_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS7_EENS2_IS7_NS9_15end_of_params_tESB_EEEC1ERKSC_RKSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE13_Rb_tree_implISH_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE13_Rb_tree_implISH_Lb1EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 935 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 302 + }, + "labels": [] + }, + { + "text": ".LC744:", + "source": null, + "labels": [] + }, + { + "text": " .string \"End of parameters indicator can only consist of prefix characters.\"", + "source": null, + "labels": [] + }, + { + "text": ".LC745:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Negation prefix can only consist of prefix characters.\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parserC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_112neg_prefix_tERSB_EENS6_ISB_NSC_15end_of_params_tESE_EEEEEERKNS0_16parameters_storeERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " sub rsp, 328", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-312], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-320], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-328], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERSE_EENS9_ISE_NSG_15end_of_params_tESI_EEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSR_SS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERSE_EENS9_ISE_NSG_15end_of_params_tESI_EEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSR_SS_", + "range": { + "startCol": 17, + "endCol": 367 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-328]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERSE_EENS9_ISE_NSG_15end_of_params_tESI_EEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSR_SS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 139 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERSE_EENS9_ISE_NSG_15end_of_params_tESI_EEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSR_SS_", + "range": { + "startCol": 17, + "endCol": 367 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime16parameter_cla_id17valid_prefix_charEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameter_cla_id17valid_prefix_charEc", + "range": { + "startCol": 34, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [ + { + "name": "_ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " jne .L7160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [ + { + "name": ".L7160", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC744", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [ + { + "name": ".LC744", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L7160:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime16parameter_cla_id15valid_name_charEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost7runtime16parameter_cla_id15valid_name_charEc", + "range": { + "startCol": 34, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " jne .L7161", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [ + { + "name": ".L7161", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC745", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [ + { + "name": ".LC745", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L7161:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-320]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parser10build_trieERKNS0_16parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 151 + }, + "labels": [ + { + "name": "_ZN5boost7runtime3cla6parser10build_trieERKNS0_16parameters_storeE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " jmp .L7172", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 152 + }, + "labels": [ + { + "name": ".L7172", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " jmp .L7163", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [ + { + "name": ".L7163", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": ".L7163:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " jmp .L7164", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 141 + }, + "labels": [ + { + "name": ".L7164", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " jmp .L7166", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [ + { + "name": ".L7166", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": ".L7166:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " jmp .L7164", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 146 + }, + "labels": [ + { + "name": ".L7164", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": ".L7164:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-312]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": ".L7172:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".LC746:", + "source": null, + "labels": [] + }, + { + "text": " .string \"void boost::shared_ptr::reset(Y*) [with Y = boost::runtime::cla::parser; T = boost::runtime::cla::parser]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla6parserEE5resetIS3_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 690 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " je .L7174", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".L7174", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " jne .L7174", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".L7174", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC746", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC746", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 692", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC696", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [ + { + "name": ".LC696", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 692 + }, + "labels": [] + }, + { + "text": ".L7174:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla6parserEEC1IS3_EEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla6parserEE4swapERS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla6parserEE4swapERS4_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla6parserEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 693 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 694 + }, + "labels": [] + }, + { + "text": ".LC747:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::runtime::cla::parser; typename boost::detail::sp_member_access::type = boost::runtime::cla::parser*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L7176", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L7176", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC747", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC747", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L7176:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17arg_type_mismatchD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime17arg_type_mismatchE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime17arg_type_mismatchE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17arg_type_mismatchD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": ".LC748:", + "source": null, + "labels": [] + }, + { + "text": " .string \"There is no argument provided for parameter \"", + "source": null, + "labels": [] + }, + { + "text": ".LC749:", + "source": null, + "labels": [] + }, + { + "text": " .string \"Access with invalid type for argument corresponding to parameter \"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERT_NS3_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-456], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L7181", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L7181", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC748", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L7181:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idINS_9unit_test13output_formatEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idINS_9unit_test13output_formatEEElv", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L7182", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L7182", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".LC749", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L7182:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L7198", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L7198", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L7185", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L7185", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L7185:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L7186", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L7186", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L7186:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L7188", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L7188", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L7188:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L7189", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L7189", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L7189:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L7190", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L7190", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L7190:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L7198:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1INS1_14typed_argumentINS_9unit_test13output_formatEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L7204", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [ + { + "name": ".L7204", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L7204:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 127 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 172 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 173 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1008 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEcvbEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 12 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 14 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 15 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/operator_bool.hpp", + "line": 15 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utilslsIA4_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, OFFSET FLAT:.LC699", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [ + { + "name": ".LC699", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils13print_escapedIA4_cEEvRSoRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils13print_escapedIA4_cEEvRSoRKT_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov esi, 34", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 122 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 123 + }, + "labels": [] + }, + { + "text": "_ZNSt6chrono10time_pointINS_3_V212system_clockENS_8durationIlSt5ratioILl1ELl1000000000EEEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 776 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 777 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 777 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 777 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA15_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA16_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17setup_conditionalI9copy_testEEvRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12impl_fixture10call_setupILb0EEclI9copy_testEEvRT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 113 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12impl_fixture10call_setupILb0EEclI9copy_testEEvRT_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA13_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boostlsIcA19_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [ + { + "name": "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/wrap_stringstream.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test20teardown_conditionalI9copy_testEEvRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12impl_fixture13call_teardownILb0EEclI9copy_testEEvRT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 119 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12impl_fixture13call_teardownILb0EEclI9copy_testEEvRT_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvvEEC2IPS1_EET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvEC2IPFvvEEET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvEC2IPFvvEEET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_Z6copy_TINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEET_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": null, + "line": 23 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": null, + "line": 23 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": null, + "line": 23 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": null, + "line": 24 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": null, + "line": 25 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": null, + "line": 25 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsIA1_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEC1ERKS2_S6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE", + "range": { + "startCol": 34, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail10check_frwdINS1_15equal_impl_frwdENSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EEbT_RKNS_9unit_test12lazy_ostreamENSA_13basic_cstringIKcEEmNS1_10tool_levelENS1_10check_typeERKT0_PSF_RKT1_SM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-184], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-192], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-168], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-196], r8d", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], r9", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail12print_helperINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_14print_helper_tIT_EERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail12print_helperINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_14print_helper_tIT_EERKS9_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEEEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKSD_EERKSC_SF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEEEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKSD_EERKSC_SF_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostream8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream8instanceEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail12print_helperINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_14print_helper_tIT_EERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail12print_helperINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_14print_helper_tIT_EERKS9_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsINS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEEEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKSD_EERKSC_SF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsINS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEEEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKSD_EERKSC_SF_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-161]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools9tt_detail15equal_impl_frwdclINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EENS0_16assertion_resultERKT_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools9tt_detail15equal_impl_frwdclINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EENS0_16assertion_resultERKT_RKT0_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov r9d, DWORD PTR [rbp-196]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov r8d, DWORD PTR [rbp-168]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " push rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " push rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " push 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail16report_assertionERKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS5_13basic_cstringIKcEEmNS1_10tool_levelENS1_10check_typeEmz", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail16report_assertionERKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS5_13basic_cstringIKcEEmNS1_10tool_levelENS1_10check_typeEmz", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L7252", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L7252", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L7247", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L7247", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": ".L7247:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L7248", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [ + { + "name": ".L7248", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": ".L7248:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": ".L7252:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 263 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 266 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 266 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 266 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 266 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 266 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE16_M_construct_auxIPKcEEvT_S8_St12__false_type", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 266 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE16_M_construct_auxIPKcEEvT_S8_St12__false_type", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 267 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSaIcES1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 193 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 193 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 193 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7releaseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " je .L7259", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [ + { + "name": ".L7259", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " je .L7259", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [ + { + "name": ".L7259", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " jmp .L7260", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [ + { + "name": ".L7260", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7259:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": ".L7260:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " je .L7262", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 95 + }, + "labels": [ + { + "name": ".L7262", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": ".L7262:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail10clone_baseC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost16exception_detail10clone_baseE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [ + { + "name": "_ZTVN5boost16exception_detail10clone_baseE", + "range": { + "startCol": 34, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendIPKcvEERS4_T_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1280 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1IPcEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISC_SB_E7__valueES8_E6__typeEEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1IPcEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISC_SB_E7__valueES8_E6__typeEEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7replaceEN9__gnu_cxx17__normal_iteratorIPKcS4_EES9_S8_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 1281 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE8null_strEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZN5boost9unit_test13basic_cstringIKcE4nullE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 208 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE4nullE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE6lengthEPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": ".L7270:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2eqEcc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2eqEcc", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " je .L7269", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [ + { + "name": ".L7269", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " jmp .L7270", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 87 + }, + "labels": [ + { + "name": ".L7270", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7269:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS5_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L7279", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L7279", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE10deallocateERS5_PS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE10deallocateERS5_PS4_m", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": ".L7279:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEEEvT_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEEEvT_S6_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_header8_M_resetEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_header8_M_resetEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4findERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPKSt13_Rb_tree_nodeISB_EPKSt18_Rb_tree_node_baseRS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPKSt13_Rb_tree_nodeISB_EPKSt18_Rb_tree_node_baseRS6_", + "range": { + "startCol": 17, + "endCol": 232 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " jne .L7287", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L7287", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " je .L7288", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": ".L7288", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7287:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " jmp .L7290", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L7290", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7288:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": ".L7290:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " je .L7296", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [ + { + "name": ".L7296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " je .L7295", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": ".L7295", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IvE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IvE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE5clearERNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE5clearERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": ".L7295:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": ".L7296:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvE5dummy7nonnullEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 883 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 883 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 883 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 883 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 883 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 883 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2IS4_NS_6detail14sp_inplace_tagINS7_13sp_ms_deleterIS4_EEEEEEPT_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1IPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS6_EEEET_NS0_14sp_inplace_tagIT0_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 382 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_deleter_constructINS_9unit_test14runtime_config13stream_holder16callback_cleanerES5_EEvPNS_10shared_ptrIT_EEPT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 384 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_deleter_constructINS_9unit_test14runtime_config13stream_holder16callback_cleanerES5_EEvPNS_10shared_ptrIT_EEPT0_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 385 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE29_internal_get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 799 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 799 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 799 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 799 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 801 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 801 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail12shared_count19get_untyped_deleterEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 801 + }, + "labels": [ + { + "name": "_ZNK5boost6detail12shared_count19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7addressEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail10sp_forwardIRKNS_8functionIFvvEEEEEOT_RS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_forward.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_forward.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_forward.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_forward.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_forward.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_forward.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE15set_initializedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2IS4_EERKNS0_IT_EEPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 460 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2EOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE4swapERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleISA_ESt18is_move_assignableISA_EEE5valueEvE4typeERSA_SK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleISA_ESt18is_move_assignableISA_EEE5valueEvE4typeERSA_SK_", + "range": { + "startCol": 17, + "endCol": 239 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE13assign_to_ownERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE13assign_to_ownERKS1_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": "_ZN5boost10wrapexceptINS_17bad_function_callEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+64", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+104", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9exceptionD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost9exceptionD2Ev", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost17bad_function_callD2Ev", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail10clone_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail10clone_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZThn8_N5boost10wrapexceptINS_17bad_function_callEED1Ev:", + "source": null, + "labels": [] + }, + { + "text": " sub rdi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " jmp .LTHUNK11", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZThn24_N5boost10wrapexceptINS_17bad_function_callEED1Ev:", + "source": null, + "labels": [] + }, + { + "text": " sub rdi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " jmp .LTHUNK10", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZN5boost10wrapexceptINS_17bad_function_callEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10wrapexceptINS_17bad_function_callEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov esi, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZThn8_N5boost10wrapexceptINS_17bad_function_callEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " sub rdi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " jmp .LTHUNK13", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZThn24_N5boost10wrapexceptINS_17bad_function_callEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " sub rdi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " jmp .LTHUNK12", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 164 + }, + "labels": [] + }, + { + "text": " call _ZN5boost36throw_exception_assert_compatibilityERKSt9exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 164 + }, + "labels": [ + { + "name": "_ZN5boost36throw_exception_assert_compatibilityERKSt9exception", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10wrapexceptINS_17bad_function_callEEC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost10wrapexceptINS_17bad_function_callEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [ + { + "name": "_ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function0IvE10get_vtableEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " and rax, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyIbEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyIbEC2Eb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC2IS2_EEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_23basic_wrap_stringstreamIcEES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_23basic_wrap_stringstreamIcEES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " jmp .L7322", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L7322", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L7322:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost23basic_wrap_stringstreamIcEEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost23basic_wrap_stringstreamIcEEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "range": { + "startCol": 17, + "endCol": 208 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": ".LC750:", + "source": null, + "labels": [] + }, + { + "text": " .string \"cannot create std::vector larger than max_size()\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE17_S_check_init_lenEmRKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_max_sizeERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_max_sizeERKS8_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " seta bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " je .L7327", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [ + { + "name": ".L7327", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC750", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1770 + }, + "labels": [ + { + "name": ".LC750", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1770 + }, + "labels": [] + }, + { + "text": ".L7327:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1772 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EEC2EmRKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE12_Vector_implC1ERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE17_M_create_storageEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE17_M_create_storageEm", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " jmp .L7333", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": ".L7333", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": ".L7333:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE21_M_default_initializeEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1603 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1603 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1603 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1603 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1603 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1607 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1607 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1606 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1606 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1606 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1606 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1606 + }, + "labels": [] + }, + { + "text": " call _ZSt27__uninitialized_default_n_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEmS8_ET_SA_T0_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1606 + }, + "labels": [ + { + "name": "_ZSt27__uninitialized_default_n_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEmS8_ET_SA_T0_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1605 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1605 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1608 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1608 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1608 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_EvT_SA_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvT_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvT_SA_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_15stack_decoratorEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9decorator15stack_decoratorEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_5labelEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9decorator5labelEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_17expected_failuresEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9decorator17expected_failuresEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_7timeoutEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9decorator7timeoutEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_11descriptionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9decorator11descriptionEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_10depends_onEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9decorator10depends_onEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_9fixture_tEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9decorator9fixture_tEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1INS_10test_tools16assertion_resultEmEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1INS_10test_tools16assertion_resultEmE13assign_to_ownERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [ + { + "name": "_ZN5boost9function1INS_10test_tools16assertion_resultEmE13assign_to_ownERKS3_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1INS_10test_tools16assertion_resultEmE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " je .L7350", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [ + { + "name": ".L7350", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " je .L7349", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": ".L7349", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1INS_10test_tools16assertion_resultEmE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost9function1INS_10test_tools16assertion_resultEmE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1INS_10test_tools16assertion_resultEmE5clearERNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1INS_10test_tools16assertion_resultEmE5clearERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": ".L7349:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": ".L7350:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_12preconditionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9decorator12preconditionEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyImEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyImEC2Em:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorImSaImEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPmmEvT_S1_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPmEvT_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPmEvT_S1_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost8functionIFNS_10test_tools16assertion_resultEmEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost8functionIFNS_10test_tools16assertion_resultEmEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES5_EvT_S7_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINS_8functionIFvvEEEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1ERKS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L7376:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L7377", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7377", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L7376", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7376", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7377:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvT_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvT_SE_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3getIbEERKT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getIbEERT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getIbEERT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 70 + }, + "labels": [] + }, + { + "text": ".L7389:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L7390", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 71 + }, + "labels": [ + { + "name": ".L7390", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 75 + }, + "labels": [ + { + "name": "_ZNSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7destroyIS6_EEvRS8_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7destroyIS6_EEvRS8_PT_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_put_nodeEPSt10_List_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_put_nodeEPSt10_List_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " jmp .L7389", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 71 + }, + "labels": [ + { + "name": ".L7389", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7390:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 83 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2Ev", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE13_M_deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L7396", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L7396", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": ".L7396:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_M_erase_at_endEPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " movabs rax, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L7402", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [ + { + "name": ".L7402", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": ".L7402:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE7_M_initEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_header7_M_initEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZNSt8__detail17_List_node_header7_M_initEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L7409:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L7410", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7410", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L7409", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7409", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7410:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSaISt10_List_nodeImEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEEC2Ev", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE8_M_clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 70 + }, + "labels": [] + }, + { + "text": ".L7417:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L7418", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 71 + }, + "labels": [ + { + "name": ".L7418", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_List_nodeImE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 75 + }, + "labels": [ + { + "name": "_ZNSt10_List_nodeImE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeImEEE7destroyImEEvRS2_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 77 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE7destroyImEEvRS2_PT_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE11_M_put_nodeEPSt10_List_nodeImE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 81 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_put_nodeEPSt10_List_nodeImE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " jmp .L7417", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 71 + }, + "labels": [ + { + "name": ".L7417", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7418:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 83 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/list.tcc", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 963 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " call _ZNSt14_List_iteratorImEC1EPNSt8__detail15_List_node_baseE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 964 + }, + "labels": [] + }, + { + "text": "_ZNSt14_List_iteratorImEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZNKSt14_List_iteratorImEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_List_nodeImE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 210 + }, + "labels": [ + { + "name": "_ZNSt10_List_nodeImE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 210 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 210 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " jne .L7426", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": ".L7426", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " je .L7427", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": ".L7427", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7426:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L7429", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": ".L7429", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7427:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": ".L7429:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKcPS0_EEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EEC2ERKS7_RKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEEC1IS3_EERKSaIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE13_Rb_tree_implIS7_Lb1EEC1ERKS7_OSaISt13_Rb_tree_nodeIS3_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " jmp .L7440", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [ + { + "name": ".L7440", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": ".L7440:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKcPS1_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKcPS1_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKcPS1_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKcPS1_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKcPS1_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKcPS1_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE22_M_insert_range_uniqueIPKS3_EENSt9enable_ifIXsrSt7is_sameIS3_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESG_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_Alloc_nodeC1ERS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": ".L7447:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " je .L7448", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L7448", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE17_M_insert_unique_IRKS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EOT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE17_M_insert_unique_IRKS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EOT_RT0_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-48], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " jmp .L7447", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L7447", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7448:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L7452:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L7453", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7453", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L7452", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7452", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7453:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIPKcEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE4findERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS3_EPKSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS3_EPKSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EES6_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " jne .L7460", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L7460", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " je .L7461", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": ".L7461", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7460:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " jmp .L7463", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L7463", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7461:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": ".L7463:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE7compareEPS3_S5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": ".L7474:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L7469", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 71 + }, + "labels": [ + { + "name": ".L7469", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2eqEcc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2eqEcc", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " je .L7470", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 72 + }, + "labels": [ + { + "name": ".L7470", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2ltEcc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2ltEcc", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " je .L7471", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [ + { + "name": ".L7471", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " jmp .L7473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [ + { + "name": ".L7473", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7471:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " jmp .L7473", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 73 + }, + "labels": [ + { + "name": ".L7473", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7470:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-16], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 76 + }, + "labels": [] + }, + { + "text": " jmp .L7474", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 71 + }, + "labels": [ + { + "name": ".L7474", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7469:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": ".L7473:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEC2EPS2_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 255 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output15s_replace_charsclIcEEvRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " cmp al, 47", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jne .L7483", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 58 + }, + "labels": [ + { + "name": ".L7483", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 46", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 59 + }, + "labels": [] + }, + { + "text": " jmp .L7485", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 62 + }, + "labels": [ + { + "name": ".L7485", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7483:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " cmp al, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 60 + }, + "labels": [] + }, + { + "text": " jne .L7485", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 60 + }, + "labels": [ + { + "name": ".L7485", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 95", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 61 + }, + "labels": [] + }, + { + "text": ".L7485:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 62 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops17__iter_equals_valIKcEENS0_16_Iter_equals_valIT_EERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEC1ERS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": "_ZSt11__remove_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 836 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 836 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 836 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 836 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 837 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 837 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 837 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 837 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 837 + }, + "labels": [] + }, + { + "text": " je .L7489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 837 + }, + "labels": [ + { + "name": ".L7489", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " jmp .L7494", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 838 + }, + "labels": [ + { + "name": ".L7494", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7489:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 840 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 840 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 840 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": ".L7493:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [] + }, + { + "text": " je .L7491", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [ + { + "name": ".L7491", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 842 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 842 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 842 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 842 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 842 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 842 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 842 + }, + "labels": [] + }, + { + "text": " je .L7492", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 842 + }, + "labels": [ + { + "name": ".L7492", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRcEONSt16remove_referenceIT_E4typeEOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [ + { + "name": "_ZSt4moveIRcEONSt16remove_referenceIT_E4typeEOS2_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 844 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 845 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 845 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 845 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": ".L7492:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " jmp .L7493", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 841 + }, + "labels": [ + { + "name": ".L7493", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7491:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 847 + }, + "labels": [] + }, + { + "text": ".L7494:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 848 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 848 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 848 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt4findIPKccET_S2_S2_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops17__iter_equals_valIKcEENS0_16_Iter_equals_valIT_EERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops17__iter_equals_valIKcEENS0_16_Iter_equals_valIT_EERS4_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIPKcN9__gnu_cxx5__ops16_Iter_equals_valIS0_EEET_S6_S6_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3902 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIPKcN9__gnu_cxx5__ops16_Iter_equals_valIS0_EEET_S6_S6_T0_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3904 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algo.h", + "line": 3904 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_header8_M_resetEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_header8_M_resetEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE7_M_initEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail17_List_node_header7_M_initEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZNSt8__detail17_List_node_header7_M_initEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEC2ERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEC2ERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaIcEcE17_S_select_on_copyERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIcEE37select_on_container_copy_constructionERKS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIcEE37select_on_container_copy_constructionERKS0_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS7_EPKSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS7_EPKSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 206 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " jne .L7508", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L7508", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " je .L7509", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": ".L7509", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7508:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " jmp .L7511", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L7511", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7509:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": ".L7511:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyImE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9_M_insertIJS5_EEEvSt14_List_iteratorIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_M_create_nodeIJS5_EEEPSt10_List_nodeIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_M_create_nodeIJS5_EEEPSt10_List_nodeIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail15_List_node_base7_M_hookEPS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_inc_sizeEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1913 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_inc_sizeEm", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1914 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1914 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1914 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 995 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 996 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 996 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedIiEEvRSoRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedIdEEvRSoRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " movq xmm0, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEd", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZNSt14_List_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2EPNSt8__detail15_List_node_baseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2EPKNSt8__detail15_List_node_baseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 282 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 284 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedImEEvRSoRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedINS0_12test_results19readonly_property57EEEvRSoRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedIA6_cEEvRSoRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedIA23_cEEvRSoRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedIA31_cEEvRSoRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEE9_M_insertIJRKmEEEvSt14_List_iteratorImEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1909 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEE14_M_create_nodeIJRKmEEEPSt10_List_nodeImEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [ + { + "name": "_ZNSt7__cxx114listImSaImEE14_M_create_nodeIJRKmEEEPSt10_List_nodeImEDpOT_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1911 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail15_List_node_base7_M_hookEPS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1912 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE11_M_inc_sizeEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1913 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_inc_sizeEm", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1914 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1914 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1914 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost9unit_test9test_unit19readonly_property62EEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helperEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEEC2IS6_Lb1EEERKS3_OT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helperEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helperEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implC2EOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_Vector_impl_dataC2EOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_Vector_impl_dataC2EOS8_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_emplace_uniqueIJS0_INS3_9test_unit19readonly_property62ES6_EEEES0_ISt17_Rb_tree_iteratorIS7_EbEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJS0_INS3_9test_unit19readonly_property62ES6_EEEEPSt13_Rb_tree_nodeIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJS0_INS3_9test_unit19readonly_property62ES6_EEEEPSt13_Rb_tree_nodeIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [] + }, + { + "text": " je .L7550", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [ + { + "name": ".L7550", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-73], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-73]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEbEC1IS8_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " jmp .L7557", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [ + { + "name": ".L7557", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7550:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEbEC1IS8_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " jmp .L7557", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [ + { + "name": ".L7557", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2429 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": ".L7557:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEE8_M_eraseESt14_List_iteratorImE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE11_M_dec_sizeEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_dec_sizeEm", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__detail15_List_node_base9_M_unhookEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_List_nodeImE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [ + { + "name": "_ZNSt10_List_nodeImE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeImEEE7destroyImEEvRS2_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1925 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE7destroyImEEvRS2_PT_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE11_M_put_nodeEPSt10_List_nodeImE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1930 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_put_nodeEPSt10_List_nodeImE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1931 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1931 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1931 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 1931 + }, + "labels": [] + }, + { + "text": "_ZNSt14_List_iteratorImEC2EPNSt8__detail15_List_node_baseE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 201 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE9constructIS6_JRKS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE9constructIS6_JRKS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": ".LC751:", + "source": null, + "labels": [] + }, + { + "text": " .string \"vector::_M_realloc_insert\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L7568", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L7568", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L7569", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L7569", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7568:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L7569:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L7570", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L7570", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": ".L7570:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rcx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " movabs rdx, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " imul rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L7577", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L7577", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L7572", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L7572", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " jmp .L7573", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L7573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7572:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": ".L7573:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L7577:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE11lower_boundERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11lower_boundERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11lower_boundERS1_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNKSt4lessImEclERKmS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKmEEC2ILb1ELb1EEES1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKmEEC2ES1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKmEEC2ES1_", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC2ERKSt17_Rb_tree_iteratorIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 235 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L7589", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L7589", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " jmp .L7596", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L7596", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7589:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L7596", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L7596", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L7596:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEmiEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " neg rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " je .L7606", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [ + { + "name": ".L7606", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " je .L7605", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": ".L7605", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE5clearERNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE5clearERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": ".L7605:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": ".L7606:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEC2IlEEPS2_T_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIcE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_eraseEPSt13_Rb_tree_nodeISG_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L7615:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L7616", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7616", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_eraseEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_eraseEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L7615", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7615", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7616:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE11lower_boundERSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11lower_boundERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11lower_boundERS7_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE3endEv", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEESJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZStltIcSt11char_traitsIcESaIcEEbRKNSt7__cxx1112basic_stringIT_T0_T1_EESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [ + { + "name": "_ZStltIcSt11char_traitsIcESaIcEEbRKNSt7__cxx1112basic_stringIT_T0_T1_EESA_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS7_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": "_ZSt16forward_as_tupleIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESt5tupleIJDpOT_EES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC1IJS5_ELb1ELb1EEEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC2ERKSt17_Rb_tree_iteratorISG_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEESt17_Rb_tree_iteratorISG_ESt23_Rb_tree_const_iteratorISG_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEEPSt13_Rb_tree_nodeISG_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEEPSt13_Rb_tree_nodeISG_EDpOT_", + "range": { + "startCol": 17, + "endCol": 288 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISG_ERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISG_ERS7_", + "range": { + "startCol": 17, + "endCol": 257 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L7636", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L7636", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSO_PSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSO_PSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " jmp .L7643", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L7643", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7636:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L7643", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L7643", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L7643:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC2IPS5_EET_NS_10enable_if_IXntsrNS_11is_integralIS9_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2IPFvS4_EEET_NS_10enable_if_IXntsrNS_11is_integralIS9_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2IPFvS4_EEET_NS_10enable_if_IXntsrNS_11is_integralIS9_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE4swapERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 858 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 858 + }, + "labels": [] + }, + { + "text": " jne .L7646", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 858 + }, + "labels": [ + { + "name": ".L7646", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 859 + }, + "labels": [] + }, + { + "text": " jmp .L7645", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 865 + }, + "labels": [ + { + "name": ".L7645", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7646:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE11move_assignERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE11move_assignERS5_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE11move_assignERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE11move_assignERS5_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE11move_assignERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE11move_assignERS5_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " jmp .L7645", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [ + { + "name": ".L7645", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": ".L7645:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 865 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 865 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 865 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ILb1ELb1EEES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ES7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ES7_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEESt17_Rb_tree_iteratorISG_ESt23_Rb_tree_const_iteratorISG_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEEPSt13_Rb_tree_nodeISG_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEEPSt13_Rb_tree_nodeISG_EDpOT_", + "range": { + "startCol": 17, + "endCol": 288 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISG_ERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISG_ERS7_", + "range": { + "startCol": 17, + "endCol": 257 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L7652", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L7652", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSO_PSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSO_PSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " jmp .L7659", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L7659", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7652:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L7659", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L7659", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L7659:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE13assign_to_ownERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE13assign_to_ownERKS5_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " and rax, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2Eb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L7668", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L7668", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L7670", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L7670", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7668:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": ".L7670:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6cbeginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEplEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE18_M_insert_dispatchIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St12__false_type:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1662 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1662 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1662 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1662 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1662 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1662 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1662 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1666 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1666 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1666 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSE_", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1665 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1665 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1665 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_iterator_tag", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1667 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1667 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1667 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6cbeginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1ERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS7_S9_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEEbRKNS_17__normal_iteratorIT_T0_EESI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEEbRKNS_17__normal_iteratorIT_T0_EESI_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " je .L7690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": ".L7690", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESE_ET0_T_SG_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESE_ET0_T_SG_SF_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": ".L7690:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_M_erase_at_endEPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L7694", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [ + { + "name": ".L7694", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": ".L7694:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L7700", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L7700", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": ".L7700:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6cbeginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6cbeginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " je .L7705", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [ + { + "name": ".L7705", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4cendEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4cendEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEEbRKNS_17__normal_iteratorIT_T0_EESJ_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEEbRKNS_17__normal_iteratorIT_T0_EESJ_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " je .L7706", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [ + { + "name": ".L7706", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 349 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " jmp .L7707", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [ + { + "name": ".L7707", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7706:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE13_M_insert_auxIS7_EEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE13_M_insert_auxIS7_EEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEOT_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " jmp .L7707", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": ".L7707", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7705:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": ".L7707:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES6_E17_S_select_on_copyERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE37select_on_container_copy_constructionERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE37select_on_container_copy_constructionERKS6_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EmRKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_M_create_storageEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_M_create_storageEm", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L7721", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": ".L7721", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": ".L7721:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEPS7_S7_ET0_T_SG_SF_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC2ES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EC2ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEEC2ERKSA_RKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC2ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC2ERKS8_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev", + "range": { + "startCol": 17, + "endCol": 212 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov esi, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEC1ENS1_17ti_delimeter_typeENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEC1ENS1_17ti_delimeter_typeENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+80], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 195 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 197 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE14apply_modifierINS_3nfp23named_parameter_combineINSF_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSJ_EENSH_IPS9_NSK_20dropped_delimeters_tESO_EEEEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " je .L7735", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [ + { + "name": ".L7735", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EixENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EixENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": ".L7735:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 231 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " je .L7736", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [ + { + "name": ".L7736", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEEixENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEEixENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS1_17ti_delimeter_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS1_17ti_delimeter_typeE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": ".L7736:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasINS6_19keep_empty_tokens_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasINS6_19keep_empty_tokens_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " je .L7737", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [ + { + "name": ".L7737", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+72], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": ".L7737:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS5_12_GLOBAL__N_117kept_delimeters_tERS7_EENS3_IPKcNS8_20dropped_delimeters_tESD_EEEENS0_13typed_keywordImNS8_12max_tokens_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSM_SN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS5_12_GLOBAL__N_117kept_delimeters_tERS7_EENS3_IPKcNS8_20dropped_delimeters_tESD_EEEENS0_13typed_keywordImNS8_12max_tokens_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSM_SN_", + "range": { + "startCol": 17, + "endCol": 341 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE4initEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE9incrementEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE9incrementEv", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iterators20iterator_core_access5equalINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEES9_EEbRKT_RKT0_N4mpl_5bool_ILb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE5equalERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 568 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE5equalERKSD_", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 569 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 569 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 681 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 682 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 682 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iterators20iterator_core_access11dereferenceINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEEEENT_9referenceERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 548 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 550 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE11dereferenceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 550 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE11dereferenceEv", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 551 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 551 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 551 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 674 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 676 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iterators20iterator_core_access9incrementINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEEEEvRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 554 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 556 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE9incrementEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 556 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE9incrementEv", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 557 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 557 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 557 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L7754", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L7754", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L7755", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L7755", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7754:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L7755:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L7756", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L7756", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": ".L7756:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L7763", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L7763", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L7758", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L7758", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " jmp .L7759", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L7759", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7758:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": ".L7759:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L7763:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSaImEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorImEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorImEC2Ev", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseImSaImEE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorImED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseImSaImEE13_M_deallocateEPmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L7769", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L7769", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaImEE10deallocateERS0_Pmm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaImEE10deallocateERS0_Pmm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": ".L7769:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE11lower_boundERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11lower_boundERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11lower_boundERS1_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC2ERKSt17_Rb_tree_iteratorIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 225 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L7782", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L7782", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": " jmp .L7789", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L7789", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7782:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L7789", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L7789", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L7789:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaImEE9constructImJRKmEEEvRS0_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorImE9constructImJRKmEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorImE9constructImJRKmEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE17_M_realloc_insertIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE5beginEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " lea rcx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaImEE9constructImJRKmEEEvRS0_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaImEE9constructImJRKmEEEvRS0_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L7796", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L7796", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE11_S_relocateEPmS2_S2_RS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE11_S_relocateEPmS2_S2_RS0_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE11_S_relocateEPmS2_S2_RS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE11_S_relocateEPmS2_S2_RS0_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L7797", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L7797", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7796:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPmS0_SaImEET0_T_S3_S2_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPmS0_SaImEET0_T_S3_S2_RT1_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPmS0_SaImEET0_T_S3_S2_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPmS0_SaImEET0_T_S3_S2_RT1_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L7797:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L7798", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L7798", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPmmEvT_S1_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPmmEvT_S1_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": ".L7798:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE13_M_deallocateEPmm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE13_M_deallocateEPmm", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L7805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L7805", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L7800", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L7800", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaImEE7destroyImEEvRS0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaImEE7destroyImEEvRS0_PT_", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " jmp .L7801", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L7801", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7800:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPmmEvT_S1_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPmmEvT_S1_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": ".L7801:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE13_M_deallocateEPmm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE13_M_deallocateEPmm", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L7805:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt6vectorImSaImEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC1ERKS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorImSaImEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC1ERKS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZNSaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE13_M_deallocateEPS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L7820", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L7820", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE10deallocateERS9_PS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE10deallocateERS9_PS8_m", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": ".L7820:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_EvT_SA_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvT_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvT_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEED2Ev", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIN5boost9unit_test5utils27basic_string_token_iteratorIcNS2_9ut_detail20default_char_compareIcEEEEENSt15iterator_traitsIT_E17iterator_categoryERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_range_initializeINS1_5utils27basic_string_token_iteratorIcNS9_9ut_detail20default_char_compareIcEEEEEEvT_SF_St18input_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1558 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1558 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1558 + }, + "labels": [] + }, + { + "text": ".L7833:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [ + { + "name": "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [] + }, + { + "text": " je .L7838", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [ + { + "name": ".L7838", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [ + { + "name": "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12emplace_backIJNS1_13basic_cstringIKcEEEEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1564 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12emplace_backIJNS1_13basic_cstringIKcEEEEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [ + { + "name": "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " jmp .L7833", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1562 + }, + "labels": [ + { + "name": ".L7833", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1568 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1569 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1569 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1570 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1568 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1568 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1568 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1568 + }, + "labels": [] + }, + { + "text": ".L7838:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1572 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1572 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1572 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1572 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE12emplace_backIJS7_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L7845", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L7845", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L7847", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L7847", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7845:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": ".L7847:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZN5boost4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS2_9test_unitEEC2EMS6_KFbS9_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEC2ES3_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEC2ES3_S8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEC2ES3_S8_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIbNS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEENS0_5list2INS_3argILi1EEENS_17reference_wrapperISA_EEEEEC2ESC_RKSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops11__pred_iterIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEENS0_10_Iter_predIT_EESO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost3_bi6bind_tIbNS0_4_mfi4cmf1IbNS0_9unit_test9framework4impl11name_filter9componentERKNS5_9test_unitEEENS1_5list2INS0_3argILi1EEENS0_17reference_wrapperISB_EEEEEEEONSt16remove_referenceIT_E4typeEOSN_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost3_bi6bind_tIbNS0_4_mfi4cmf1IbNS0_9unit_test9framework4impl11name_filter9componentERKNS5_9test_unitEEENS1_5list2INS0_3argILi1EEENS0_17reference_wrapperISB_EEEEEEEONSt16remove_referenceIT_E4typeEOSN_", + "range": { + "startCol": 17, + "endCol": 232 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEC1ESM_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS0_5__ops10_Iter_predINS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSG_5list2INS2_3argILi1EEENS2_17reference_wrapperISL_EEEEEEEEET_SW_SW_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSF_", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS0_5__ops10_Iter_predINS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSG_5list2INS2_3argILi1EEENS2_17reference_wrapperISL_EEEEEEEEET_SW_SW_T0_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS0_5__ops10_Iter_predINS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSG_5list2INS2_3argILi1EEENS2_17reference_wrapperISL_EEEEEEEEET_SW_SW_T0_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 325 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEC2ERKS2_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EC2ERKS7_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "range": { + "startCol": 34, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EC2ERKSC_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE", + "range": { + "startCol": 34, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EC2ERKSE_SM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE", + "range": { + "startCol": 34, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EC2ERKSN_SQ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE", + "range": { + "startCol": 34, + "endCol": 241 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EC2ERKSR_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE", + "range": { + "startCol": 34, + "endCol": 254 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EC2ERKSS_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE", + "range": { + "startCol": 34, + "endCol": 265 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EC2ERKST_SM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE", + "range": { + "startCol": 34, + "endCol": 278 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEC2ERKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSaIPN5boost9unit_test10test_suiteEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEEC2Ev", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L7882", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L7882", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE10deallocateERS4_PS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE10deallocateERS4_PS3_m", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L7882:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test10test_suiteEEvT_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteEEvT_S5_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L7890:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L7891", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7891", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L7890", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7890", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7891:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareIN5boost9unit_test9framework5state14priority_orderEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L7899:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L7900", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7900", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L7899", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7899", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7900:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test9framework5state13context_frameEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEEC2Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE13_M_deallocateEPS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L7908", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L7908", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE10deallocateERS5_PS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE10deallocateERS5_PS4_m", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": ".L7908:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameEEvT_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameEEvT_S6_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIPN5boost9unit_test14global_fixtureEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L7917:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L7918", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7918", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L7917", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7917", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7918:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZN5boost20checked_array_deleteIcEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " je .L7923", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 43 + }, + "labels": [ + { + "name": ".L7923", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " call _ZdaPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": ".L7923:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 44 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13output_formatEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L7929:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L7930", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7930", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L7929", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L7929", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L7930:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_header8_M_resetEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_header8_M_resetEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairImmEC2IRmS2_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE16_M_emplace_equalIJS0_ImmEEEESt17_Rb_tree_iteratorIS2_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2437 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2437 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2437 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_create_nodeIJS0_ImmEEEEPSt13_Rb_tree_nodeIS2_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_create_nodeIJS0_ImmEEEEPSt13_Rb_tree_nodeIS2_EDpOT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE23_M_get_insert_equal_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE23_M_get_insert_equal_posERS1_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2444 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2445 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2445 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2445 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2445 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2445 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSA_PSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2445 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSA_PSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " jmp .L7960", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2445 + }, + "labels": [ + { + "name": ".L7960", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2447 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2447 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2449 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2449 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2449 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2450 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2447 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2447 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2447 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2447 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2447 + }, + "labels": [] + }, + { + "text": ".L7960:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2452 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2452 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2452 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEmiEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " neg rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEC1ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaImEE7destroyImEEvRS0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorImE7destroyImEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorImE7destroyImEEvPT_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNKSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNKSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 369 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEC2ERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZN5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEC2EMS3_FvvE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 45 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ES7_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC2ES6_RKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC1ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISH_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " jmp .L7997", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [ + { + "name": ".L7997", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": ".L7997:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3getIjEERKT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getIjEERT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getIjEERT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorISt4pairIKmmEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 369 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairImmEC2IKmmLb1EEERKS_IT_T0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 301 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE15_M_erase_at_endEPm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L8016", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [ + { + "name": ".L8016", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPmmEvT_S1_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPmmEvT_S1_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": ".L8016:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmmEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmmEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11equal_rangeERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2028 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2028 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2028 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2028 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2028 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2031 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2031 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2031 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2032 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2032 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2032 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2032 + }, + "labels": [] + }, + { + "text": ".L8025:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2033 + }, + "labels": [] + }, + { + "text": " je .L8020", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2033 + }, + "labels": [ + { + "name": ".L8020", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [] + }, + { + "text": " je .L8021", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2035 + }, + "labels": [ + { + "name": ".L8021", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2036 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2036 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2036 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2036 + }, + "labels": [] + }, + { + "text": " jmp .L8025", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2036 + }, + "labels": [ + { + "name": ".L8025", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8021:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [] + }, + { + "text": " je .L8023", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2037 + }, + "labels": [ + { + "name": ".L8023", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2038 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2038 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2038 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2038 + }, + "labels": [] + }, + { + "text": " jmp .L8025", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2038 + }, + "labels": [ + { + "name": ".L8025", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8023:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2041 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2041 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2042 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2042 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2043 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2043 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2043 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2043 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2043 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2044 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2044 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2044 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2044 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_upper_boundEPKSt13_Rb_tree_nodeIS2_EPKSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_upper_boundEPKSt13_Rb_tree_nodeIS2_EPKSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2046 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2046 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2046 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2046 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2046 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS2_EPKSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2046 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS2_EPKSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2046 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2045 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2045 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2045 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2045 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2045 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt23_Rb_tree_const_iteratorIS_IKmmEES3_EC1IS3_S3_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2045 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [] + }, + { + "text": " jmp .L8024", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2047 + }, + "labels": [ + { + "name": ".L8024", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8020:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2051 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2051 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2051 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2051 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2051 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt23_Rb_tree_const_iteratorIS_IKmmEES3_EC1IS3_S3_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2050 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2051 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2051 + }, + "labels": [] + }, + { + "text": ".L8024:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2052 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2052 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2052 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEixEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapImENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS4_ESt18is_move_assignableIS4_EEE5valueEvE4typeERS4_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_M_erase_at_endEPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L8036", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [ + { + "name": ".L8036", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": ".L8036:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 995 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 996 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 996 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 385 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_header8_M_resetEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_header8_M_resetEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EEC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEES6_E17_S_select_on_copyERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEES6_E17_S_select_on_copyERKS7_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIPN5boost9unit_test14global_fixtureEEEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIPN5boost9unit_test14global_fixtureEEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeC1ERS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_ERKS9_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_ERKS9_RT_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": "_ZNKSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 345 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNKSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_set.h", + "line": 354 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 369 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_header8_M_resetEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_header8_M_resetEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEES6_E17_S_select_on_copyERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEES6_E17_S_select_on_copyERKS7_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareIN5boost9unit_test9framework5state14priority_orderEEC2ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareIN5boost9unit_test9framework5state14priority_orderEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeC1ERSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_ERKSA_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_ERKSA_RT_", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_header8_M_resetEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_header8_M_resetEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3getINS_9unit_test9log_levelEEERKT_NS3_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getINS_9unit_test9log_levelEEERT_NS3_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getINS_9unit_test9log_levelEEERT_NS3_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERKT_NS3_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERT_NS3_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERT_NS3_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE11lower_boundERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11lower_boundERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11lower_boundERS4_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE3endEv", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " cmp edx, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " setl al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKN5boost9unit_test13output_formatEEEC2ILb1ELb1EEES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEEC2ES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEEC2ES4_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC2ERKSt17_Rb_tree_iteratorIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 252 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS4_", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L8090", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L8090", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 219 + } + } + ] + }, + { + "text": " jmp .L8097", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L8097", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8090:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L8097", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L8097", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L8097:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEC2EMS3_FvS4_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueIPNS_9unit_test15unit_test_log_tEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEC2ES6_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEC2ES6_S8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEC2ES6_S8_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEC2ES7_RKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISJ_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L8110", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L8110", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": ".L8110:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5applyERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_9unit_test13basic_cstringIKcEEEEPT_RS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEmiEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " neg rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L8127", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L8127", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L8128", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L8128", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8127:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L8128:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L8129", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L8129", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L8129:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L8136", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L8136", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L8131", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L8131", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " jmp .L8132", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L8132", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8131:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L8132:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L8136:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEC2ERKSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEC2ERKS9_RKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC1ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+1], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC1ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEEC2ERKSA_RKSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEC2ERKSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEC2ERKSC_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE14apply_modifierINS_3nfp23named_parameter_combineINSF_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSJ_EENSG_INSH_IPS9_NSK_20dropped_delimeters_tESO_EENSH_IbNSK_19keep_empty_tokens_tEbEEEEEEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 206 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [] + }, + { + "text": " je .L8151", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 203 + }, + "labels": [ + { + "name": ".L8151", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEixENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEixENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 204 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": ".L8151:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 273 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " je .L8152", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 206 + }, + "labels": [ + { + "name": ".L8152", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEEixENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEEixENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 271 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS1_17ti_delimeter_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 207 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS1_17ti_delimeter_typeE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": ".L8152:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbE3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbE3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " je .L8153", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 209 + }, + "labels": [ + { + "name": ".L8153", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+72], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": ".L8153:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS5_12_GLOBAL__N_117kept_delimeters_tERS7_EENS2_INS3_IPKcNS8_20dropped_delimeters_tESD_EENS3_IbNS8_19keep_empty_tokens_tEbEEEEEENS0_13typed_keywordImNS8_12max_tokens_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSP_SQ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS5_12_GLOBAL__N_117kept_delimeters_tERS7_EENS2_INS3_IPKcNS8_20dropped_delimeters_tESD_EENS3_IbNS8_19keep_empty_tokens_tEbEEEEEENS0_13typed_keywordImNS8_12max_tokens_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSP_SQ_", + "range": { + "startCol": 17, + "endCol": 383 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " sub rsp, 408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-408], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-416], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " jmp .L8158", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [ + { + "name": ".L8158", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": ".L8158:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl17sum_to_first_onlyclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIPKcNS0_13output_formatEEEET_RKSG_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " je .L8160", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 931 + }, + "labels": [ + { + "name": ".L8160", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " jmp .L8159", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [ + { + "name": ".L8159", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8160:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " jmp .L8159", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [ + { + "name": ".L8159", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": ".L8159:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl17sum_to_first_onlyclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIPKcNS0_9log_levelEEEET_RKSG_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 930 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 931 + }, + "labels": [] + }, + { + "text": " je .L8165", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 931 + }, + "labels": [ + { + "name": ".L8165", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 932 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " jmp .L8164", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 933 + }, + "labels": [ + { + "name": ".L8164", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8165:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC726", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [ + { + "name": ".LC726", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [ + { + "name": "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " jmp .L8164", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [ + { + "name": ".L8164", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 935 + }, + "labels": [] + }, + { + "text": ".L8164:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 936 + }, + "labels": [] + }, + { + "text": "_ZN5boost4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS2_13output_formatERSoEC2EMS3_FvS4_S5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueINS_9unit_test13output_formatEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEC2ES6_S8_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEC2ES6_S8_SA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEC2ES6_S8_SA_", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEC2ES8_RKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rsi]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rsi+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rsi+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISL_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_", + "range": { + "startCol": 17, + "endCol": 210 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3getINS_9unit_test12report_levelEEERKT_NS3_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getINS_9unit_test12report_levelEEERT_NS3_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getINS_9unit_test12report_levelEEERT_NS3_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list1INS_17reference_wrapperISoEEEC2ES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS_17reference_wrapperISoEEEC2ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS_17reference_wrapperISoEEEC2ES3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEC2ES4_RKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISD_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime15arguments_store3getImEERKT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getImEERT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getImEERT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueIPFPNS_9unit_test10test_suiteEiPPcEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEC2ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEC2ESA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEC2ESA_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 231 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEC2ESA_RKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISJ_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEC2ERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L8199:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L8200", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8200", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L8199", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8199", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8200:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPN5boost9unit_test9test_caseEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSt4pairIKmPN5boost9unit_test9test_unitEEEONSt16remove_referenceIT_E4typeEOS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE16_M_insert_uniqueIS6_EES0_ISt17_Rb_tree_iteratorIS6_EbEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " add rsp, -128", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERS6_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " je .L8208", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [ + { + "name": ".L8208", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_Alloc_nodeC1ERSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-41], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE10_M_insert_IS6_NSC_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS6_EPSt18_Rb_tree_node_baseSI_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE10_M_insert_IS6_NSC_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS6_EPSt18_Rb_tree_node_baseSI_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKmPN5boost9unit_test9test_unitEEEbEC1IS7_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " jmp .L8210", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [ + { + "name": ".L8210", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8208:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-9], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKmPN5boost9unit_test9test_unitEEEbEC1IS7_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": ".L8210:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5eraseERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11equal_rangeERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11equal_rangeERS1_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1ERKSt17_Rb_tree_iteratorIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1ERKSt17_Rb_tree_iteratorIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_ESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_ESE_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2544 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2544 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test13test_observerEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE16_M_insert_uniqueIS3_EESt4pairISt17_Rb_tree_iteratorIS3_EbEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " add rsp, -128", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERS3_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE24_M_get_insert_unique_posERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE24_M_get_insert_unique_posERKS3_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " je .L8216", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [ + { + "name": ".L8216", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeC1ERSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-41], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_M_insert_IS3_NSA_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSG_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_M_insert_IS3_NSA_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSG_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEbEC1IS5_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " jmp .L8218", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [ + { + "name": ".L8218", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8216:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-9], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEbEC1IS5_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": ".L8218:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEbEC2IRSt17_Rb_tree_iteratorIS4_ERbLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5eraseERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11equal_rangeERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11equal_rangeERKS3_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_ESC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_ESC_", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2544 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2544 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test14global_fixtureEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE16_M_insert_uniqueIS3_EESt4pairISt17_Rb_tree_iteratorIS3_EbEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " add rsp, -128", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE24_M_get_insert_unique_posERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE24_M_get_insert_unique_posERKS3_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " je .L8225", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [ + { + "name": ".L8225", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeC1ERS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-41], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_M_insert_IS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSF_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_M_insert_IS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSF_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEbEC1IS5_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " jmp .L8227", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [ + { + "name": ".L8227", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8225:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-9], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEbEC1IS5_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": ".L8227:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEbEC2IRSt17_Rb_tree_iteratorIS4_ERbLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5eraseERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2537 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11equal_rangeERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11equal_rangeERKS3_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2540 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2541 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2542 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_ESB_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2543 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2544 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2544 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE12emplace_backIJS4_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L8234", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L8234", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L8236", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L8236", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8234:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": ".L8236:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE6cbeginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS4_S6_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " je .L8245", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": ".L8245", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEESB_ET0_T_SD_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEESB_ET0_T_SD_SC_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": ".L8245:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops11__pred_iterIN5boost9unit_test9framework13frame_with_idEEENS0_10_Iter_predIT_EES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-20]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test9framework13frame_with_idEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test9framework13frame_with_idEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov esi, DWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEC1ES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-4]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 323 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS0_5__ops10_Iter_predINS4_13frame_with_idEEEET_SG_SG_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS0_5__ops10_Iter_predINS4_13frame_with_idEEEET_SG_SG_T0_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS0_5__ops10_Iter_predINS4_13frame_with_idEEEET_SG_SG_T0_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 360 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " je .L8258", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 360 + }, + "labels": [ + { + "name": ".L8258", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE15default_trim_exEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE15default_trim_exEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L8258:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": ".L8261:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " je .L8259", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [ + { + "name": ".L8259", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " movsx ebx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE4findEPS3_mc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE4findEPS3_mc", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [] + }, + { + "text": " jne .L8263", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 365 + }, + "labels": [ + { + "name": ".L8263", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " jmp .L8261", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 364 + }, + "labels": [ + { + "name": ".L8261", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8263:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": ".L8259:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE9trim_leftEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 369 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEPS2_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE10trim_rightES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " je .L8265", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 404 + }, + "labels": [ + { + "name": ".L8265", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE15default_trim_exEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE15default_trim_exEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 405 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L8265:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": ".L8268:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " je .L8266", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [ + { + "name": ".L8266", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " movsx ebx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE4findEPS3_mc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE4findEPS3_mc", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [] + }, + { + "text": " jne .L8270", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 410 + }, + "labels": [ + { + "name": ".L8270", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-24], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [] + }, + { + "text": " jmp .L8268", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 409 + }, + "labels": [ + { + "name": ".L8268", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8270:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 411 + }, + "labels": [] + }, + { + "text": ".L8266:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 414 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 414 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE10trim_rightEPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 414 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE10trim_rightEPS2_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 415 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test10test_suiteEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12emplace_backIJS3_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L8280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L8280", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L8282", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L8282", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8280:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": ".L8282:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE7destroyIS3_EEvRS4_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE7destroyIS4_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE7destroyIS4_EEvPT_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JRKS3_EEEvRS4_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE9constructIS4_JRKS4_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE9constructIS4_JRKS4_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " lea rcx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JRKS3_EEEvRS4_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JRKS3_EEEvRS4_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L8292", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L8292", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L8293", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L8293", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8292:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L8293:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L8294", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L8294", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": ".L8294:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L8301", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L8301", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L8296", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L8296", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE7destroyIS3_EEvRS4_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE7destroyIS3_EEvRS4_PT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L8297", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L8297", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8296:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": ".L8297:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L8301:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEmiEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " neg rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE11lower_boundERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11lower_boundERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11lower_boundERS1_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE3endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC2ERKSt17_Rb_tree_iteratorIS6_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEESt17_Rb_tree_iteratorIS6_ESt23_Rb_tree_const_iteratorIS6_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEEPSt13_Rb_tree_nodeIS6_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEEPSt13_Rb_tree_nodeIS6_EDpOT_", + "range": { + "startCol": 17, + "endCol": 209 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS1_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L8316", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L8316", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSE_PSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSE_PSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " jmp .L8323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L8323", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8316:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L8323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L8323", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L8323:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4_mfi3mf2IvNS_9unit_test13test_observerEmmEC2EMS3_FvmmE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueIPNS_9unit_test13test_observerEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueINS_9unit_test17test_case_counter19readonly_property43EEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueImEC2ERKm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEC2ES6_S9_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEC2ES6_S9_SA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEC2ES6_S9_SA_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEC2ES6_RKSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rsi]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rsi+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rsi+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1287 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_", + "range": { + "startCol": 17, + "endCol": 210 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_range_initializeIN9__gnu_cxx17__normal_iteratorIPS4_S6_EEEEvT_SC_St20forward_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1577 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1577 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1577 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1577 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1577 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1577 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1577 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1580 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1580 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1580 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1580 + }, + "labels": [] + }, + { + "text": " call _ZSt8distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E15difference_typeESD_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1580 + }, + "labels": [ + { + "name": "_ZSt8distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E15difference_typeESD_SD_", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1580 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_S_check_init_lenEmRKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_S_check_init_lenEmRKS5_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1582 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1583 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1583 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1583 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1587 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1587 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1587 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1585 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1585 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1585 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1585 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1585 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEES7_S6_ET0_T_SD_SC_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1585 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEES7_S6_ET0_T_SD_SC_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1584 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1584 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1588 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1588 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvT_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvT_S6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test17test_unit_fixtureENS2_9framework4impl21global_fixture_handleEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test9framework4impl21global_fixture_handleEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 340 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE6cbeginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE6cbeginEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [] + }, + { + "text": " je .L8347", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 344 + }, + "labels": [ + { + "name": ".L8347", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4cendEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4cendEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [] + }, + { + "text": " je .L8348", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 345 + }, + "labels": [ + { + "name": ".L8348", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 349 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 348 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [] + }, + { + "text": " jmp .L8349", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 350 + }, + "labels": [ + { + "name": ".L8349", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8348:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEplEl", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_insert_auxIS4_EEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_insert_auxIS4_EEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEOT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " jmp .L8349", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 354 + }, + "labels": [ + { + "name": ".L8349", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8347:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEplEl", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 356 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": ".L8349:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4swapERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1480 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_swap_dataERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1486 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_swap_dataERS7_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1488 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1488 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES5_E10_S_on_swapERS6_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1487 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES5_E10_S_on_swapERS6_S8_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1489 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1489 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1489 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1489 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEC2ERKS2_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEC2ERKS7_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost16exception_detail10type_info_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L8361:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L8362", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8362", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L8361", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8361", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8362:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE11lower_boundERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11lower_boundERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11lower_boundERS4_", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detailltERKNS0_10type_info_ES3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detailltERKNS0_10type_info_ES3_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKN5boost16exception_detail10type_info_EEEC2ILb1ELb1EEES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEEC2ES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEEC2ES4_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC2ERKSt17_Rb_tree_iteratorIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 262 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS4_", + "range": { + "startCol": 17, + "endCol": 231 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L8380", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L8380", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " jmp .L8387", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L8387", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8380:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L8387", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L8387", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L8387:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost16exception_detail15error_info_baseEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost16exception_detail15error_info_baseEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE4findERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS4_", + "range": { + "startCol": 17, + "endCol": 233 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " jne .L8390", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L8390", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " je .L8391", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": ".L8391", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8390:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " jmp .L8393", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L8393", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8391:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": ".L8393:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7add_refEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " je .L8402", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 88 + }, + "labels": [ + { + "name": ".L8402", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": ".L8402:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/exception/exception.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_16exception_detail15error_info_baseES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_16exception_detail15error_info_baseEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC2IRS5_Lb1EEERKS2_OT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [ + { + "name": "_ZSt7forwardIRN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_emplace_uniqueIJS3_IS2_S7_EEEES3_ISt17_Rb_tree_iteratorIS8_EbEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeIJS3_IS2_S7_EEEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeIJS3_IS2_S7_EEEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [] + }, + { + "text": " je .L8412", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [ + { + "name": ".L8412", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-73], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-73]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEbEC1IS9_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " jmp .L8419", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [ + { + "name": ".L8419", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8412:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEbEC1IS9_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " jmp .L8419", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [ + { + "name": ".L8419", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2429 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": ".L8419:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost12scoped_arrayIcE4swapERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_array.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": ".LC752:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_dereference::type boost::shared_ptr::operator*() const [with T = boost::detail::translator_holder_base; typename boost::detail::sp_dereference::type = boost::detail::translator_holder_base&]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_6detail22translator_holder_baseEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " jne .L8422", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".L8422", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC752", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC752", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 722", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": ".L8422:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 723 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 723 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 724 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 724 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function0IiEclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " je .L8425", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 760 + }, + "labels": [ + { + "name": ".L8425", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": ".L8425:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IiE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IiE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 763 + }, + "labels": [] + }, + { + "text": " jmp .L8429", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 764 + }, + "labels": [ + { + "name": ".L8429", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": ".L8429:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 765 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyIjEC2Ej:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IiEC2INS_6detail7forwardEEET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IiE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " je .L8435", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [ + { + "name": ".L8435", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " je .L8434", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": ".L8434", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IiE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IiE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IiE5clearERNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IiE5clearERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": ".L8434:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": ".L8435:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEC2ERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/custom_manip.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test16progress_displayEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L8441", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L8441", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L8441:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L8447:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L8448", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8448", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L8447", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8447", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8448:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE4findERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS5_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS5_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " jne .L8452", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": ".L8452", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " je .L8453", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": ".L8453", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8452:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " jmp .L8455", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": ".L8455", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8453:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": ".L8455:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE5eraseB5cxx11ESt17_Rb_tree_iteratorIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1214 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEppEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1ERKSt17_Rb_tree_iteratorIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1216 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS5_E", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1218 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1218 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE11lower_boundERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11lower_boundERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11lower_boundERS1_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC2ERKSt17_Rb_tree_iteratorIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEEPSt13_Rb_tree_nodeIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEEPSt13_Rb_tree_nodeIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 212 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L8470", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L8470", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSD_PSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSD_PSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " jmp .L8477", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L8477", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8470:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L8477", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L8477", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L8477:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEC2ERKS2_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EC2ERKS7_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE", + "range": { + "startCol": 34, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EC2ERKSG_SJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE", + "range": { + "startCol": 34, + "endCol": 192 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EC2ERKSG_SJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE", + "range": { + "startCol": 34, + "endCol": 192 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJOmEEC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJOmEEC2EOS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJOmEEC2EOS1_", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": "_ZSt16forward_as_tupleIJmEESt5tupleIJDpOT_EES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [ + { + "name": "_ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJOmEEC1IJmELb1ELb1EEEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEEPSt13_Rb_tree_nodeIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEEPSt13_Rb_tree_nodeIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 210 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L8486", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L8486", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSD_PSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSD_PSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " jmp .L8493", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L8493", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8486:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L8493", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L8493", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L8493:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_2io18ios_base_all_saverEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rbx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L8496", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L8496", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZN5boost2io18ios_base_all_saverD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L8496:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test16results_reporter6formatEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L8499", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L8499", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L8499:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEE4swapERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 121 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/scoped_ptr.hpp", + "line": 122 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEED2Ev", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 681 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 680 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED2Ev", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 683 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE7reserveEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [] + }, + { + "text": " je .L8511", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 69 + }, + "labels": [ + { + "name": ".L8511", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC740", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 70 + }, + "labels": [ + { + "name": ".LC740", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 70 + }, + "labels": [] + }, + { + "text": ".L8511:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8capacityEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8capacityEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [] + }, + { + "text": " je .L8515", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 71 + }, + "labels": [ + { + "name": ".L8515", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 73 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 76 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 76 + }, + "labels": [] + }, + { + "text": " je .L8513", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 76 + }, + "labels": [ + { + "name": ".L8513", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 80 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_relocateEPS8_SB_SB_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_relocateEPS8_SB_SB_RS9_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " jmp .L8514", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 79 + }, + "labels": [ + { + "name": ".L8514", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8513:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE20_M_allocate_and_copyISt13move_iteratorIPS8_EEESD_mT_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE20_M_allocate_and_copyISt13move_iteratorIPS8_EEESD_mT_SF_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 89 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 88 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": ".L8514:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " sub rcx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 92 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L8515:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZSt9make_pairIRPKcRPKN5boost9unit_test12lazy_ostreamEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPKN5boost9unit_test12lazy_ostreamEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPKN5boost9unit_test12lazy_ostreamEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPKcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPKcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEC1IRS1_RS6_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 573 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE9push_backEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1203 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12emplace_backIJS8_EEEvDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12emplace_backIJS8_EEEvDpOT_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1204 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1043 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1046 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1047 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEC2ERKS2_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EC2ERKS7_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "range": { + "startCol": 34, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EC2ERKSC_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE", + "range": { + "startCol": 34, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EC2ERKSG_SJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE", + "range": { + "startCol": 34, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIcSaIcEE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIcSaIcEE13_M_deallocateEPcm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L8528", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L8528", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIcEE10deallocateERS0_Pcm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIcEE10deallocateERS0_Pcm", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": ".L8528:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPccEvT_S1_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPcEvT_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPcEvT_S1_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIcEE9constructIcJRKcEEEvRS0_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKcEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKcEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIcE9constructIcJRKcEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIcE9constructIcJRKcEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEEC1ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE5beginEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPcSt6vectorIcSaIcEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPcSt6vectorIcSaIcEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKcEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKcEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIcEE9constructIcJRKcEEEvRS0_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIcEE9constructIcJRKcEEEvRS0_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L8540", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L8540", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE11_S_relocateEPcS2_S2_RS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE11_S_relocateEPcS2_S2_RS0_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE11_S_relocateEPcS2_S2_RS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE11_S_relocateEPcS2_S2_RS0_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L8541", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L8541", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8540:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPcS0_SaIcEET0_T_S3_S2_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPcS0_SaIcEET0_T_S3_S2_RT1_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPcS0_SaIcEET0_T_S3_S2_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPcS0_SaIcEET0_T_S3_S2_RT1_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L8541:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L8542", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L8542", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPccEvT_S1_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPccEvT_S1_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": ".L8542:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE13_M_deallocateEPcm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE13_M_deallocateEPcm", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L8549", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L8549", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L8544", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L8544", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIcEE7destroyIcEEvRS0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIcEE7destroyIcEEvRS0_PT_", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " jmp .L8545", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L8545", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8544:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPccEvT_S1_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPccEvT_S1_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": ".L8545:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIcSaIcEE13_M_deallocateEPcm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIcSaIcEE13_M_deallocateEPcm", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L8549:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt10__count_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEENSt15iterator_traitsIT_E15difference_typeESF_SF_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1986 + }, + "labels": [] + }, + { + "text": ".L8553:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " je .L8551", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [ + { + "name": ".L8551", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1988 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1988 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1988 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1988 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1988 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1988 + }, + "labels": [] + }, + { + "text": " je .L8552", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1988 + }, + "labels": [ + { + "name": ".L8552", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1989 + }, + "labels": [] + }, + { + "text": ".L8552:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " jmp .L8553", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1987 + }, + "labels": [ + { + "name": ".L8553", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8551:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1990 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1991 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEC2ES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L8569", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L8569", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L8570", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L8570", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8569:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L8570:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L8571", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L8571", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": ".L8571:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L8578", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L8578", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L8573", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L8573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " jmp .L8574", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L8574", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8573:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": ".L8574:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L8578:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEC2ERKSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function1INS_10test_tools16assertion_resultEmE10get_vtableEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " and rax, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L8595", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L8595", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L8597", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L8597", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8595:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": ".L8597:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEEEPT_RSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops17__iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEENS0_16_Iter_equals_valIT_EERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEC1ERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEEET_SN_SN_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSF_", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEEET_SN_SN_T0_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEEET_SN_SN_T0_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 251 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKmmEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE13_M_deallocateEPSC_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L8614", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L8614", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE10deallocateERSD_PSC_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE10deallocateERSD_PSC_m", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": ".L8614:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC2EOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt12_Vector_baseIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt12_Vector_baseIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt12_Vector_baseIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt12_Vector_baseIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2EOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2EOS8_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JRKSC_EEEvRSD_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISF_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISF_E4typeE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE9constructISD_JRKSD_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE9constructISD_JRKSD_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE17_M_realloc_insertIJRKSB_EEEvN9__gnu_cxx17__normal_iteratorIPSB_SD_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSK_SN_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSK_SN_", + "range": { + "startCol": 17, + "endCol": 218 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISF_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISF_E4typeE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JRKSC_EEEvRSD_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JRKSC_EEEvRSD_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L8626", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L8626", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_relocateEPSB_SE_SE_RSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_relocateEPSB_SE_SE_RSC_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_relocateEPSB_SE_SE_RSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_relocateEPSB_SE_SE_RSC_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L8627", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L8627", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8626:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L8627:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L8628", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L8628", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": ".L8628:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rcx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " movabs rdx, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " imul rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE13_M_deallocateEPSC_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE13_M_deallocateEPSC_m", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L8635", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L8635", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L8630", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L8630", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE7destroyISC_EEvRSD_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE7destroyISC_EEvRSD_PT_", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " jmp .L8631", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L8631", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8630:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": ".L8631:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE13_M_deallocateEPSC_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE13_M_deallocateEPSC_m", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L8635:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEC2ERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_M_erase_at_endEPSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L8641", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [ + { + "name": ".L8641", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": ".L8641:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L8646:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L8647", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8647", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L8646", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8646", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8647:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIRKS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " add rsp, -128", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " je .L8655", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [ + { + "name": ".L8655", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_Alloc_nodeC1ERSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-41], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE10_M_insert_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_EPSt18_Rb_tree_node_baseSJ_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE10_M_insert_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_EPSt18_Rb_tree_node_baseSJ_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbEC1IS7_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " jmp .L8657", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [ + { + "name": ".L8657", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8655:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-9], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbEC1IS7_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": ".L8657:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbEC2IRSt17_Rb_tree_iteratorIS6_ERbLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKSt17_Rb_tree_iteratorIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops17__iter_equals_valIKmEENS0_16_Iter_equals_valIT_EERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEC1ERS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 275 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEENS0_5__ops16_Iter_equals_valIKmEEET_SB_SB_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEENSt15iterator_traitsIT_E17iterator_categoryERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEENSt15iterator_traitsIT_E17iterator_categoryERKS8_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEENS0_5__ops16_Iter_equals_valIKmEEET_SB_SB_T0_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEENS0_5__ops16_Iter_equals_valIKmEEET_SB_SB_T0_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorImSaImEE6cbeginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC1ERKS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPKmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS9_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEC1ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPmS1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " je .L8670", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": ".L8670", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE3endEv", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES6_ET0_T_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES6_ET0_T_S8_S7_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": ".L8670:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaImEE7destroyImEEvRS0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaImEE7destroyImEEvRS0_PT_", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_2io18ios_base_all_saverES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_2io18ios_base_all_saverEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC2IS2_EEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_9unit_test23unit_test_log_formatterES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test23unit_test_log_formatterES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " jmp .L8676", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L8676", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L8676:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost9unit_test23unit_test_log_formatterEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost9unit_test23unit_test_log_formatterEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "range": { + "startCol": 17, + "endCol": 215 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE13_M_deallocateEPS3_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L8683", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L8683", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE10deallocateERS4_PS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE10deallocateERS4_PS3_m", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": ".L8683:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_EvT_S5_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNSaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE13_M_deallocateEPS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L8692", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L8692", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE10deallocateERS5_PS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE10deallocateERS5_PS4_m", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": ".L8692:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12emplace_backIJS3_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L8699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L8699", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L8701", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L8701", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8699:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": ".L8701:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_M_erase_at_endEPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L8707", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [ + { + "name": ".L8707", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": ".L8707:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12emplace_backIJS4_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L8714", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L8714", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L8716", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L8716", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8714:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": ".L8716:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost2io18ios_base_all_saverEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost2io18ios_base_all_saverEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE6cbeginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, 7905747460161236407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [] + }, + { + "text": " je .L8728", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 174 + }, + "labels": [ + { + "name": ".L8728", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEESA_ET0_T_SC_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 175 + }, + "labels": [ + { + "name": "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEESA_ET0_T_SC_SB_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": ".L8728:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS3_EEvRS4_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 177 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS3_EEvRS4_PT_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPT_RS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test14class_propertyIjE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE22_M_insert_range_uniqueIN9__gnu_cxx17__normal_iteratorIPKS5_St6vectorIS5_SA_EEEEENSt9enable_ifIXsrSt7is_sameIS5_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESN_SN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_Alloc_nodeC1ERSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": ".L8736:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " je .L8737", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L8737", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKSt17_Rb_tree_iteratorIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_insert_unique_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EOT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_insert_unique_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EOT_RT0_", + "range": { + "startCol": 17, + "endCol": 234 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " jmp .L8736", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L8736", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8737:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofISoEPT_RS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseISt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS4_EET_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseISt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS4_EET_S8_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 514 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapISt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS4_EET_RKS8_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 516 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapISt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS4_EET_RKS8_S8_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail8case_insIKcE7compareEPS3_S5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": ".L8754:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " jnb .L8749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 51 + }, + "labels": [ + { + "name": ".L8749", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail8case_insIKcE2eqEcc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail8case_insIKcE2eqEcc", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " je .L8750", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 52 + }, + "labels": [ + { + "name": ".L8750", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " movsx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail8case_insIKcE2ltEcc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail8case_insIKcE2ltEcc", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " je .L8751", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [ + { + "name": ".L8751", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov eax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " jmp .L8753", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [ + { + "name": ".L8753", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8751:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " jmp .L8753", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 53 + }, + "labels": [ + { + "name": ".L8753", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8750:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " jmp .L8754", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 51 + }, + "labels": [ + { + "name": ".L8754", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8749:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": ".L8753:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " sub rsp, 408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-408], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-416], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-416]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEE3strEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " jmp .L8759", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 42 + }, + "labels": [ + { + "name": ".L8759", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": ".L8759:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 868 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [] + }, + { + "text": " je .L8763", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 870 + }, + "labels": [ + { + "name": ".L8763", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [] + }, + { + "text": " je .L8762", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 871 + }, + "labels": [ + { + "name": ".L8762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE5clearERNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 872 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE5clearERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": ".L8762:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 873 + }, + "labels": [] + }, + { + "text": ".L8763:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 875 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost7runtime16parameter_cla_idEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [ + { + "name": "_ZNSaIN5boost7runtime16parameter_cla_idEED2Ev", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 128 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " movabs rax, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE13_M_deallocateEPS2_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 335 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE13_M_deallocateEPS2_m", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idES2_EvT_S4_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost7runtime16parameter_cla_idEEvT_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idEEvT_S4_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE12emplace_backIJS2_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L8785", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L8785", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L8787", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L8787", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8785:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": ".L8787:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 744 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE13assign_to_ownERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 746 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE13assign_to_ownERKS5_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 747 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " movabs rax, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost7runtime16parameter_cla_idEES3_E17_S_select_on_copyERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE37select_on_container_copy_constructionERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE37select_on_container_copy_constructionERKS3_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost7runtime16parameter_cla_idEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEED2Ev", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EEC2EmRKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_M_create_storageEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_M_create_storageEm", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " jmp .L8799", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": ".L8799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": ".L8799:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEEPS4_S4_ET0_T_SD_SC_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEEPS4_ET0_T_SD_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEEPS4_ET0_T_SD_SC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_6optionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime6optionEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE11lower_boundERSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE11lower_boundERSC_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jne .L8804", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L8804", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE8key_compEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-34]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L8805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L8805", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8804:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " jmp .L8806", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L8806", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8805:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": ".L8806:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [] + }, + { + "text": " je .L8807", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 499 + }, + "labels": [ + { + "name": ".L8807", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEC1ILb1ELb1EEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 502 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov r8, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZStL19piecewise_construct", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZStL19piecewise_construct", + "range": { + "startCol": 34, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_", + "range": { + "startCol": 17, + "endCol": 304 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 501 + }, + "labels": [] + }, + { + "text": ".L8807:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " call _ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [ + { + "name": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 508 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentIbEC2ERKb:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idIbEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idIbEElv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentC2El", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentC2El", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentIbEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentIbEE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentIbEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentIbEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentIbEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L8813", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L8813", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L8813:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 655 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPKcET_S2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt29__lexicographical_compare_auxIPKcS1_EbT_S2_T0_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1284 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1289 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1304 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1304 + }, + "labels": [] + }, + { + "text": " call _ZNSt25__lexicographical_compareILb0EE4__lcIPKcS3_EEbT_S4_T0_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1304 + }, + "labels": [ + { + "name": "_ZNSt25__lexicographical_compareILb0EE4__lcIPKcS3_EEbT_S4_T0_S5_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1306 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1306 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEEC2IS4_RS8_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE17_M_emplace_uniqueIJS5_IS4_SA_EEEES5_ISt17_Rb_tree_iteratorISB_EbEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE14_M_create_nodeIJS5_IS4_SA_EEEEPSt13_Rb_tree_nodeISB_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE14_M_create_nodeIJS5_IS4_SA_EEEEPSt13_Rb_tree_nodeISB_EDpOT_", + "range": { + "startCol": 17, + "endCol": 249 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [] + }, + { + "text": " je .L8828", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [ + { + "name": ".L8828", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-73], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSJ_PSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSJ_PSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-73]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEbEC1ISC_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " jmp .L8835", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [ + { + "name": ".L8835", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8828:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEbEC1ISC_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " jmp .L8835", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [ + { + "name": ".L8835", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2429 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": ".L8835:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5emptyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1034 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1035 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 365 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 365 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 366 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEC2ERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 369 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " and rax, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIcEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L8860:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L8861", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8861", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L8860", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L8860", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8861:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost17reference_wrapperIKNS_7runtime16parameter_cla_idEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE13_M_deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L8869", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L8869", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": ".L8869:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_EvT_S7_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE4findERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS9_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS9_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 218 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " jne .L8874", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": ".L8874", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " je .L8875", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": ".L8875", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8874:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " jmp .L8877", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": ".L8877", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8875:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": ".L8877:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime3cla13rt_cla_detail14parameter_trieES5_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime3cla13rt_cla_detail14parameter_trieEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRcEOT_RNSt16remove_referenceIS1_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IRcS6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRcEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRcEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1EOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE17_M_emplace_uniqueIJS0_IcS8_EEEES0_ISt17_Rb_tree_iteratorIS9_EbEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2411 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_create_nodeIJS0_IcS8_EEEEPSt13_Rb_tree_nodeIS9_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_create_nodeIJS0_IcS8_EEEEPSt13_Rb_tree_nodeIS9_EDpOT_", + "range": { + "startCol": 17, + "endCol": 209 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2414 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-112], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2419 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [] + }, + { + "text": " je .L8889", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2420 + }, + "labels": [ + { + "name": ".L8889", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-73], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSH_PSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSH_PSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 217 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-73]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEbEC1ISA_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [] + }, + { + "text": " jmp .L8896", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2421 + }, + "labels": [ + { + "name": ".L8896", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8889:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2423 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-33], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEbEC1ISA_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [] + }, + { + "text": " jmp .L8896", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2424 + }, + "labels": [ + { + "name": ".L8896", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2428 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2429 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2426 + }, + "labels": [] + }, + { + "text": ".L8896:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2431 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE4swapERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost7runtime3cla13rt_cla_detail14parameter_trieEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleISA_ESt18is_move_assignableISA_EEE5valueEvE4typeERSA_SK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost7runtime3cla13rt_cla_detail14parameter_trieEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleISA_ESt18is_move_assignableISA_EEE5valueEvE4typeERSA_SK_", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEmiEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1026 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " neg rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1027 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " lea rcx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L8918", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L8918", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L8919", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L8919", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8918:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L8919:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L8920", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L8920", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L8920:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L8927", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L8927", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L8922", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L8922", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " jmp .L8923", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L8923", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8922:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L8923:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L8927:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost7runtime11basic_paramEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost7runtime11basic_paramEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE4findERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS9_EPKSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS9_EPKSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " jne .L8930", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L8930", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " je .L8931", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": ".L8931", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8930:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " jmp .L8933", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L8933", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8931:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": ".L8933:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE11lower_boundERSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11lower_boundERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11lower_boundERS6_", + "range": { + "startCol": 17, + "endCol": 206 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE3endEv", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testltIKcEEbRKNS0_13basic_cstringIT_EES7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testltIKcEEbRKNS0_13basic_cstringIT_EES7_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEC2ILb1ELb1EEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEEC2ES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEEC2ES6_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 636 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2ERKSt17_Rb_tree_iteratorISD_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEEPSt13_Rb_tree_nodeISD_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEEPSt13_Rb_tree_nodeISD_EDpOT_", + "range": { + "startCol": 17, + "endCol": 287 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS6_", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L8951", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L8951", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSL_PSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSL_PSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 254 + } + } + ] + }, + { + "text": " jmp .L8958", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L8958", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8951:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L8958", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L8958", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L8958:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost9unit_test13basic_cstringIKcEEEONSt16remove_referenceIT_E4typeEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEC2EOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEEC2EOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEEC2EOS6_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": "_ZSt16forward_as_tupleIJN5boost9unit_test13basic_cstringIKcEEEESt5tupleIJDpOT_EES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1486 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEC1IJS4_ELb1ELb1EEEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1487 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEEPSt13_Rb_tree_nodeISD_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEEPSt13_Rb_tree_nodeISD_EDpOT_", + "range": { + "startCol": 17, + "endCol": 287 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS6_", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L8965", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L8965", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSL_PSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSL_PSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 254 + } + } + ] + }, + { + "text": " jmp .L8972", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L8972", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L8965:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L8972", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L8972", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L8972:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSaIN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE13_M_deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L8978", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L8978", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE10deallocateERS7_PS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE10deallocateERS7_PS6_m", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": ".L8978:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvT_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvT_S8_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 357 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2ERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JRKS6_EEEvRS7_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE9constructIS7_JRKS7_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE9constructIS7_JRKS7_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_M_realloc_insertIJRKS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JRKS6_EEEvRS7_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JRKS6_EEEvRS7_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L9001", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L9001", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_relocateEPS6_S9_S9_RS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_relocateEPS6_S9_S9_RS7_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_relocateEPS6_S9_S9_RS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_relocateEPS6_S9_S9_RS7_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L9002", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L9002", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9001:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L9002:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L9003", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L9003", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": ".L9003:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE13_M_deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE13_M_deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L9010", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L9010", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L9005", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L9005", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7destroyIS6_EEvRS7_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7destroyIS6_EEvRS7_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " jmp .L9006", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L9006", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9005:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": ".L9006:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE13_M_deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE13_M_deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L9010:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEC2ERKSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_swap_dataERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_dataC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_copy_dataERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_copy_dataERKS9_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_copy_dataERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_copy_dataERKS9_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_copy_dataERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_copy_dataERKS9_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES7_E10_S_on_swapERS8_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " call _ZSt15__alloc_on_swapISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvRT_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [ + { + "name": "_ZSt15__alloc_on_swapISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvRT_S9_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_M_erase_at_endEPS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L9026", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [ + { + "name": ".L9026", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": ".L9026:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIPKN5boost7runtime16parameter_cla_idEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L9034:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L9035", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L9035", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS4_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS4_E", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L9034", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L9034", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9035:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8capacityEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L9045", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L9045", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE8allocateERS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE8allocateERS5_m", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " jmp .L9047", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L9047", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9045:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L9047:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb0EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb0EE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE20_M_allocate_and_copyIPKS4_EEPS4_mT_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1515 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1515 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIPKN5boost9unit_test13basic_cstringIKcEEPS4_S4_ET0_T_S9_S8_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIPKN5boost9unit_test13basic_cstringIKcEEPS4_S4_ET0_T_S9_S8_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1516 + }, + "labels": [] + }, + { + "text": " jmp .L9058", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1516 + }, + "labels": [ + { + "name": ".L9058", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1521 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": ".L9058:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1523 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1523 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1523 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEC2ERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPKN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE16_M_insert_uniqueIS4_EESt4pairISt17_Rb_tree_iteratorIS4_EbEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " add rsp, -128", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-65]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERS4_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE24_M_get_insert_unique_posERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE24_M_get_insert_unique_posERKS4_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [] + }, + { + "text": " je .L9071", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2156 + }, + "labels": [ + { + "name": ".L9071", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_Alloc_nodeC1ERSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2158 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-41], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE10_M_insert_IS4_NSA_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS4_EPSt18_Rb_tree_node_baseSG_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE10_M_insert_IS4_NSA_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS4_EPSt18_Rb_tree_node_baseSG_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEbEC1IS6_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [] + }, + { + "text": " jmp .L9073", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2161 + }, + "labels": [ + { + "name": ".L9073", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9071:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-9], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEbEC1IS6_bLb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2164 + }, + "labels": [] + }, + { + "text": ".L9073:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2165 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt23_Rb_tree_const_iteratorIPKN5boost7runtime16parameter_cla_idEEbEC2IRSt17_Rb_tree_iteratorIS5_ERbLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPKN5boost7runtime16parameter_cla_idEEC1ERKSt17_Rb_tree_iteratorIS4_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12emplace_backIJS4_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L9076", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L9076", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L9078", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L9078", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9076:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": ".L9078:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaIN5boost9unit_test13basic_cstringIKcEEES5_E17_S_select_on_copyERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost9unit_test13basic_cstringIKcEEES5_E17_S_select_on_copyERKS6_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EmRKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EmRKS5_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test13basic_cstringIKcEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS6_SaIS6_EEEEPS6_S6_ET0_T_SF_SE_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS6_SaIS6_EEEEPS6_S6_ET0_T_SF_SE_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 557 + }, + "labels": [] + }, + { + "text": " jmp .L9084", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [ + { + "name": ".L9084", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test13basic_cstringIKcEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EED2Ev", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": ".L9084:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost9unit_test13basic_cstringIKcEEbEC2IS4_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+16], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EC2ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSC_RKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC2ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSC_RKSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEENS3_IKbNSA_16optional_value_tERSK_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISS_SQ_EEE4typeERKSQ_RKSS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IKbNSB_16optional_value_tERSN_EEEENS3_IT_SK_EERKSR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IKbNSB_16optional_value_tERSN_EEEENS3_IT_SK_EERKSR_", + "range": { + "startCol": 17, + "endCol": 320 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSF_EENS3_INS4_ISF_NS7_9env_var_tESH_EENS4_ISF_NS7_13description_tESH_EEEEEEEEEcmINS4_IS5_NS7_15default_value_tES9_EEEENS3_IT_SP_EERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSF_EENS3_INS4_ISF_NS7_9env_var_tESH_EENS4_ISF_NS7_13description_tESH_EEEEEEEEEcmINS4_IS5_NS7_15default_value_tES9_EEEENS3_IT_SP_EERKSU_", + "range": { + "startCol": 17, + "endCol": 362 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 706 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1076 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 288 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EEC2Ev", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 487 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS6_EENS4_INS5_IS6_NS7_16optional_value_tES9_EENS4_INS5_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSH_EENS4_INS5_ISH_NS7_9env_var_tESJ_EENS5_ISH_NS7_13description_tESJ_EEEEEEEEEEEESG_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SS_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SS_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 419 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SN_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SN_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 419 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SQ_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SQ_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 419 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 435 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 291 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 333 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9108", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9108", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9109", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9109", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9108:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9110", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9110", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9109:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9110:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENS9_INSA_IKS6_NSD_6help_tERSJ_EENS9_INSA_ISJ_NSD_9env_var_tESL_EENSA_ISJ_NSD_13description_tESL_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENS9_INSA_IKS6_NSD_6help_tERSJ_EENS9_INSA_ISJ_NSD_9env_var_tESL_EENSA_ISJ_NSD_13description_tESL_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SY_", + "range": { + "startCol": 17, + "endCol": 391 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9131", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9131", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9113", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9113", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9115", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9115", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9117", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9117", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9119", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9119", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9121", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9121", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9121", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9121:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9119:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9117:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9115:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9113:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9131:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryIbLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSI_EENS5_INS6_ISI_NS8_9env_var_tESK_EENS6_ISI_NS8_13description_tESK_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterIbLb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSI_EENS5_INS6_ISI_NS8_9env_var_tESK_EENS6_ISI_NS8_13description_tESK_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordISA_Lb0EEEEET_RKT0_T1_SU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordISA_Lb0EEEEET_RKT0_T1_SU_", + "range": { + "startCol": 17, + "endCol": 357 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx+1], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SU_", + "range": { + "startCol": 17, + "endCol": 357 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx+2], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EC2ESF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EC2ERKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_NS6_12_GLOBAL__N_110callback_tERSD_EENS1_INS2_IKSB_NSE_9env_var_tERSI_EENS2_ISI_NSE_13description_tESK_EEEEEC2ERKSH_RKSO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EC1ERKSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNS6_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSF_EENS4_INS5_IKSD_NSG_9env_var_tERSK_EENS5_ISK_NSG_13description_tESM_EEEEEEEESD_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_ST_Lb0EEEEET_RKT0_T1_SZ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_ST_Lb0EEEEET_RKT0_T1_SZ_", + "range": { + "startCol": 17, + "endCol": 426 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_6help_tELb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_6help_tELb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 436 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_SQ_Lb0EEEEET_RKT0_T1_SZ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_SQ_Lb0EEEEET_RKT0_T1_SZ_", + "range": { + "startCol": 17, + "endCol": 426 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_12value_hint_tELb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_12value_hint_tELb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 443 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9137", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9137", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9138", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9138", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9137:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9139", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9139", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9138:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9139:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_NSD_12_GLOBAL__N_110callback_tERSH_EENS9_INSA_IKS6_NSI_9env_var_tERSM_EENSA_ISM_NSI_13description_tESO_EEEEEENS0_7keywordISJ_Lb0EEEEET_RKT0_T1_SW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_NSD_12_GLOBAL__N_110callback_tERSH_EENS9_INSA_IKS6_NSI_9env_var_tERSM_EENSA_ISM_NSI_13description_tESO_EEEEEENS0_7keywordISJ_Lb0EEEEET_RKT0_T1_SW_", + "range": { + "startCol": 17, + "endCol": 385 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9159", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9159", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9142", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9142", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9144", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9144", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9146", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9146", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9148", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9148", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9150", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9150", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9150:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9148:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9146:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9144:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9142:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9159:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSD_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSM_EENSB_INSC_IKSK_NSN_9env_var_tERSR_EENSC_ISR_NSN_13description_tEST_EEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSD_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSM_EENSB_INSC_IKSK_NSN_9env_var_tERSR_EENSC_ISR_NSN_13description_tEST_EEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_16optional_value_tELb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_16optional_value_tELb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 437 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_15default_value_tELb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_15default_value_tELb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 436 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L9165", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L9165", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L9165:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18invalid_param_specC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime18invalid_param_specE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime18invalid_param_specE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L9176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L9176", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L9176:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime18invalid_param_specC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime18invalid_param_specE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime18invalid_param_specE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime18invalid_param_specE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime18invalid_param_specE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKS8_RKSJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "range": { + "startCol": 17, + "endCol": 238 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IKbNSA_15default_value_tERSE_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEENS3_ISE_NSA_16optional_value_tESG_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS3_INS4_IKbNSB_15default_value_tERSF_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEcmINS4_ISF_NSB_16optional_value_tESH_EEEENS3_IT_SP_EERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS3_INS4_IKbNSB_15default_value_tERSF_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEcmINS4_ISF_NSB_16optional_value_tESH_EEEENS3_IT_SP_EERKSU_", + "range": { + "startCol": 17, + "endCol": 362 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "range": { + "startCol": 17, + "endCol": 238 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEC2ERKSQ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 270 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEESJ_EENS_11enable_if_cIXsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueESU_E4typeERKSU_RKSW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEC1ERKSQ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS6_EENS4_INS5_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSF_EENS4_INS5_IS6_NS7_15default_value_tES9_EENS4_INS5_ISF_NS7_9env_var_tESH_EENS5_ISF_NS7_13description_tESH_EEEEEEEEEEEESE_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SS_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SS_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 419 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SL_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SL_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 419 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SQ_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SQ_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 419 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_NSC_12value_hint_tELb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_NSC_12value_hint_tELb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 435 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 333 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 258 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9195", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9195", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9196", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9196", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9195:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9197", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9197", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9196:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9197:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS9_INSA_IKS6_NSD_6help_tERSH_EENS9_INSA_ISB_NSD_15default_value_tESF_EENS9_INSA_ISH_NSD_9env_var_tESJ_EENSA_ISH_NSD_13description_tESJ_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS9_INSA_IKS6_NSD_6help_tERSH_EENS9_INSA_ISB_NSD_15default_value_tESF_EENS9_INSA_ISH_NSD_9env_var_tESJ_EENSA_ISH_NSD_13description_tESJ_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SY_", + "range": { + "startCol": 17, + "endCol": 391 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9218", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9218", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9200", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9200", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9202", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9202", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9204", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9204", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9206", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9206", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9208", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9208", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9208:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9206:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9204:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9202:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9200:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9218:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryIbLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS7_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSG_EENS5_INS6_IS7_NS8_15default_value_tESA_EENS5_INS6_ISG_NS8_9env_var_tESI_EENS6_ISG_NS8_13description_tESI_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterIbLb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS7_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSG_EENS5_INS6_IS7_NS8_15default_value_tESA_EENS5_INS6_ISG_NS8_9env_var_tESI_EENS6_ISG_NS8_13description_tESI_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SU_", + "range": { + "startCol": 17, + "endCol": 357 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx+1], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordISI_Lb0EEEEET_RKT0_T1_SU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordISI_Lb0EEEEET_RKT0_T1_SU_", + "range": { + "startCol": 17, + "endCol": 357 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx+2], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKS8_RKSJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKS8_RKSM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "range": { + "startCol": 17, + "endCol": 238 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC2ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "range": { + "startCol": 17, + "endCol": 238 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 281 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSQ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 281 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKlNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC2ERKSC_RKSS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSQ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSQ_", + "range": { + "startCol": 17, + "endCol": 320 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKlNSB_16optional_value_tERSH_EENS4_INS5_ISH_NSB_15default_value_tESJ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 301 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 258 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9234", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9234", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9235", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9235", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9234:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9236", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9236", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9235:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9236:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKlNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKlNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 431 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9257", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9257", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9239", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9239", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9241", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9241", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9243", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9243", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9245", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9245", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9247", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9247", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9247", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9247", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9247:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9245:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9243:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9241:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9239:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9257:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryImLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKlNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterImLb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKlNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 396 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 396 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSA_RKSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EC2ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC2ERKSA_RKSN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "range": { + "startCol": 17, + "endCol": 257 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ERKSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC2ERKSO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "range": { + "startCol": 17, + "endCol": 257 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEC2ERKSI_RKSW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC2ERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC2ERKSO_", + "range": { + "startCol": 17, + "endCol": 300 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEC2ERKSX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC2ERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC2ERKSO_", + "range": { + "startCol": 17, + "endCol": 300 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_16optional_value_tERSM_EENS1_INS2_ISM_NS9_15default_value_tESO_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC2ERKSC_RKSZ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEC2ERKSX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEC2ERKSX_", + "range": { + "startCol": 17, + "endCol": 376 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_16optional_value_tERSQ_EENS8_INS9_ISQ_NSE_15default_value_tESS_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_16optional_value_tERSO_EENS4_INS5_ISO_NSB_15default_value_tESQ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_16optional_value_tERSO_EENS4_INS5_ISO_NSB_15default_value_tESQ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 432 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_16optional_value_tERSP_EENS7_INS8_ISP_NSD_15default_value_tESR_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L9277", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9277", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L9277:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 320 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9278", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9278", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L9279", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9279", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9278:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9280", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9280", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9279:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9280:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9302", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9302", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9283", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9283", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9283:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9284", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9284", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9284:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9285", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9285", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9285:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9286", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9286", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9288", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9288:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9289", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9289", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9289:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9290", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9290", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9290:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9286", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9286", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9286:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L9291", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L9291", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9291:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9302:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEixENS0_7keywordISG_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 206 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [] + }, + { + "text": " je .L9310", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1189 + }, + "labels": [ + { + "name": ".L9310", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1192 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " jmp .L9312", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [ + { + "name": ".L9312", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9310:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1198 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": ".L9312:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1199 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSI_RKST_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "range": { + "startCol": 17, + "endCol": 257 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "range": { + "startCol": 17, + "endCol": 257 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_", + "range": { + "startCol": 17, + "endCol": 333 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 389 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L9317", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9317", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L9317:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9318", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9318", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L9319", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9319", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9318:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9320", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9320", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9319:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9320:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9342", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9342", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9323", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9323", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9323:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9324", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9324", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9324:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9325", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9325", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9325:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9328", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9328", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9328:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9329", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9329", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9329:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9330", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9330", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9330:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9326", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9326", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9326:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L9331", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L9331", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9331:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9342:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 206 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSA_RKSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ERKSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSI_RKST_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "range": { + "startCol": 17, + "endCol": 252 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "range": { + "startCol": 17, + "endCol": 252 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_9log_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_", + "range": { + "startCol": 17, + "endCol": 328 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_9log_levelEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_9log_levelEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 384 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 272 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L9355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9355", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L9355:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9356", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9356", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L9357", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9357", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9356:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9358", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9358", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9357:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9358:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9380", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9380", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9361", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9361", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9361:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9362", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9362", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9362:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9363", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9363", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9363:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9364", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9364", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9366", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9366", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9366:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9367", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9367", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9367:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9368", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9368", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9368:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9364", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9364", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9364:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L9369", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L9369", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9369:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9380:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSC_RKSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_", + "range": { + "startCol": 17, + "endCol": 235 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SO_Lb0EEEEET_RKT0_T1_SV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SO_Lb0EEEEET_RKT0_T1_SV_", + "range": { + "startCol": 17, + "endCol": 372 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_SV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_SV_", + "range": { + "startCol": 17, + "endCol": 372 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SM_Lb0EEEEET_RKT0_T1_SV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SM_Lb0EEEEET_RKT0_T1_SV_", + "range": { + "startCol": 17, + "endCol": 372 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_SV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_SV_", + "range": { + "startCol": 17, + "endCol": 372 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9391", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9391", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9392", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9391:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9393", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9393", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9392:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9393:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_ST_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_ST_", + "range": { + "startCol": 17, + "endCol": 345 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9413", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9413", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9396", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9396", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9398", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9398", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9400", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9402", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9402", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9404", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9404", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9404:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9402:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9400:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9398:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9396:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9413:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEET_RKT0_T1_SW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEET_RKT0_T1_SW_", + "range": { + "startCol": 17, + "endCol": 382 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEET_RKT0_T1_SW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEET_RKT0_T1_SW_", + "range": { + "startCol": 17, + "endCol": 381 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L9419", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L9419", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L9419:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEC2ERKSI_RKSO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEC2ERKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEC2ERKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEC2ERKSP_", + "range": { + "startCol": 17, + "endCol": 289 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 345 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L9424", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9424", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L9424:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9425", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9425", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L9426", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9426", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9425:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9427", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9427", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9426:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9427:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9449", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9449", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9430", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9430", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9430:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9431", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9431", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9431:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9432", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9432", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9432:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9433", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9433", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9435", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9435", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9435:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9436", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9436", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9436:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9437", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9437", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9437:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9433", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9433", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9433:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L9438", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L9438", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9438:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9449:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEixENS0_7keywordISG_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 206 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 207 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKS8_RKSJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKS8_RKSM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "range": { + "startCol": 17, + "endCol": 238 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_", + "range": { + "startCol": 17, + "endCol": 238 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 281 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSQ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 281 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKjNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC2ERKSC_RKSS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSQ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSQ_", + "range": { + "startCol": 17, + "endCol": 320 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKjNSB_16optional_value_tERSH_EENS4_INS5_ISH_NSB_15default_value_tESJ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 301 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 258 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9465", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9465", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9466", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9466", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9465:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9467", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9467", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9466:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9467:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKjNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKjNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 431 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9488", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9470", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9470", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9472", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9472", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9474", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9474", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9476", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9476", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9478", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9478", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9478", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9478", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9478:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9476:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9474:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9472:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9470:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9488:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryIjLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKjNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterIjLb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKjNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 396 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+4], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 396 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+8], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSA_RKSK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ERKSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSI_RKST_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC1ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_12report_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_", + "range": { + "startCol": 17, + "endCol": 332 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-584], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-592], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-600], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-576]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov r8, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_12report_levelEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_12report_levelEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_", + "range": { + "startCol": 17, + "endCol": 388 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jne .L9504", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9504", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".LC742", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L9504:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-600]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9505", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9505", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+169]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " je .L9506", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9506", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9505:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9507", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9507", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9506:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9507:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jne .L9529", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9529", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC457", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC457", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-592]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC743", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".LC743", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-560]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9510", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9510", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9510:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9511", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9511", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9511:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9512", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9512", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": ".L9512:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [] + }, + { + "text": " jmp .L9513", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 315 + }, + "labels": [ + { + "name": ".L9513", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9515", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9515", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9515:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9516", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9516", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9516:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9517", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9517", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": ".L9517:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime18invalid_param_specD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " jmp .L9513", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 319 + }, + "labels": [ + { + "name": ".L9513", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9513:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " jmp .L9518", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": ".L9518", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9518:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-584]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 313 + }, + "labels": [] + }, + { + "text": ".L9529:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 677 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EC2ESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EC2ERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC2ERKSE_RKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC2ERKSQ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC2ERKSQ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC2ERKSQ_", + "range": { + "startCol": 17, + "endCol": 289 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKST_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC2ERKSQ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC2ERKSQ_", + "range": { + "startCol": 17, + "endCol": 289 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSL_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKST_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKST_", + "range": { + "startCol": 17, + "endCol": 328 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSN_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 417 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 417 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 417 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 417 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEE3hasENS0_7keywordISC_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEE3hasENS0_7keywordISC_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 309 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9544", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9544", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9545", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9545", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9544:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9546", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9546", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9545:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9546:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_15default_value_tERSP_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_15default_value_tERSP_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S14_", + "range": { + "startCol": 17, + "endCol": 439 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9567", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9567", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9549", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9549", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9551", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9551", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9553", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9553", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9555", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9555", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9557", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9557", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9557", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9557", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9557:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9555:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9553:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9551:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9549:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9567:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_15default_value_tERSO_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_15default_value_tERSO_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 427 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordISN_Lb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordISN_Lb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 407 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L9573", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L9573", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L9573:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEE3hasENS0_7keywordISC_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_E3hasENS0_7keywordISB_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_E3hasENS0_7keywordISB_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EC2ESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EC2ERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC2ERKSE_RKSM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC2ERKSN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSC_RKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSQ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSL_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSQ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSQ_", + "range": { + "startCol": 17, + "endCol": 294 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_16optional_value_tERSN_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 382 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 382 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_9env_var_tELb0EEEEET_RKT0_T1_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_9env_var_tELb0EEEEET_RKT0_T1_SY_", + "range": { + "startCol": 17, + "endCol": 394 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 382 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEE3hasENS0_7keywordISC_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEE3hasENS0_7keywordISC_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 275 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9584", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9584", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9585", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9585", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9584:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9586", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9586", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9585:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9586:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_16optional_value_tERSP_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_16optional_value_tERSP_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 405 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9607", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9589", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9589", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9591", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9591", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9593", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9593", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9595", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9595", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9597", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9597", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9597", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9597", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9597:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9595:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9593:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9591:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9589:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9607:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_16optional_value_tERSO_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC1INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_16optional_value_tERSO_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordISN_Lb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordISN_Lb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 372 + } + } + ] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEET_RKT0_T1_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEET_RKT0_T1_SY_", + "range": { + "startCol": 17, + "endCol": 391 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L9613", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L9613", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L9613:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEE3hasENS0_7keywordISC_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_E3hasENS0_7keywordISB_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_E3hasENS0_7keywordISB_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_appendINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS7_EENS2_IKbNS9_16optional_value_tERSD_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS0_23named_parameter_combineISL_SJ_EEE4typeERKSJ_RKSL_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IKbNSA_16optional_value_tERSG_EEEENS0_23named_parameter_combineIT_SD_EERKSL_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IKbNSA_16optional_value_tERSG_EEEENS0_23named_parameter_combineIT_SD_EERKSL_", + "range": { + "startCol": 17, + "endCol": 253 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSE_EEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISP_SN_EEE4typeERKSN_RKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS4_IKNS_9unit_test13basic_cstringIKcEENS7_13description_tERSF_EEEEEcmINS4_IS5_NS7_15default_value_tES9_EEEENS3_IT_SJ_EERKSO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 371 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS4_IKNS_9unit_test13basic_cstringIKcEENS7_13description_tERSF_EEEEEcmINS4_IS5_NS7_15default_value_tES9_EEEENS3_IT_SJ_EERKSO_", + "range": { + "startCol": 17, + "endCol": 295 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 372 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS6_EENS4_INS5_IS6_NS7_16optional_value_tES9_EENS5_IKNS_9unit_test13basic_cstringIKcEENS7_13description_tERSH_EEEEEEEESG_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_SN_Lb0EEEEET_RKT0_T1_SU_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_SN_Lb0EEEEET_RKT0_T1_SU_", + "range": { + "startCol": 17, + "endCol": 351 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_6help_tELb0EEEEET_RKT0_T1_SV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_6help_tELb0EEEEET_RKT0_T1_SV_", + "range": { + "startCol": 17, + "endCol": 360 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_9env_var_tELb0EEEEET_RKT0_T1_SV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_9env_var_tELb0EEEEET_RKT0_T1_SV_", + "range": { + "startCol": 17, + "endCol": 363 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEET_RKT0_T1_SV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEET_RKT0_T1_SV_", + "range": { + "startCol": 17, + "endCol": 367 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEE3hasENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 266 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L9621", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9621", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L9622", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9622", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9621:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L9623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L9623", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9622:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L9623:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENSA_IKS6_NSD_13description_tERSJ_EEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENSA_IKS6_NSD_13description_tERSJ_EEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SS_", + "range": { + "startCol": 17, + "endCol": 324 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L9644", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L9644", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L9626", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L9626", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L9628", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L9628", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L9630", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L9630", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L9632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L9632", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9634", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9634", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L9634", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L9634", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9634:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9632:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9630:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9628:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9626:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L9644:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryIbLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS6_IKNS_9unit_test13basic_cstringIKcEENS8_13description_tERSI_EEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterIbLb0EEC1INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS6_IKNS_9unit_test13basic_cstringIKcEENS8_13description_tERSI_EEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordISA_Lb0EEEEET_RKT0_T1_SO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordISA_Lb0EEEEET_RKT0_T1_SO_", + "range": { + "startCol": 17, + "endCol": 290 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx+1], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SO_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SO_", + "range": { + "startCol": 17, + "endCol": 290 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx+2], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L9651:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L9652", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L9652", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L9651", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L9651", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9652:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareIN5boost7runtime16parameters_store10lg_compareEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 146 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L9660:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L9661", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L9661", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L9660", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L9660", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9661:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EC2ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EC2ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS7_EENS2_IS7_NS9_15end_of_params_tESB_EEEC2ERKSC_RKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EC2ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EC2ERKSB_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE13_Rb_tree_implISH_Lb1EEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 684 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 688 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 689 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 990 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_eraseEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_eraseEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE13_Rb_tree_implISH_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 991 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERSE_EENS9_ISE_NSG_15end_of_params_tESI_EEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSR_SS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERSE_EENS9_ISE_NSG_15end_of_params_tESI_EEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSR_SS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS7_EENS2_IS7_NS9_15end_of_params_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS7_EENS2_IS7_NS9_15end_of_params_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla6parserEEC2IS3_EEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime3cla6parserES4_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime3cla6parserES4_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " jmp .L9677", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L9677", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L9677:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime3cla6parserEE4swapERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost7runtime3cla6parserEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS9_ESt18is_move_assignableIS9_EEE5valueEvE4typeERS9_SJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost7runtime3cla6parserEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS9_ESt18is_move_assignableIS9_EEE5valueEvE4typeERS9_SJ_", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4findERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4findERS6_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1170 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC2ERKSt17_Rb_tree_iteratorISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 374 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L9688", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L9688", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L9688:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 416 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 418 + }, + "labels": [] + }, + { + "text": ".LC753:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_member_access::type boost::shared_ptr::operator->() const [with T = boost::runtime::argument; typename boost::detail::sp_member_access::type = boost::runtime::argument*]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 726 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " jne .L9693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".L9693", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC753", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC753", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 728", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 728 + }, + "labels": [] + }, + { + "text": ".L9693:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 729 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 730 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti7type_idINS_9unit_test13output_formatEEElv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE2idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE2idEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime10init_errorC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17arg_type_mismatchC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime17arg_type_mismatchE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime17arg_type_mismatchE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1EOS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L9705", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L9705", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L9705:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17arg_type_mismatchC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime17arg_type_mismatchE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime17arg_type_mismatchE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost7runtime17arg_type_mismatchE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [ + { + "name": "_ZTIN5boost7runtime17arg_type_mismatchE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/detail/throw_exception.hpp", + "line": 48 + }, + "labels": [] + }, + { + "text": ".LC754:", + "source": null, + "labels": [] + }, + { + "text": " .string \"typename boost::detail::sp_dereference::type boost::shared_ptr::operator*() const [with T = boost::runtime::argument; typename boost::detail::sp_dereference::type = boost::runtime::argument&]\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " jne .L9711", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".L9711", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov ecx, OFFSET FLAT:.LC754", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC754", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, 722", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC693", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC693", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC694", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [ + { + "name": ".LC694", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call __assert_fail", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 722 + }, + "labels": [] + }, + { + "text": ".L9711:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 723 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 723 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 724 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 724 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idINS_9unit_test13output_formatEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idINS_9unit_test13output_formatEEElv", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentC2El", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentC2El", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINS0_13output_formatEEC1ES2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " jmp .L9716", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [ + { + "name": ".L9716", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": ".L9716:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentINS_9unit_test13output_formatEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test13output_formatEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test13output_formatEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " jmp .L9720", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L9720", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L9720:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 821 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEC2ERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 838 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 839 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/foreach.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils13print_escapedIA4_cEEvRSoRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/xml_printer.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12impl_fixture10call_setupILb0EEclI9copy_testEEvRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12impl_fixture13call_teardownILb0EEclI9copy_testEEvRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/fixture.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvEC2IPFvvEEET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function0IvE9assign_toIPFvvEEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function0IvE9assign_toIPFvvEEEvT_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEC2ERKS2_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE", + "range": { + "startCol": 34, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10test_tools9tt_detail15equal_impl_frwdclINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EENS0_16assertion_resultERKT_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools9tt_detail15equal_impl_frwd9call_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EENS0_16assertion_resultERKT_RKT0_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools9tt_detail15equal_impl_frwd9call_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EENS0_16assertion_resultERKT_RKT0_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail12print_helperINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_14print_helper_tIT_EERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 209 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 212 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testlsINS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEEEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKSD_EERKSC_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EC1ERKS2_SD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE16_M_construct_auxIPKcEEvT_S8_St12__false_type:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 243 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 243 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 243 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 243 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 243 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 247 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 247 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 247 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 248 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIcEE10deallocateERS0_Pcm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIcE10deallocateEPcm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIcE10deallocateEPcm", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIcEE8allocateERS0_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2eqEcc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov edx, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-4], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-8], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " cmp al, BYTE PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE10deallocateERS5_PS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE10deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE10deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEEEvT_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost9unit_test13basic_cstringIKcEEEEvT_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost9unit_test13basic_cstringIKcEEEEvT_S8_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPKSt13_Rb_tree_nodeISB_EPKSt18_Rb_tree_node_baseRS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L9762:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L9759", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L9759", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L9760", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L9760", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L9762", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L9762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9760:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L9762", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L9762", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9759:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE5clearERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " je .L9771", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [ + { + "name": ".L9771", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": ".L9771:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2IPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS6_EEEET_NS0_14sp_inplace_tagIT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 210 + }, + "labels": [] + }, + { + "text": " mov edi, 576", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEC1ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " jmp .L9777", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L9777", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE11operator_fnEPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 223 + }, + "labels": [ + { + "name": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE11operator_fnEPS5_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": ".L9777:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_deleter_constructINS_9unit_test14runtime_config13stream_holder16callback_cleanerES5_EEvPNS_10shared_ptrIT_EEPT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 303 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 304 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleISA_ESt18is_move_assignableISA_EEE5valueEvE4typeERSA_SK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function0IvE13assign_to_ownERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " je .L9785", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [ + { + "name": ".L9785", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " je .L9784", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [ + { + "name": ".L9784", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov edx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " call memcpy", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " jmp .L9785", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [ + { + "name": ".L9785", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9784:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function0IvE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [ + { + "name": "_ZNK5boost9function0IvE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " lea rsi, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": ".L9785:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": "_ZN5boost17bad_function_callC2ERKS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorC2ERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost17bad_function_callE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [ + { + "name": "_ZTVN5boost17bad_function_callE", + "range": { + "startCol": 34, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 705 + }, + "labels": [] + }, + { + "text": "_ZN5boost10wrapexceptINS_17bad_function_callEEC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail10clone_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail10clone_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callC2ERKS0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost17bad_function_callC2ERKS0_", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9exceptionC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost9exceptionC2Ev", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+64", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+104", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10wrapexceptINS_17bad_function_callEE9copy_fromEPKv", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 131 + }, + "labels": [ + { + "name": "_ZN5boost10wrapexceptINS_17bad_function_callEE9copy_fromEPKv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 132 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_23basic_wrap_stringstreamIcEES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_23basic_wrap_stringstreamIcEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost23basic_wrap_stringstreamIcEEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost23basic_wrap_stringstreamIcEEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost23basic_wrap_stringstreamIcEEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost23basic_wrap_stringstreamIcEEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost23basic_wrap_stringstreamIcEEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost23basic_wrap_stringstreamIcEEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost23basic_wrap_stringstreamIcEEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost23basic_wrap_stringstreamIcEEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_max_sizeERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 384307168202282325", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE8max_sizeERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE8max_sizeERKS9_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEEC2ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEEC2ERKSA_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE12_Vector_implC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEEC2ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEEC2ERKS8_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE17_M_create_storageEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " lea rdx, [rcx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE13_M_deallocateEPS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L9799", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L9799", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE10deallocateERS9_PS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE10deallocateERS9_PS8_m", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": ".L9799:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZSt27__uninitialized_default_n_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEmS8_ET_SA_T0_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 683 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " call _ZSt25__uninitialized_default_nIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEmET_SA_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 685 + }, + "labels": [ + { + "name": "_ZSt25__uninitialized_default_nIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEmET_SA_T0_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 685 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 685 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvT_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EEEEvT_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EEEEvT_SC_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator15stack_decoratorEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L9808", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L9808", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator15stack_decoratorEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator15stack_decoratorEEEvPT_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L9808:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator5labelEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L9814", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L9814", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator5labelEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator5labelEEEvPT_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L9814:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator17expected_failuresEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L9820", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L9820", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator17expected_failuresEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator17expected_failuresEEEvPT_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L9820:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator7timeoutEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L9826", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L9826", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator7timeoutEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator7timeoutEEEvPT_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L9826:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator11descriptionEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L9832", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L9832", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator11descriptionEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator11descriptionEEEvPT_", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L9832:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator10depends_onEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L9838", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L9838", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator10depends_onEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator10depends_onEEEvPT_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L9838:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator9fixture_tEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L9844", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L9844", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator9fixture_tEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator9fixture_tEEEvPT_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L9844:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9function1INS_10test_tools16assertion_resultEmE13assign_to_ownERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " je .L9848", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [ + { + "name": ".L9848", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " je .L9847", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [ + { + "name": ".L9847", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov edx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " call memcpy", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " jmp .L9848", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [ + { + "name": ".L9848", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9847:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1INS_10test_tools16assertion_resultEmE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [ + { + "name": "_ZNK5boost9function1INS_10test_tools16assertion_resultEmE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " lea rsi, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": ".L9848:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable1INS_10test_tools16assertion_resultEmE5clearERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " je .L9851", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [ + { + "name": ".L9851", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": ".L9851:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator12preconditionEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L9857", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L9857", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator12preconditionEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator12preconditionEEEvPT_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L9857:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPmEvT_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb1EE9__destroyIPmEEvT_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb1EE9__destroyIPmEEvT_S3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvT_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvT_S9_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 553 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES6_E17_S_select_on_copyERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES6_E17_S_select_on_copyERKS7_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EmRKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EmRKS6_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rsi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_S7_ET0_T_SG_SF_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 558 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_S7_ET0_T_SG_SF_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 557 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 557 + }, + "labels": [] + }, + { + "text": " jmp .L9865", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [ + { + "name": ".L9865", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 555 + }, + "labels": [] + }, + { + "text": ".L9865:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 561 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost8functionIFNS_10test_tools16assertion_resultEmEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost8functionIFNS_10test_tools16assertion_resultEmEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost8functionIFNS_10test_tools16assertion_resultEmEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE13_M_deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L9870", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L9870", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": ".L9870:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost8functionIFNS2_10test_tools16assertion_resultEmEEEEEvT_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost8functionIFNS2_10test_tools16assertion_resultEmEEEEEvT_S9_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS2_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvT_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPSt4pairIN5boost10shared_ptrINS3_9unit_test19test_unit_generatorEEESt6vectorINS4_INS5_9decorator4baseEEESaISB_EEEEEvT_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt4pairIN5boost10shared_ptrINS3_9unit_test19test_unit_generatorEEESt6vectorINS4_INS5_9decorator4baseEEESaISB_EEEEEvT_SG_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3getIbEERT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-456], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L9879", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L9879", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC748", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L9879:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idIbEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idIbEElv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L9880", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L9880", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".LC749", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L9880:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L9896", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L9896", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L9883", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L9883", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L9883:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L9884", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L9884", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L9884:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L9886", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L9886", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L9886:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L9887", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L9887", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L9887:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L9888", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L9888", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L9888:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L9896:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 453 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7destroyIS6_EEvRS8_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS7_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS7_EEvPT_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_put_nodeEPSt10_List_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEEvT_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEEvT_S9_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt10_List_nodeImE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufImE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufImE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 170 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 453 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE7destroyImEEvRS2_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE7destroyImEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE7destroyImEEvPT_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_put_nodeEPSt10_List_nodeImE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 445 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeImEEE10deallocateERS2_PS1_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE10deallocateERS2_PS1_m", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 446 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L9926:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L9923", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L9923", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L9924", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L9924", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L9926", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L9926", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9924:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L9926", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L9926", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9923:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEEC2IS3_EERKSaIT_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEEC2Ev", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE13_Rb_tree_implIS7_Lb1EEC2ERKS7_OSaISt13_Rb_tree_nodeIS3_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIcEEC2ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIcEEC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKcPS1_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_Alloc_nodeC2ERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEC2ERKSt17_Rb_tree_iteratorIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE17_M_insert_unique_IRKS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EOT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKcPS1_EEclERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKcPS1_EEclERKS3_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " je .L9943", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [ + { + "name": ".L9943", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE10_M_insert_IRKS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSH_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE10_M_insert_IRKS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSH_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " jmp .L9945", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2269 + }, + "labels": [ + { + "name": ".L9945", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9943:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": ".L9945:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS3_EPKSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L9960:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L9957", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L9957", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L9958", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L9958", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L9960", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L9960", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9958:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L9960", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L9960", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9957:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNKSt4lessIcEclERKcS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " cmp dl, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " setl al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 386 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2ltEcc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-4], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-8], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " cmp al, BYTE PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " setl al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEC2ERS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEENSt15iterator_traitsIT_E17iterator_categoryERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEENSt15iterator_traitsIT_E17iterator_categoryERKSB_", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " cmp dl, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRcEONSt16remove_referenceIT_E4typeEOS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIPKcN9__gnu_cxx5__ops16_Iter_equals_valIS0_EEET_S6_S6_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1975 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIPKcENSt15iterator_traitsIT_E17iterator_categoryERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1978 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIPKcENSt15iterator_traitsIT_E17iterator_categoryERKS3_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [] + }, + { + "text": " call _ZSt9__find_ifIPKcN9__gnu_cxx5__ops16_Iter_equals_valIS0_EEET_S6_S6_T0_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1977 + }, + "labels": [ + { + "name": "_ZSt9__find_ifIPKcN9__gnu_cxx5__ops16_Iter_equals_valIS0_EEET_S6_S6_T0_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1979 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIcEE37select_on_container_copy_constructionERKS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1ERKS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS7_EPKSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L9994:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L9991", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L9991", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L9992", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L9992", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L9994", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L9994", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9992:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L9994", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L9994", + "range": { + "startCol": 17, + "endCol": 23 + } + } + ] + }, + { + "text": ".L9991:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_M_create_nodeIJS5_EEEPSt10_List_nodeIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEC1ERS8_PS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [ + { + "name": "_ZNSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE9constructIS6_JS6_EEEvRS8_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE9constructIS6_JS6_EEEvRS8_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " call _ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEaSEDn", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 639 + }, + "labels": [ + { + "name": "_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEaSEDn", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 640 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 641 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_inc_sizeEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx114listImSaImEE14_M_create_nodeIJRKmEEEPSt10_List_nodeImEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1110_List_baseImSaImEE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt7__cxx1110_List_baseImSaImEE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt15__allocated_ptrISaISt10_List_nodeImEEEC1ERS2_PS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_List_nodeImE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [ + { + "name": "_ZNSt10_List_nodeImE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeImEEE9constructImJRKmEEEvRS2_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 637 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE9constructImJRKmEEEvRS2_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 639 + }, + "labels": [] + }, + { + "text": " call _ZNSt15__allocated_ptrISaISt10_List_nodeImEEEaSEDn", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 639 + }, + "labels": [ + { + "name": "_ZNSt15__allocated_ptrISaISt10_List_nodeImEEEaSEDn", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 640 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " call _ZNSt15__allocated_ptrISaISt10_List_nodeImEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 640 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 641 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_inc_sizeEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 408 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ERKS7_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_Vector_impl_dataC2EOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJS0_INS3_9test_unit19readonly_property62ES6_EEEEPSt13_Rb_tree_nodeIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJS0_INS3_9test_unit19readonly_property62ES6_EEEEvPSt13_Rb_tree_nodeIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJS0_INS3_9test_unit19readonly_property62ES6_EEEEvPSt13_Rb_tree_nodeIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 233 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L10021:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L10018", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L10018", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L10019", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L10019", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " jmp .L10020", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L10020", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10019:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": ".L10020:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L10021", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L10021", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10018:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L10022", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L10022", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L10023", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L10023", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test6output10junit_impl16junit_log_helperEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L10026", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L10026", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10023:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEmmEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": ".L10022:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L10025", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L10025", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test6output10junit_impl16junit_log_helperEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L10026", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L10026", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10025:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L10026:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEclERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEclERKS7_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L10030", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10030", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L10030", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L10030", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L10031", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10031", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10030:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L10032", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10032", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10031:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L10032:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEbEC2IS8_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEOT_RNSt16remove_referenceISA_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEOT_RNSt16remove_referenceISA_E4typeE", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_dec_sizeEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 410 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+96], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+100], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " jmp .L10043", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".L10043", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " jmp .L10040", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [ + { + "name": ".L10040", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": ".L10040:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": ".L10043:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE9constructIS6_JRKS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L10047", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L10047", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L10047:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L10050", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L10050", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L10050:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L10051", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10051", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L10052", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10052", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10051:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " jmp .L10053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10052:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L10053:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L10060", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10060", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " jmp .L10062", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10062", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10060:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L10062:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt13move_iteratorIPS5_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt13move_iteratorIPS5_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt13move_iteratorIPS5_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt13move_iteratorIPS5_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE7destroyIS5_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE7destroyIS6_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE7destroyIS6_EEvPT_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11lower_boundERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKmEEC2ES1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKmLb0EEC2ES1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKmLb0EEC2ES1_", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 239 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L10084", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L10084", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10085", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10085", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10085", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10085", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L10086", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10086", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10085:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L10086:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L10087", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L10087", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10087:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10084:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L10089", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L10089", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L10090", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L10090", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10090:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEmmEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L10092", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L10092", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L10093", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L10093", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10093:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10092:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10089:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L10094", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L10094", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L10095", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L10095", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10095:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEppEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L10097", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L10097", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L10098", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L10098", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10098:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10097:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " jmp .L10099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L10099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10094:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L10099:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE5clearERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " je .L10102", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [ + { + "name": ".L10102", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": ".L10102:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 230 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_put_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_put_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11lower_boundERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_lower_boundEPSt13_Rb_tree_nodeISG_EPSt18_Rb_tree_node_baseRS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_lower_boundEPSt13_Rb_tree_nodeISG_EPSt18_Rb_tree_node_baseRS7_", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZStltIcSt11char_traitsIcESaIcEEbRKNSt7__cxx1112basic_stringIT_T0_T1_EESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6267 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6267 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6267 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6270 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6270 + }, + "labels": [] + }, + { + "text": " shr eax, 31", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6270 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6270 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 6270 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2IJS5_ELb1ELb1EEEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2IS5_EEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2IS5_EEOT_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS7_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZSt7forwardIONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2IS5_EEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2IS5_EEOT_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEEPSt13_Rb_tree_nodeISG_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEEvPSt13_Rb_tree_nodeISG_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEEvPSt13_Rb_tree_nodeISG_EDpOT_", + "range": { + "startCol": 17, + "endCol": 292 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISG_ERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L10126", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L10126", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10127", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10127", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10127", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10127", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L10128", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10128", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10127:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L10128:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L10129", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L10129", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10129:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE24_M_get_insert_unique_posERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE24_M_get_insert_unique_posERS7_", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10126:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L10131", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L10131", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L10132", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L10132", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10132:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L10134", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L10134", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L10135", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L10135", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10135:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10134:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE24_M_get_insert_unique_posERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE24_M_get_insert_unique_posERS7_", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10131:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L10136", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L10136", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L10137", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L10137", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10137:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEppEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L10139", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L10139", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L10140", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L10140", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10140:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10139:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE24_M_get_insert_unique_posERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE24_M_get_insert_unique_posERS7_", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " jmp .L10141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L10141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10136:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L10141:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEclERKSG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEclERKSG_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSO_PSt13_Rb_tree_nodeISG_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L10145", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10145", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L10145", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L10145", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L10146", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10146", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10145:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L10147", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10147", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10146:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L10147:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2IPFvS4_EEET_NS_10enable_if_IXntsrNS_11is_integralIS9_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE11move_assignERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 993 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 993 + }, + "labels": [] + }, + { + "text": " je .L10161", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 993 + }, + "labels": [ + { + "name": ".L10161", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [] + }, + { + "text": " je .L10154", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [ + { + "name": ".L10154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [] + }, + { + "text": " je .L10155", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [ + { + "name": ".L10155", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov edx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call memcpy", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " jmp .L10156", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [ + { + "name": ".L10156", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10155:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " lea rsi, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": ".L10156:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1015 + }, + "labels": [] + }, + { + "text": " jmp .L10151", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [ + { + "name": ".L10151", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10154:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1017 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1017 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE5clearEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " jmp .L10151", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [ + { + "name": ".L10151", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1020 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1020 + }, + "labels": [] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1021 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": ".L10161:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 994 + }, + "labels": [] + }, + { + "text": ".L10151:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2ES7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2ES7_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEEPSt13_Rb_tree_nodeISG_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEEvPSt13_Rb_tree_nodeISG_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEEvPSt13_Rb_tree_nodeISG_EDpOT_", + "range": { + "startCol": 17, + "endCol": 292 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE13assign_to_ownERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " je .L10170", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [ + { + "name": ".L10170", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " je .L10169", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [ + { + "name": ".L10169", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov edx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " call memcpy", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " jmp .L10170", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [ + { + "name": ".L10170", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10169:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " lea rsi, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": ".L10170:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE9constructIS6_JS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE9constructIS6_JS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L10179", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L10179", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L10180", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L10180", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10179:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L10180:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L10181", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L10181", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L10181:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L10188", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L10188", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L10183", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L10183", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " jmp .L10184", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L10184", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10183:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L10184:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L10188:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": ".LC755:", + "source": null, + "labels": [] + }, + { + "text": " .string \"vector::_M_range_insert\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " sub rsp, 96", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 721 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 725 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 725 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 725 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 725 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 725 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 725 + }, + "labels": [] + }, + { + "text": " je .L10202", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 725 + }, + "labels": [ + { + "name": ".L10202", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 727 + }, + "labels": [] + }, + { + "text": " call _ZSt8distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E15difference_typeESE_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 727 + }, + "labels": [ + { + "name": "_ZSt8distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E15difference_typeESE_SE_", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 727 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 729 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 729 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 729 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 728 + }, + "labels": [] + }, + { + "text": " ja .L10196", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 728 + }, + "labels": [ + { + "name": ".L10196", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 731 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 733 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 733 + }, + "labels": [] + }, + { + "text": " jbe .L10197", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 733 + }, + "labels": [ + { + "name": ".L10197", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 739 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 739 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 739 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rcx+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " sal rcx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " neg rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " add rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rcx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_move_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 736 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_move_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 740 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 740 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " neg rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " lea rbx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [] + }, + { + "text": " call _ZSt13move_backwardIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET0_T_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 742 + }, + "labels": [ + { + "name": "_ZSt13move_backwardIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET0_T_S8_S7_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 744 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 744 + }, + "labels": [] + }, + { + "text": " call _ZSt4copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET0_T_SE_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 744 + }, + "labels": [ + { + "name": "_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET0_T_SE_SD_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L10202", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [ + { + "name": ".L10202", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10197:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 749 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 749 + }, + "labels": [] + }, + { + "text": " call _ZSt7advanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEmEvRT_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 749 + }, + "labels": [ + { + "name": "_ZSt7advanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEmEvRT_T0_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 753 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 753 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 753 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 753 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 751 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 751 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 751 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 751 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 751 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_S7_ET0_T_SE_SD_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 751 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_S7_ET0_T_SE_SD_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 754 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 754 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 754 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 754 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 759 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 759 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_move_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 756 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_move_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 760 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 762 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 762 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 762 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 762 + }, + "labels": [] + }, + { + "text": " call _ZSt4copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET0_T_SE_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 762 + }, + "labels": [ + { + "name": "_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET0_T_SE_SD_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L10202", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [ + { + "name": ".L10202", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10196:", + "source": null, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC755", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 768 + }, + "labels": [ + { + "name": ".LC755", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 768 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 768 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 768 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 769 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 769 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 769 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 770 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 776 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 776 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 776 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 776 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 775 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 780 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 780 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 780 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 780 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 778 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 778 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 778 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 778 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_S7_ET0_T_SE_SD_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 778 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_S7_ET0_T_SE_SD_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 778 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 784 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 784 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 784 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 783 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 794 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 794 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 793 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 793 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 798 + }, + "labels": [] + }, + { + "text": " sub rcx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 798 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 796 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 796 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 799 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 799 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 799 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 800 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 801 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 801 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 801 + }, + "labels": [] + }, + { + "text": " jmp .L10202", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [ + { + "name": ".L10202", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 786 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 789 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 789 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 788 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 788 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 788 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 790 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 790 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 791 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 786 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 786 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 786 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 786 + }, + "labels": [] + }, + { + "text": ".L10202:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [] + }, + { + "text": " add rsp, 96", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 804 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEEbRKNS_17__normal_iteratorIT_T0_EESI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESE_ET0_T_SG_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEEET_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEEET_SF_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEEET_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEEET_SF_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESE_ET1_T0_SG_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESE_ET1_T0_SG_SF_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE7destroyIS8_EEvRS9_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE7destroyIS9_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE7destroyIS9_EEvPT_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEEEEvT_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEEEEvT_S9_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4cendEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 893 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 893 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 893 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC1ERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxeqIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEEbRKNS_17__normal_iteratorIT_T0_EESJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1072 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1075 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE9constructIS9_JS9_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE9constructIS9_JS9_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE13_M_insert_auxIS7_EEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " sub rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea r12, [rax-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZSt13move_backwardIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET0_T_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [ + { + "name": "_ZSt13move_backwardIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEaSEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEaSEOS7_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSG_SJ_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSG_SJ_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L10226", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L10226", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L10227", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L10227", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10226:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L10227:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L10228", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L10228", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": ".L10228:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rcx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " movabs rdx, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " imul rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L10235", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L10235", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L10230", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L10230", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " jmp .L10231", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L10231", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10230:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": ".L10231:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L10235:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE37select_on_container_copy_constructionERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEEC2ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEEC2ERKS7_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_M_create_storageEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESt6vectorIS9_SaIS9_EEEEPS9_EET0_T_SI_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESt6vectorIS9_SaIS9_EEEEPS9_EET0_T_SI_SH_", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEC2ENS1_17ti_delimeter_typeENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EixENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L10248", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L10248", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIPKcEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIPKcEET_v", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " jmp .L10250", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L10250", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10248:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L10250:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS0_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " je .L10253", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".L10253", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": ".L10253:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEE3hasENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_E3hasENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_E3hasENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEEixENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EixENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EixENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS1_17ti_delimeter_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasINS6_19keep_empty_tokens_tEEEbNS0_7keywordIT_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS5_12_GLOBAL__N_117kept_delimeters_tERS7_EENS3_IPKcNS8_20dropped_delimeters_tESD_EEEENS0_13typed_keywordImNS8_12max_tokens_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSM_SN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE9incrementEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " je .L10264", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 81 + }, + "labels": [ + { + "name": ".L10264", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils26input_iterator_core_access3getINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEEEbRT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 82 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils26input_iterator_core_access3getINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEEEbRT_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rdx], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": ".L10264:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE5equalERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " je .L10266", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L10266", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " je .L10266", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L10266", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " jmp .L10267", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L10267", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10266:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": ".L10267:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE11dereferenceEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE9constructIS5_JRKS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L10275", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L10275", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L10275:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L10276", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10276", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L10277", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10277", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10276:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " jmp .L10278", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10278", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10277:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L10278:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L10283", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10283", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE8allocateERS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE8allocateERS5_m", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L10285", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10285", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10283:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L10285:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESt13move_iteratorIPS4_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESt13move_iteratorIPS4_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESt13move_iteratorIPS4_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESt13move_iteratorIPS4_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES6_S5_ET0_T_S9_S8_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES6_S5_ET0_T_S9_S8_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE7destroyIS4_EEvRS5_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE7destroyIS5_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE7destroyIS5_EEvPT_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L10293", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L10293", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE10deallocateERS5_PS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE10deallocateERS5_PS4_m", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": ".L10293:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorImEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaImEE10deallocateERS0_Pmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorImE10deallocateEPmm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorImE10deallocateEPmm", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11lower_boundERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L10307", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L10307", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10308", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10308", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10308", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10308", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L10309", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10309", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10308:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L10309:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L10310", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L10310", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10310:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10307:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L10312", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L10312", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L10313", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L10313", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10313:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEmmEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L10315", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L10315", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L10316", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L10316", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10316:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10315:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10312:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L10317", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L10317", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L10318", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L10318", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10318:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEppEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L10320", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L10320", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L10321", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L10321", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10321:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10320:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " jmp .L10322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L10322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10317:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L10322:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEclERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEclERKS7_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L10326", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10326", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L10326", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L10326", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L10327", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10327", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10326:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L10328", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10328", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10327:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L10328:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorImE9constructImJRKmEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorImSaImEE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L10334", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L10334", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L10334:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L10335", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10335", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L10336", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10336", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10335:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorImSaImEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorImSaImEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " jmp .L10337", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10337", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10336:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L10337:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseImSaImEE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L10340", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10340", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaImEE8allocateERS0_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaImEE8allocateERS0_m", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L10342", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10342", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10340:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L10342:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE11_S_relocateEPmS2_S2_RS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE14_S_do_relocateEPmS2_S2_RS0_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE14_S_do_relocateEPmS2_S2_RS0_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPmS0_SaImEET0_T_S3_S2_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorImSt13move_iteratorIPmEET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorImSt13move_iteratorIPmEET0_PT_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorImSt13move_iteratorIPmEET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorImSt13move_iteratorIPmEET0_PT_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPmES1_mET0_T_S4_S3_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPmES1_mET0_T_S4_S3_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC2ERKS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE10deallocateERS9_PS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE10deallocateEPS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE10deallocateEPS9_m", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvT_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS8_EEEEvT_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS8_EEEEvT_SC_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE13_M_deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L10354", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L10354", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": ".L10354:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12emplace_backIJNS1_13basic_cstringIKcEEEEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L10356", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L10356", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE9constructIS5_JNS1_13basic_cstringIKcEEEEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE9constructIS5_JNS1_13basic_cstringIKcEEEEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L10358", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L10358", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10356:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_M_realloc_insertIJNS1_13basic_cstringIKcEEEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_M_realloc_insertIJNS1_13basic_cstringIKcEEEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": ".L10358:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_M_erase_at_endEPS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_M_erase_at_endEPS5_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1499 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentEEvT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost9unit_test9framework4impl11name_filter9componentEEEvT_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost9unit_test9framework4impl11name_filter9componentEEEvT_S9_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE9constructIS9_JS9_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE9constructIS9_JS9_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSG_SJ_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSG_SJ_", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L10371", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L10371", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L10372", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L10372", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10371:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L10372:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L10373", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L10373", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": ".L10373:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rcx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " movabs rdx, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " imul rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L10380", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L10380", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L10375", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L10375", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L10376", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L10376", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10375:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": ".L10376:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L10380:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9addressofIKNS_9unit_test9test_unitEEEPT_RS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEC2ES3_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS_3argILi1EEEEC2ES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS_3argILi1EEEEC2ES3_", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost3_bi6bind_tIbNS0_4_mfi4cmf1IbNS0_9unit_test9framework4impl11name_filter9componentERKNS5_9test_unitEEENS1_5list2INS0_3argILi1EEENS0_17reference_wrapperISB_EEEEEEEONSt16remove_referenceIT_E4typeEOSN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEC2ESM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost3_bi6bind_tIbNS0_4_mfi4cmf1IbNS0_9unit_test9framework4impl11name_filter9componentERKNS5_9test_unitEEENS1_5list2INS0_3argILi1EEENS0_17reference_wrapperISB_EEEEEEEONSt16remove_referenceIT_E4typeEOSN_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost3_bi6bind_tIbNS0_4_mfi4cmf1IbNS0_9unit_test9framework4impl11name_filter9componentERKNS5_9test_unitEEENS1_5list2INS0_3argILi1EEENS0_17reference_wrapperISB_EEEEEEEONSt16remove_referenceIT_E4typeEOSN_", + "range": { + "startCol": 17, + "endCol": 232 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rcx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rcx+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rsi], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rsi+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rcx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rsi+16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 310 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 310 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 310 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS0_5__ops10_Iter_predINS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSG_5list2INS2_3argILi1EEENS2_17reference_wrapperISL_EEEEEEEEET_SW_SW_T0_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " sar rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": ".L10396:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jle .L10390", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L10390", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " je .L10391", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": ".L10391", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [] + }, + { + "text": " jmp .L10392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [ + { + "name": ".L10392", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10391:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " je .L10393", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L10393", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [] + }, + { + "text": " jmp .L10392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [ + { + "name": ".L10392", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10393:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " je .L10394", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": ".L10394", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [] + }, + { + "text": " jmp .L10392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [ + { + "name": ".L10392", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10394:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " je .L10395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": ".L10395", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [] + }, + { + "text": " jmp .L10392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [ + { + "name": ".L10392", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10395:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jmp .L10396", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L10396", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10390:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L10397", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10397", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " jg .L10398", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10398", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L10399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L10400", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10400", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " jmp .L10398", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10398", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10397:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " je .L10401", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L10401", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [] + }, + { + "text": " jmp .L10392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [ + { + "name": ".L10392", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10401:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": ".L10400:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " je .L10402", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": ".L10402", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [] + }, + { + "text": " jmp .L10392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [ + { + "name": ".L10392", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10402:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": ".L10399:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " je .L10403", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": ".L10403", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [] + }, + { + "text": " jmp .L10392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [ + { + "name": ".L10392", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10403:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": ".L10398:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": ".L10392:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-456], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L10405", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10405", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC748", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L10405:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEElv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L10406", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10406", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".LC749", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L10406:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L10422", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L10422", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10409", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10409", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10409:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10410", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10410", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10410:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10412", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10412", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10412:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10413", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10413", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10413:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10414", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10414", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10414:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10422:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE10deallocateERS4_PS3_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE10deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE10deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteEEvT_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb1EE9__destroyIPPN5boost9unit_test10test_suiteEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb1EE9__destroyIPPN5boost9unit_test10test_suiteEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE10deallocateERS5_PS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE10deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE10deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameEEvT_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test9framework5state13context_frameEEEvT_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test9framework5state13context_frameEEEvT_S8_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_create_nodeIJS0_ImmEEEEPSt13_Rb_tree_nodeIS2_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE17_M_construct_nodeIJS0_ImmEEEEvPSt13_Rb_tree_nodeIS2_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE17_M_construct_nodeIJS0_ImmEEEEvPSt13_Rb_tree_nodeIS2_EDpOT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE23_M_get_insert_equal_posERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2123 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2123 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2123 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2123 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2127 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2127 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2127 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2127 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2128 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2128 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2128 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2128 + }, + "labels": [] + }, + { + "text": ".L10462:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2129 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2129 + }, + "labels": [] + }, + { + "text": " je .L10459", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2129 + }, + "labels": [ + { + "name": ".L10459", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2131 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " je .L10460", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [ + { + "name": ".L10460", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2133 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2133 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " jmp .L10461", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2133 + }, + "labels": [ + { + "name": ".L10461", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10460:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2133 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2133 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": ".L10461:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2132 + }, + "labels": [] + }, + { + "text": " jmp .L10462", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2129 + }, + "labels": [ + { + "name": ".L10462", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10459:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2135 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2135 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2135 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2135 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2135 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmmEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2135 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2135 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2136 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2136 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2136 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKmmEEclERKS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKmmEEclERKS2_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSA_PSt13_Rb_tree_nodeIS2_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L10467", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10467", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L10467", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L10467", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L10468", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10468", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10467:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L10469", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10469", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10468:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L10469:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmmEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorImE7destroyImEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE6manageERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE6manageERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 248 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEvE6invokeERNS1_15function_bufferE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEvE6invokeERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 218 + } + } + ] + }, + { + "text": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 203 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L10483", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L10483", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 49, + "endCol": 218 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L10482", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L10482", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10483:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " jmp .L10482", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L10482", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": ".L10482:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3getIjEERT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-456], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L10488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10488", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC748", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L10488:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idIjEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idIjEElv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L10489", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".LC749", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L10489:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L10505", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L10505", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10492", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10492", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10492:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10493", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10493", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10493:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10495", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10495", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10495:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10496", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10496", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10496:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10497", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10497", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10497:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10505:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmmEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmmEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmmEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS2_EPKSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L10521:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L10518", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L10518", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L10519", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L10519", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L10521", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L10521", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10519:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L10521", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L10521", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10518:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_upper_boundEPKSt13_Rb_tree_nodeIS2_EPKSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1978 + }, + "labels": [] + }, + { + "text": ".L10527:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1982 + }, + "labels": [] + }, + { + "text": " je .L10524", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1982 + }, + "labels": [ + { + "name": ".L10524", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [] + }, + { + "text": " je .L10525", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1983 + }, + "labels": [ + { + "name": ".L10525", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1984 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1984 + }, + "labels": [] + }, + { + "text": " jmp .L10527", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1984 + }, + "labels": [ + { + "name": ".L10527", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10525:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1986 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1986 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1986 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1986 + }, + "labels": [] + }, + { + "text": " jmp .L10527", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1982 + }, + "labels": [ + { + "name": ".L10527", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10524:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1987 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1988 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1988 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1988 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt23_Rb_tree_const_iteratorIS_IKmmEES3_EC2IS3_S3_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt23_Rb_tree_const_iteratorISt4pairIKmmEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt23_Rb_tree_const_iteratorISt4pairIKmmEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt23_Rb_tree_const_iteratorISt4pairIKmmEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt23_Rb_tree_const_iteratorISt4pairIKmmEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEES6_E17_S_select_on_copyERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE37select_on_container_copy_constructionERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE37select_on_container_copy_constructionERKS6_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2ERKS7_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIPN5boost9unit_test14global_fixtureEEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeC2ERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_ERKS9_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_S_minimumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_S_minimumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_S_maximumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_S_maximumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEES6_E17_S_select_on_copyERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE37select_on_container_copy_constructionERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE37select_on_container_copy_constructionERKS6_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2ERKS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareIN5boost9unit_test9framework5state14priority_orderEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeC2ERSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_ERKSA_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_S_minimumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_S_minimumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_S_maximumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_S_maximumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3getINS_9unit_test9log_levelEEERT_NS3_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-456], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L10551", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10551", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC748", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L10551:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idINS_9unit_test9log_levelEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idINS_9unit_test9log_levelEEElv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L10552", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10552", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".LC749", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L10552:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L10568", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L10568", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10555", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10555", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10555:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10556", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10556", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10556:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10558", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10558", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10558:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10559", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10559", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10559:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10560", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10560", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10560:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10568:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11lower_boundERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS4_", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEEC2ES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EEC2ES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EEC2ES4_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L10583", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L10583", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10584", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10584", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10584", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10584", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L10585", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10585", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10584:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L10585:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L10586", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L10586", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10586:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10583:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L10588", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L10588", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L10589", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L10589", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10589:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEmmEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L10591", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L10591", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L10592", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L10592", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10592:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10591:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10588:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L10593", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L10593", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L10594", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L10594", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10594:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEppEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L10596", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L10596", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L10597", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L10597", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10597:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10596:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " jmp .L10598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L10598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10593:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L10598:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEclERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEclERKS7_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L10602", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10602", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L10602", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L10602", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L10603", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10603", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10602:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L10604", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10604", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10603:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L10604:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofISoEEPT_RS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEC2ES6_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test15unit_test_log_tEEEEC2ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test15unit_test_log_tEEEEC2ES6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 259 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 214 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 225 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L10611", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L10611", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 228 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L10613", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L10613", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10611:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L10613:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-456], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L10615", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10615", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC748", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L10615:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEElv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L10616", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10616", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".LC749", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L10616:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L10632", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L10632", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10619", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10619", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10619:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10620", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10620", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10620:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10622", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10622", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10622:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10623", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10623", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10623:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10624", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10624", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10624:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10632:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/iterator/iterator_facade.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L10642", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L10642", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L10642:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L10644", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L10644", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L10644:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L10645", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10645", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L10646", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10646", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10645:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " jmp .L10647", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10647", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10646:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L10647:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L10652", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10652", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " jmp .L10654", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10654", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10652:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L10654:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt13move_iteratorIPS5_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt13move_iteratorIPS5_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt13move_iteratorIPS5_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt13move_iteratorIPS5_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS5_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7destroyIS6_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7destroyIS6_EEvPT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEE3hasENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEixENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EixENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EixENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEE3hasENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_E3hasENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_E3hasENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEEixENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EixENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EixENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbE3hasENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS5_12_GLOBAL__N_117kept_delimeters_tERS7_EENS2_INS3_IPKcNS8_20dropped_delimeters_tESD_EENS3_IbNS8_19keep_empty_tokens_tEbEEEEEENS0_13typed_keywordImNS8_12max_tokens_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSP_SQ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEC2ES6_S8_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEEEC2ES6_S8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEEEC2ES6_S8_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 289 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 259 + } + } + ] + }, + { + "text": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 244 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L10675", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L10675", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 258 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L10677", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L10677", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10675:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L10677:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3getINS_9unit_test12report_levelEEERT_NS3_13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-456], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L10679", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10679", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC748", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L10679:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idINS_9unit_test12report_levelEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idINS_9unit_test12report_levelEEElv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L10680", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10680", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".LC749", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L10680:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L10696", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L10696", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10683", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10683", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10683:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10684", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10684", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10684:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10686", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10686", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10686:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10687", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10687", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10687:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10688", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10688", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10688:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10696:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS_17reference_wrapperISoEEEC2ES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 154 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L10699", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L10699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 168 + } + } + ] + }, + { + "text": " or QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 948 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L10701", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L10701", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10699:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L10701:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3getImEERT_NS_9unit_test13basic_cstringIKcEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 488", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-488], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-496], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-456], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-488]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-440], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-440]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1ERKSt17_Rb_tree_iteratorISB_E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jne .L10703", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10703", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC748", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".LC748", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": ".L10703:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idImEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idImEElv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jne .L10704", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10704", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC749", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".LC749", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-496]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L10704:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L10720", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L10720", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-432]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10707", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10707", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10707:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " jmp .L10708", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [ + { + "name": ".L10708", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": ".L10708:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-304]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10710", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10710", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10710:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10711", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10711", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L10711:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L10712", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L10712", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10712:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-480]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L10720:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEC2ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE6manageERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE6manageERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 219 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEvE6invokeERNS1_15function_bufferE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEvE6invokeERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rdx, rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rdx, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 174 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L10723", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L10723", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 188 + } + } + ] + }, + { + "text": " or QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 948 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L10725", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L10725", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10723:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L10725:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L10735:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L10732", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L10732", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L10733", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L10733", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " jmp .L10734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L10734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10733:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": ".L10734:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L10735", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L10735", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10732:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L10736", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L10736", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L10737", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L10737", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmPN5boost9unit_test9test_unitEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L10740", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L10740", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10737:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEmmEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": ".L10736:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L10739", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L10739", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmPN5boost9unit_test9test_unitEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L10740", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L10740", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10739:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L10740:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1151 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1151 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1151 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1152 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1152 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_Alloc_nodeC2ERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE10_M_insert_IS6_NSC_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS6_EPSt18_Rb_tree_node_baseSI_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L10747", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10747", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L10747", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L10747", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERS6_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L10748", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10748", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10747:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L10749", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10749", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10748:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L10749:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_Alloc_nodeclIS6_EEPSt13_Rb_tree_nodeIS6_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_Alloc_nodeclIS6_EEPSt13_Rb_tree_nodeIS6_EOT_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKmPN5boost9unit_test9test_unitEEEbEC2IS7_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11equal_rangeERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": ".L10758:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2001 + }, + "labels": [] + }, + { + "text": " je .L10753", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2001 + }, + "labels": [ + { + "name": ".L10753", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " je .L10754", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": ".L10754", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " jmp .L10758", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [ + { + "name": ".L10758", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10754:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " je .L10756", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": ".L10756", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " jmp .L10758", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [ + { + "name": ".L10758", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10756:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2009 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2009 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKmPN5boost9unit_test9test_unitEEES7_EC1IS7_S7_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " jmp .L10757", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [ + { + "name": ".L10757", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10753:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIS_IKmPN5boost9unit_test9test_unitEEES7_EC1IS7_S7_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": ".L10757:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_ESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1ERKSt17_Rb_tree_iteratorIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10762", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10762", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE3endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1ERKSt17_Rb_tree_iteratorIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10762", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10762", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " jmp .L10763", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10763", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10762:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": ".L10763:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10764", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10764", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L10766", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [ + { + "name": ".L10766", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10764:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " je .L10766", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": ".L10766", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEppEi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEppEi", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_E", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " jmp .L10764", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": ".L10764", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10766:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE24_M_get_insert_unique_posERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L10771:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L10768", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L10768", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L10769", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L10769", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " jmp .L10770", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L10770", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10769:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": ".L10770:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L10771", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L10771", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10768:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L10772", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L10772", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEES6_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L10773", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L10773", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L10776", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L10776", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10773:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEmmEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": ".L10772:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L10775", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L10775", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L10776", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L10776", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10775:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L10776:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_M_insert_IS3_NSA_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSG_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L10782", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10782", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L10782", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L10782", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERS3_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L10783", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10783", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10782:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L10784", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10784", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10783:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L10784:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeclIS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeclIS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEbEC2IS5_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC2ERKSt17_Rb_tree_iteratorIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11equal_rangeERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " sub rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": ".L10799:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2001 + }, + "labels": [] + }, + { + "text": " je .L10794", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2001 + }, + "labels": [ + { + "name": ".L10794", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " je .L10795", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": ".L10795", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " jmp .L10799", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [ + { + "name": ".L10799", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10795:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " je .L10797", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": ".L10797", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " jmp .L10799", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [ + { + "name": ".L10799", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10797:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2009 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2009 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEES5_EC1IS5_S5_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " jmp .L10798", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [ + { + "name": ".L10798", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10794:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEES5_EC1IS5_S5_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": ".L10798:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_ESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10803", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10803", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10803", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10803", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " jmp .L10804", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10804", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10803:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": ".L10804:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10805", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " jmp .L10807", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [ + { + "name": ".L10807", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10805:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " je .L10807", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": ".L10807", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEppEi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEppEi", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_E", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " jmp .L10805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": ".L10805", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10807:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE24_M_get_insert_unique_posERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L10812:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L10809", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L10809", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L10810", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L10810", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " jmp .L10811", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L10811", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10810:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": ".L10811:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L10812", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L10812", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10809:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L10813", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L10813", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L10814", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L10814", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L10817", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L10817", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10814:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEmmEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": ".L10813:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L10816", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L10816", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L10817", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L10817", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10816:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L10817:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_M_insert_IS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSF_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L10823", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10823", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L10823", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L10823", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L10824", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10824", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10823:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L10825", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L10825", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10824:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L10825:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeclIS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeclIS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEbEC2IS5_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC2ERKSt17_Rb_tree_iteratorIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11equal_rangeERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " sub rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1996 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1999 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2000 + }, + "labels": [] + }, + { + "text": ".L10838:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2001 + }, + "labels": [] + }, + { + "text": " je .L10833", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2001 + }, + "labels": [ + { + "name": ".L10833", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [] + }, + { + "text": " je .L10834", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2003 + }, + "labels": [ + { + "name": ".L10834", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [] + }, + { + "text": " jmp .L10838", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2004 + }, + "labels": [ + { + "name": ".L10838", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10834:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [] + }, + { + "text": " je .L10836", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2005 + }, + "labels": [ + { + "name": ".L10836", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [] + }, + { + "text": " jmp .L10838", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2006 + }, + "labels": [ + { + "name": ".L10838", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10836:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2009 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2009 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2012 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2014 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEES5_EC1IS5_S5_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2013 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [] + }, + { + "text": " jmp .L10837", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2015 + }, + "labels": [ + { + "name": ".L10837", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10833:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEES5_EC1IS5_S5_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2018 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2019 + }, + "labels": [] + }, + { + "text": ".L10837:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2020 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2524 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10842", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10842", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE3endEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC1ERKSt17_Rb_tree_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10842", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10842", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " jmp .L10843", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10843", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10842:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": ".L10843:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [] + }, + { + "text": " je .L10844", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2527 + }, + "labels": [ + { + "name": ".L10844", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5clearEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2528 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5clearEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " jmp .L10846", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [ + { + "name": ".L10846", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10844:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [] + }, + { + "text": " je .L10846", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": ".L10846", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEppEi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEppEi", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2531 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_E", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " jmp .L10844", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2530 + }, + "labels": [ + { + "name": ".L10844", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10846:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2532 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE9constructIS5_JS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE9constructIS5_JS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L10855", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L10855", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L10856", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L10856", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10855:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L10856:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L10857", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L10857", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L10857:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rcx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " movabs rdx, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " imul rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L10864", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L10864", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L10859", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L10859", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L10860", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L10860", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10859:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L10860:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L10864:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEESB_ET0_T_SD_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEET_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEET_SC_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEET_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEET_SC_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEESB_ET1_T0_SD_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEESB_ET1_T0_SD_SC_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE7destroyIS4_EEvRS5_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE7destroyIS5_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE7destroyIS5_EEvPT_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost9unit_test9framework13frame_with_idEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEC2ES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test9framework13frame_with_idEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test9framework13frame_with_idEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx], eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 309 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 310 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 310 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 310 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS0_5__ops10_Iter_predINS4_13frame_with_idEEEET_SG_SG_T0_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " sar rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": ".L10883:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jle .L10877", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L10877", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " je .L10878", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": ".L10878", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [] + }, + { + "text": " jmp .L10879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [ + { + "name": ".L10879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10878:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " je .L10880", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L10880", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [] + }, + { + "text": " jmp .L10879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [ + { + "name": ".L10879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10880:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " je .L10881", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": ".L10881", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [] + }, + { + "text": " jmp .L10879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [ + { + "name": ".L10879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10881:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " je .L10882", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": ".L10882", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [] + }, + { + "text": " jmp .L10879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [ + { + "name": ".L10879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10882:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jmp .L10883", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L10883", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10877:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L10884", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10884", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " jg .L10885", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10885", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L10886", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10886", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L10887", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10887", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " jmp .L10885", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L10885", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10884:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " je .L10888", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L10888", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [] + }, + { + "text": " jmp .L10879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [ + { + "name": ".L10879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10888:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": ".L10887:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " je .L10889", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": ".L10889", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [] + }, + { + "text": " jmp .L10879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [ + { + "name": ".L10879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10889:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": ".L10886:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-36]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " je .L10890", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": ".L10890", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [] + }, + { + "text": " jmp .L10879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [ + { + "name": ".L10879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10890:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": ".L10885:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": ".L10879:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test13basic_cstringIKcE15default_trim_exEvE2ws:", + "source": null, + "labels": [] + }, + { + "text": " .ascii \" \\t\\n\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE15default_trim_exEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 600 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 600 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov edx, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZZN5boost9unit_test13basic_cstringIKcE15default_trim_exEvE2ws", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 604 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test13basic_cstringIKcE15default_trim_exEvE2ws", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 604 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1IiEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 605 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 605 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 605 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE4findEPS3_mc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": ".L10897:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " je .L10894", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 95 + }, + "labels": [ + { + "name": ".L10894", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " movsx edx, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2eqEcc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2eqEcc", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " je .L10895", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 96 + }, + "labels": [ + { + "name": ".L10895", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " jmp .L10896", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 97 + }, + "labels": [ + { + "name": ".L10896", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10895:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-16], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " jmp .L10897", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 95 + }, + "labels": [ + { + "name": ".L10897", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10894:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": ".L10896:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/bcs_char_traits.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE10trim_rightEPS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 389 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 391 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 392 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 392 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 392 + }, + "labels": [] + }, + { + "text": " ja .L10899", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 392 + }, + "labels": [ + { + "name": ".L10899", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 393 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 393 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": ".L10899:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE9constructIS4_JS4_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE9constructIS4_JS4_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " lea rcx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L10908", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L10908", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L10909", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L10909", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10908:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L10909:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L10910", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L10910", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": ".L10910:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L10917", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L10917", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L10912", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L10912", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE7destroyIS3_EEvRS4_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE7destroyIS3_EEvRS4_PT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L10913", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L10913", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10912:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": ".L10913:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L10917:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE7destroyIS4_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE9constructIS4_JRKS4_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L10924", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L10924", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L10924:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L10925", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10925", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L10926", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10926", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10925:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " jmp .L10927", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L10927", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10926:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L10927:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L10934", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10934", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE8allocateERS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE8allocateERS4_m", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " jmp .L10936", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L10936", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10934:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L10936:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE14_S_do_relocateEPS3_S6_S6_RS4_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE14_S_do_relocateEPS3_S6_S6_RS4_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test10test_suiteESt13move_iteratorIPS3_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test10test_suiteESt13move_iteratorIPS3_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test10test_suiteESt13move_iteratorIPS3_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test10test_suiteESt13move_iteratorIPS3_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_S4_ET0_T_S8_S7_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_S4_ET0_T_S8_S7_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11lower_boundERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEEPSt13_Rb_tree_nodeIS6_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEEvPSt13_Rb_tree_nodeIS6_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEEvPSt13_Rb_tree_nodeIS6_EDpOT_", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L10952", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L10952", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10953", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10953", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L10953", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10953", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L10954", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L10954", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10953:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L10954:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L10955", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L10955", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10955:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10952:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L10957", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L10957", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L10958", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L10958", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10958:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEmmEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L10960", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L10960", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L10961", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L10961", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10961:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10960:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10957:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L10962", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L10962", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L10963", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L10963", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10963:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEppEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L10965", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L10965", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L10966", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L10966", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10966:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10965:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " jmp .L10967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L10967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10962:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L10967:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERKS6_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSE_PSt13_Rb_tree_nodeIS6_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L10971", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10971", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L10971", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L10971", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L10972", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10972", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10971:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L10973", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L10973", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10972:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L10973:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEC2ES6_S9_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEEEC2ES6_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEEEC2ES6_S9_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE6manageERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE6manageERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 289 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEvE6invokeERNS1_15function_bufferE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEvE6invokeERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 259 + } + } + ] + }, + { + "text": "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 244 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L10977", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L10977", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 258 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L10979", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L10979", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L10977:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L10979:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZSt8distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E15difference_typeESD_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZSt10__distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E15difference_typeESD_SD_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [ + { + "name": "_ZSt10__distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E15difference_typeESD_SD_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_S_check_init_lenEmRKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " seta bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " je .L10984", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [ + { + "name": ".L10984", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC750", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1770 + }, + "labels": [ + { + "name": ".LC750", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1770 + }, + "labels": [] + }, + { + "text": ".L10984:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1772 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEES7_S6_ET0_T_SD_SC_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEES7_ET0_T_SD_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEES7_ET0_T_SD_SC_", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvT_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEEEEvT_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEEEEvT_S8_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test9framework4impl21global_fixture_handleEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEC1EPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L10994", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L10994", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9framework4impl21global_fixture_handleEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9framework4impl21global_fixture_handleEEEvPT_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L10994:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE6cbeginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 884 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 885 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4cendEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 893 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 893 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 893 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 894 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE9constructIS5_JS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE9constructIS5_JS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEplEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_insert_auxIS4_EEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " sub rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 406 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 405 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 407 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea r12, [rax-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [] + }, + { + "text": " call _ZSt13move_backwardIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET0_T_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 412 + }, + "labels": [ + { + "name": "_ZSt13move_backwardIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET0_T_S7_S6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEaSEOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 418 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 420 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L11006", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L11006", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L11007", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L11007", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11006:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L11007:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L11008", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L11008", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": ".L11008:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L11015", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L11015", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L11010", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L11010", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " jmp .L11011", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L11011", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11010:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": ".L11011:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L11015:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_swap_dataERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_dataC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_copy_dataERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_copy_dataERKS7_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_copy_dataERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_copy_dataERKS7_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_copy_dataERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_copy_dataERKS7_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES5_E10_S_on_swapERS6_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " call _ZSt15__alloc_on_swapISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEEvRT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [ + { + "name": "_ZSt15__alloc_on_swapISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEEvRT_S7_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 101 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11lower_boundERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS8_EPSt18_Rb_tree_node_baseRS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS8_EPSt18_Rb_tree_node_baseRS4_", + "range": { + "startCol": 17, + "endCol": 230 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEEC2ES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EEC2ES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EEC2ES4_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEEPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 266 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L11038", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L11038", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L11039", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11039", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L11039", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11039", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L11040", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11040", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11039:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L11040:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L11041", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L11041", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11041:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11038:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L11043", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L11043", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L11044", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L11044", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11044:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L11046", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L11046", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L11047", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L11047", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11047:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11046:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11043:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L11048", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L11048", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L11049", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L11049", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11049:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L11051", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L11051", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L11052", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L11052", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11052:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11051:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " jmp .L11053", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L11053", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11048:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L11053:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L11057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11057", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L11057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L11057", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L11058", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11058", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11057:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L11059", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11059", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11058:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L11059:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost16exception_detail15error_info_baseEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost16exception_detail15error_info_baseEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost16exception_detail15error_info_baseEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost16exception_detail15error_info_baseEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost16exception_detail15error_info_baseEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost16exception_detail15error_info_baseEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost16exception_detail15error_info_baseEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost16exception_detail15error_info_baseEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L11073:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L11070", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L11070", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L11071", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L11071", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L11073", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L11073", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11071:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L11073", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L11073", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11070:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_16exception_detail15error_info_baseEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEC1EPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L11087", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L11087", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_16exception_detail15error_info_baseEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_16exception_detail15error_info_baseEEEvPT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L11087:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeIJS3_IS2_S7_EEEEPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_construct_nodeIJS3_IS2_S7_EEEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_construct_nodeIJS3_IS2_S7_EEEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 227 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L11094:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L11091", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11091", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L11092", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11092", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " jmp .L11093", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11093", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11092:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": ".L11093:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L11094", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11094", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11091:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L11095", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L11095", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L11096", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L11096", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost16exception_detail10type_info_ENS5_10shared_ptrINS6_15error_info_baseEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L11099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L11099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11096:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": ".L11095:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L11098", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L11098", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost16exception_detail10type_info_ENS5_10shared_ptrINS6_15error_info_baseEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L11099", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L11099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11098:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L11099:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEbEC2IS9_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9function0IiE10get_vtableEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 677 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " and rax, -2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 679 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 680 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerINS0_7forwardEE6manageERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS0_7forwardEE6manageERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function21function_obj_invoker0INS0_7forwardEiE6invokeERNS1_15function_bufferE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function21function_obj_invoker0INS0_7forwardEiE6invokeERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": "_ZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IiE9assign_toINS0_7forwardEEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IiE9assign_toINS0_7forwardEEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L11104", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L11104", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 122 + } + } + ] + }, + { + "text": " or QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 948 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L11106", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L11106", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11104:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L11106:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IiE5clearERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " je .L11109", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [ + { + "name": ".L11109", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": ".L11109:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS5_EPSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L11122:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L11119", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L11119", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L11120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L11120", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L11122", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L11122", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11120:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L11122", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L11122", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11119:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2516 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2516 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " call _ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11lower_boundERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS5_EPSt18_Rb_tree_node_baseRS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS5_EPSt18_Rb_tree_node_baseRS1_", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEEPSt13_Rb_tree_nodeIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEEvPSt13_Rb_tree_nodeIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEEvPSt13_Rb_tree_nodeIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 216 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L11139", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L11139", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L11140", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11140", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L11140", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11140", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L11141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11140:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L11141:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L11142", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L11142", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11142:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11139:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L11144", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L11144", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L11145", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L11145", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11145:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEmmEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L11147", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L11147", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L11148", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L11148", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11148:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11147:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11144:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L11149", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L11149", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L11150", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L11150", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11150:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEppEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L11152", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L11152", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L11153", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L11153", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11153:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11152:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " jmp .L11154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L11154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11149:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L11154:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKmN5boost9unit_test12test_resultsEEEclERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test12test_resultsEEEclERKS5_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSD_PSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L11158", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11158", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L11158", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L11158", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L11159", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11159", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11158:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L11160", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11160", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11159:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L11160:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJOmEEC2IJmELb1ELb1EEEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [ + { + "name": "_ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJOmEEC2ImEEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJOmEEC2ImEEOT_", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJOmEEC2EOS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJOmEE7_M_headERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJOmEE7_M_headERS1_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIOmEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZSt7forwardIOmEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EOmLb0EEC2ImEEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EOmLb0EEC2ImEEOT_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEEPSt13_Rb_tree_nodeIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEEvPSt13_Rb_tree_nodeIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEEvPSt13_Rb_tree_nodeIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L11175", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L11175", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE10deallocateERS9_PS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE10deallocateERS9_PS8_m", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": ".L11175:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 277 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 735 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEvT_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 738 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEvT_SA_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 739 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_max_sizeERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_max_sizeERKS9_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8capacityEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L11186", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11186", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE8allocateERS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE8allocateERS9_m", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " jmp .L11188", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11188", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11186:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L11188:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_relocateEPS8_SB_SB_RS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE14_S_do_relocateEPS8_SB_SB_RS9_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE14_S_do_relocateEPS8_SB_SB_RS9_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC1ES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE20_M_allocate_and_copyISt13move_iteratorIPS8_EEESD_mT_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1508 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1515 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1515 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1515 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_S9_ET0_T_SD_SC_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1514 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_S9_ET0_T_SD_SC_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1516 + }, + "labels": [] + }, + { + "text": " jmp .L11199", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1516 + }, + "labels": [ + { + "name": ".L11199", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1520 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1521 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1518 + }, + "labels": [] + }, + { + "text": ".L11199:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1523 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1523 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1523 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPKcEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPKN5boost9unit_test12lazy_ostreamEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEC2IRS1_RS6_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPKcEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPKcEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPKN5boost9unit_test12lazy_ostreamEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPKN5boost9unit_test12lazy_ostreamEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12emplace_backIJS8_EEEvDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [] + }, + { + "text": " je .L11208", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 112 + }, + "labels": [ + { + "name": ".L11208", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 115 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 117 + }, + "labels": [] + }, + { + "text": " jmp .L11210", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [ + { + "name": ".L11210", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11208:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 121 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": ".L11210:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPcEvT_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb1EE9__destroyIPcEEvT_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb1EE9__destroyIPcEEvT_S3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKcEOT_RNSt16remove_referenceIS2_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIcE9constructIcJRKcEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKcEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKcEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " movzx ebx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rax], bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEEC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIcSaIcEE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L11217", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L11217", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L11217:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE4sizeEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L11218", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11218", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L11219", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11219", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11218:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIcSaIcEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIcSaIcEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " jmp .L11220", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11220", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11219:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L11220:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEEC1ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPcSt6vectorIcSaIcEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L11227", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11227", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIcEE8allocateERS0_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIcEE8allocateERS0_m", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " jmp .L11229", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11229", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11227:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L11229:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE11_S_relocateEPcS2_S2_RS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE14_S_do_relocateEPcS2_S2_RS0_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE14_S_do_relocateEPcS2_S2_RS0_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPcS0_SaIcEET0_T_S3_S2_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIcSt13move_iteratorIPcEET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIcSt13move_iteratorIPcEET0_PT_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIcSt13move_iteratorIPcEET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIcSt13move_iteratorIPcEET0_PT_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPcES1_cET0_T_S4_S3_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPcES1_cET0_T_S4_S3_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIcEE7destroyIcEEvRS0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIcE7destroyIcEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIcE7destroyIcEEvPT_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L11243", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L11243", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L11243:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L11246", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L11246", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L11246:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L11247", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11247", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L11248", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11248", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11247:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " jmp .L11249", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11249", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11248:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L11249:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L11256", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11256", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L11258", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11258", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11256:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L11258:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb0EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb0EE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPKS5_ET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPKS5_ET0_PT_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPKS5_ET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPKS5_ET0_PT_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIPKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPS5_S5_ET0_T_SA_S9_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIPKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPS5_S5_ET0_T_SA_S9_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE7destroyIS5_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE7destroyIS6_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE7destroyIS6_EEvPT_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_JS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_JS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L11271", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L11271", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L11272", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L11272", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11271:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L11272:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L11273", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L11273", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L11273:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L11280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L11280", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L11275", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L11275", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " jmp .L11276", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L11276", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11275:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L11276:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L11280:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEC2ERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEEET_SN_SN_T0_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " sar rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": ".L11291:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jle .L11285", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L11285", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " je .L11286", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": ".L11286", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [] + }, + { + "text": " jmp .L11287", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [ + { + "name": ".L11287", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11286:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " je .L11288", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L11288", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [] + }, + { + "text": " jmp .L11287", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [ + { + "name": ".L11287", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11288:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " je .L11289", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": ".L11289", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [] + }, + { + "text": " jmp .L11287", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [ + { + "name": ".L11287", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11289:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " je .L11290", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": ".L11290", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [] + }, + { + "text": " jmp .L11287", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [ + { + "name": ".L11287", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11290:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jmp .L11291", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L11291", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11285:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L11292", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11292", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " jg .L11293", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11293", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L11294", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11294", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L11295", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11295", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " jmp .L11293", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11293", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11292:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " je .L11296", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L11296", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [] + }, + { + "text": " jmp .L11287", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [ + { + "name": ".L11287", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11296:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": ".L11295:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " je .L11297", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": ".L11297", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [] + }, + { + "text": " jmp .L11287", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [ + { + "name": ".L11287", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11297:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": ".L11294:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " je .L11298", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": ".L11298", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [] + }, + { + "text": " jmp .L11287", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [ + { + "name": ".L11287", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11298:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": ".L11293:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": ".L11287:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE10deallocateERSD_PSC_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE10deallocateEPSD_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE10deallocateEPSD_m", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRNSt12_Vector_baseIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2EOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISF_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC2ERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " jmp .L11310", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [ + { + "name": ".L11310", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": ".L11310:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE9constructISD_JRKSD_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISF_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISF_E4typeE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC1ERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L11314", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L11314", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L11314:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L11316", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L11316", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L11316:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L11317", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11317", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L11318", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11318", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11317:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " jmp .L11319", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11319", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11318:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L11319:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSK_SN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L11324", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11324", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE8allocateERSD_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE8allocateERSD_m", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L11326", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11326", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11324:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L11326:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_relocateEPSB_SE_SE_RSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE14_S_do_relocateEPSB_SE_SE_RSC_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE14_S_do_relocateEPSB_SE_SE_RSC_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESt13move_iteratorIPSC_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESt13move_iteratorIPSC_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESt13move_iteratorIPSC_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESt13move_iteratorIPSC_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEESE_SD_ET0_T_SH_SG_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEESE_SD_ET0_T_SH_SG_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE7destroyISC_EEvRSD_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE7destroyISD_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE7destroyISD_EEvPT_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L11342:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L11339", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11339", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L11340", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11340", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " jmp .L11341", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11341", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11340:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": ".L11341:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L11342", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11342", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11339:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L11343", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L11343", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L11344", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L11344", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L11347", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L11347", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11344:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": ".L11343:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L11346", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L11346", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L11347", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L11347", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11346:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L11347:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_Alloc_nodeC2ERSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE10_M_insert_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_EPSt18_Rb_tree_node_baseSJ_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L11352", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L11352", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L11352", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L11352", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L11353", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L11353", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11352:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L11354", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L11354", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11353:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L11354:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_Alloc_nodeclIRKS5_EEPSt13_Rb_tree_nodeIS5_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_Alloc_nodeclIRKS5_EEPSt13_Rb_tree_nodeIS5_EOT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbEC2IS7_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKSt17_Rb_tree_iteratorIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEC2ERS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 261 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 262 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEENSt15iterator_traitsIT_E17iterator_categoryERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEENS0_5__ops16_Iter_equals_valIKmEEET_SB_SB_T0_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " sar rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": ".L11371:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jle .L11365", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L11365", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " je .L11366", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": ".L11366", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [] + }, + { + "text": " jmp .L11367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [ + { + "name": ".L11367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11366:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " je .L11368", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L11368", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [] + }, + { + "text": " jmp .L11367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [ + { + "name": ".L11367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11368:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " je .L11369", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": ".L11369", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [] + }, + { + "text": " jmp .L11367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [ + { + "name": ".L11367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11369:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " je .L11370", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": ".L11370", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [] + }, + { + "text": " jmp .L11367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [ + { + "name": ".L11367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11370:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jmp .L11371", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L11371", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11365:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L11372", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11372", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " jg .L11373", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11373", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L11374", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11374", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L11375", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11375", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " jmp .L11373", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L11373", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11372:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " je .L11376", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L11376", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [] + }, + { + "text": " jmp .L11367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [ + { + "name": ".L11367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11376:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": ".L11375:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " je .L11377", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": ".L11377", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [] + }, + { + "text": " jmp .L11367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [ + { + "name": ".L11367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11377:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": ".L11374:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " je .L11378", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": ".L11378", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [] + }, + { + "text": " jmp .L11367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [ + { + "name": ".L11367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11378:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": ".L11373:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": ".L11367:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES6_ET0_T_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES6_ET1_T0_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES6_ET1_T0_S8_S7_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_2io18ios_base_all_saverEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEC1EPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L11386", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L11386", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_2io18ios_base_all_saverEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_2io18ios_base_all_saverEEEvPT_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L11386:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_9unit_test23unit_test_log_formatterES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_9unit_test23unit_test_log_formatterEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test23unit_test_log_formatterEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost9unit_test23unit_test_log_formatterEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test23unit_test_log_formatterEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test23unit_test_log_formatterEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test23unit_test_log_formatterEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test23unit_test_log_formatterEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test23unit_test_log_formatterEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test23unit_test_log_formatterEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE10deallocateERS4_PS3_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE10deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE10deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE10deallocateERS5_PS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE10deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE10deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb1EE9__destroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEvT_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb1EE9__destroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEvT_S8_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE9constructIS4_JS4_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE9constructIS4_JS4_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L11405", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L11405", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L11406", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L11406", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11405:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L11406:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L11407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L11407", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_EvT_S5_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_EvT_S5_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": ".L11407:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rcx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " movabs rdx, 7905747460161236407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " imul rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE13_M_deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE13_M_deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L11414", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L11414", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L11409", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L11409", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS3_EEvRS4_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS3_EEvRS4_PT_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " jmp .L11410", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L11410", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11409:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_EvT_S5_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_EvT_S5_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": ".L11410:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE13_M_deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE13_M_deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L11414:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE9constructIS5_JS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE9constructIS5_JS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " lea rcx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L11423", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L11423", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L11424", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L11424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11423:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L11424:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L11425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L11425", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": ".L11425:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L11432", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L11432", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L11427", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L11427", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " jmp .L11428", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L11428", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11427:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": ".L11428:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L11432:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost2io18ios_base_all_saverEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost2io18ios_base_all_saverEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost2io18ios_base_all_saverEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost2io18ios_base_all_saverEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost2io18ios_base_all_saverEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost2io18ios_base_all_saverEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost2io18ios_base_all_saverEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost2io18ios_base_all_saverEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEESA_ET0_T_SC_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEET_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEET_SB_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEET_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEET_SB_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEESA_ET1_T0_SC_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 601 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEESA_ET1_T0_SC_SB_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 603 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS3_EEvRS4_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE7destroyIS4_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE7destroyIS4_EEvPT_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_insert_unique_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EOT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERKS5_", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " je .L11447", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [ + { + "name": ".L11447", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE10_M_insert_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_EPSt18_Rb_tree_node_baseSJ_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE10_M_insert_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_EPSt18_Rb_tree_node_baseSJ_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " jmp .L11449", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2269 + }, + "labels": [ + { + "name": ".L11449", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11447:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": ".L11449:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseISt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS4_EET_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapISt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS4_EET_RKS8_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail8case_insIKcE2eqEcc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov edx, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-24], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call toupper", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " call toupper", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " cmp ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 46 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail8case_insIKcE2ltEcc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov edx, edi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-20], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-24], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call toupper", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " call toupper", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " cmp ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " setl al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 47 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE5clearERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [] + }, + { + "text": " je .L11465", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 504 + }, + "labels": [ + { + "name": ".L11465", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov r8, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov edx, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": " call r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 505 + }, + "labels": [] + }, + { + "text": ".L11465:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE13_M_deallocateEPS2_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " je .L11468", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 353 + }, + "labels": [ + { + "name": ".L11468", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE10deallocateERS3_PS2_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 354 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE10deallocateERS3_PS2_m", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": ".L11468:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idEEvT_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost7runtime16parameter_cla_idEEEvT_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost7runtime16parameter_cla_idEEEvT_S6_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE9constructIS3_JS3_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE9constructIS3_JS3_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L11483", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L11483", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_relocateEPS2_S5_S5_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_relocateEPS2_S5_S5_RS3_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_relocateEPS2_S5_S5_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_relocateEPS2_S5_S5_RS3_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L11484", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L11484", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11483:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L11484:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L11485", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L11485", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost7runtime16parameter_cla_idES2_EvT_S4_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idES2_EvT_S4_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": ".L11485:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rcx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " movabs rdx, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " imul rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE13_M_deallocateEPS2_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE13_M_deallocateEPS2_m", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L11492", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L11492", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L11487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L11487", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE7destroyIS2_EEvRS3_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE7destroyIS2_EEvRS3_PT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " jmp .L11488", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L11488", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11487:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost7runtime16parameter_cla_idES2_EvT_S4_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idES2_EvT_S4_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": ".L11488:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE13_M_deallocateEPS2_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE13_M_deallocateEPS2_m", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L11492:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE13assign_to_ownERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [] + }, + { + "text": " je .L11496", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 899 + }, + "labels": [ + { + "name": ".L11496", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [] + }, + { + "text": " je .L11495", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 901 + }, + "labels": [ + { + "name": ".L11495", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov edx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " call memcpy", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 910 + }, + "labels": [] + }, + { + "text": " jmp .L11496", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [ + { + "name": ".L11496", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11495:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " lea rsi, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 915 + }, + "labels": [] + }, + { + "text": ".L11496:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 918 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE37select_on_container_copy_constructionERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost7runtime16parameter_cla_idEEC1ERKS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost7runtime16parameter_cla_idEEC2ERKS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEEC2ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost7runtime16parameter_cla_idEEC2ERKS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSaIN5boost7runtime16parameter_cla_idEEC2ERKS2_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_M_create_storageEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " lea rdx, [rcx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEEPS4_ET0_T_SD_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEPS6_EET0_T_SF_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEPS6_EET0_T_SF_SE_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime6optionEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEC1EPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L11510", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L11510", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime6optionEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime6optionEEEvPT_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L11510:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE11lower_boundERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11lower_boundERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11lower_boundERS6_", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8key_compEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8key_compEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1143 + }, + "labels": [] + }, + { + "text": "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2458 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEEPSt13_Rb_tree_nodeISB_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEEPSt13_Rb_tree_nodeISB_EDpOT_", + "range": { + "startCol": 17, + "endCol": 261 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS6_", + "range": { + "startCol": 17, + "endCol": 230 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2465 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [] + }, + { + "text": " je .L11520", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2467 + }, + "labels": [ + { + "name": ".L11520", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSJ_PSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSJ_PSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " jmp .L11527", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2468 + }, + "labels": [ + { + "name": ".L11527", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11520:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2470 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [] + }, + { + "text": " jmp .L11527", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2471 + }, + "labels": [ + { + "name": ".L11527", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2475 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2476 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2473 + }, + "labels": [] + }, + { + "text": ".L11527:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2478 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti7type_idIbEElv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderIbE2idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderIbE2idEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentIbEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14typed_argumentIbEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost7runtime8argumentEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost7runtime8argumentEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZNSt25__lexicographical_compareILb0EE4__lcIPKcS3_EEbT_S4_T0_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1254 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1254 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1254 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16__iter_less_iterEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1259 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16__iter_less_iterEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1257 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1257 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1257 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1257 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1257 + }, + "labels": [] + }, + { + "text": " call _ZSt30__lexicographical_compare_implIPKcS1_N9__gnu_cxx5__ops15_Iter_less_iterEEbT_S5_T0_S6_T1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1257 + }, + "labels": [ + { + "name": "_ZSt30__lexicographical_compare_implIPKcS1_N9__gnu_cxx5__ops15_Iter_less_iterEEbT_S5_T0_S6_T1_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1260 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1260 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE14_M_create_nodeIJS5_IS4_SA_EEEEPSt13_Rb_tree_nodeISB_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE17_M_construct_nodeIJS5_IS4_SA_EEEEvPSt13_Rb_tree_nodeISB_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE17_M_construct_nodeIJS5_IS4_SA_EEEEvPSt13_Rb_tree_nodeISB_EDpOT_", + "range": { + "startCol": 17, + "endCol": 253 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE24_M_get_insert_unique_posERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 200", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L11541:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L11538", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11538", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-176], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-208]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store10lg_compareclENS_9unit_test13basic_cstringIKcEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store10lg_compareclENS_9unit_test13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L11539", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11539", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " jmp .L11540", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11540", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11539:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": ".L11540:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-168], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L11541", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11541", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11538:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L11542", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L11542", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-120], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEESE_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L11543", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L11543", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime11basic_paramEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L11546", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L11546", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11543:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": ".L11542:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-208]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store10lg_compareclENS_9unit_test13basic_cstringIKcEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store10lg_compareclENS_9unit_test13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L11545", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L11545", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime11basic_paramEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L11546", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L11546", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11545:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L11546:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEclERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEclERKSB_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSJ_PSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-80], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L11550", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11550", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L11550", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L11550", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16parameters_store10lg_compareclENS_9unit_test13basic_cstringIKcEES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16parameters_store10lg_compareclENS_9unit_test13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L11551", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11551", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11550:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L11552", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11552", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11551:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L11552:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEbEC2ISC_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEOT_RNSt16remove_referenceISE_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEOT_RNSt16remove_referenceISE_E4typeE", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 230 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1006 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1007 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS9_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEvT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost17reference_wrapperIKNS2_7runtime16parameter_cla_idEEEEEvT_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost17reference_wrapperIKNS2_7runtime16parameter_cla_idEEEEEvT_S9_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS9_EPSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L11579:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L11576", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L11576", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L11577", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L11577", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L11579", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L11579", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11577:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L11579", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L11579", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11576:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime3cla13rt_cla_detail14parameter_trieEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1EPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L11589", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L11589", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime3cla13rt_cla_detail14parameter_trieEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime3cla13rt_cla_detail14parameter_trieEEEvPT_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L11589:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_create_nodeIJS0_IcS8_EEEEPSt13_Rb_tree_nodeIS9_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE17_M_construct_nodeIJS0_IcS8_EEEEvPSt13_Rb_tree_nodeIS9_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE17_M_construct_nodeIJS0_IcS8_EEEEvPSt13_Rb_tree_nodeIS9_EDpOT_", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE24_M_get_insert_unique_posERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L11596:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L11593", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11593", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L11594", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11594", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " jmp .L11595", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11595", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11594:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": ".L11595:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L11596", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11596", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11593:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L11597", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L11597", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L11598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L11598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKcN5boost10shared_ptrINS6_7runtime3cla13rt_cla_detail14parameter_trieEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L11601", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L11601", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11598:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": ".L11597:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L11600", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L11600", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKcN5boost10shared_ptrINS6_7runtime3cla13rt_cla_detail14parameter_trieEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L11601", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L11601", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11600:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L11601:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEclERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEclERKS9_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSH_PSt13_Rb_tree_nodeIS9_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L11605", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11605", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L11605", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L11605", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L11606", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11606", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11605:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L11607", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11607", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11606:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L11607:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEbEC2ISA_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISC_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISC_E4typeE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost7runtime3cla13rt_cla_detail14parameter_trieEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost7runtime3cla13rt_cla_detail14parameter_trieEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleISA_ESt18is_move_assignableISA_EEE5valueEvE4typeERSA_SK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime3cla13rt_cla_detail14parameter_trieEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime3cla13rt_cla_detail14parameter_trieEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime3cla13rt_cla_detail14parameter_trieEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime3cla13rt_cla_detail14parameter_trieEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime3cla13rt_cla_detail14parameter_trieEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime3cla13rt_cla_detail14parameter_trieEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofIKNS_7runtime16parameter_cla_idEEEPT_RS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L11625", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L11625", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L11625:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L11626", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11626", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L11627", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11627", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11626:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " jmp .L11628", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11628", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11627:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L11628:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L11633", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11633", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " jmp .L11635", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11635", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11633:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L11635:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESt13move_iteratorIPS5_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESt13move_iteratorIPS5_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESt13move_iteratorIPS5_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESt13move_iteratorIPS5_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE7destroyIS5_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE7destroyIS6_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE7destroyIS6_EEvPT_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost7runtime11basic_paramEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost7runtime11basic_paramEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime11basic_paramEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime11basic_paramEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime11basic_paramEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime11basic_paramEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime11basic_paramEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime11basic_paramEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS9_EPKSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L11654:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L11651", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L11651", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L11652", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L11652", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L11654", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L11654", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11652:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L11654", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L11654", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11651:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11lower_boundERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_lower_boundEPSt13_Rb_tree_nodeISD_EPSt18_Rb_tree_node_baseRS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_lower_boundEPSt13_Rb_tree_nodeISD_EPSt18_Rb_tree_node_baseRS6_", + "range": { + "startCol": 17, + "endCol": 255 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_testltIKcEEbRKNS0_13basic_cstringIT_EES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 106 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " je .L11666", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [ + { + "name": ".L11666", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " jmp .L11668", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [ + { + "name": ".L11668", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11666:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE7compareEPS3_S5_m", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 108 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE7compareEPS3_S5_m", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " shr eax, 31", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": ".L11668:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/compare.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EEC2ES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EEC2ES6_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEEPSt13_Rb_tree_nodeISD_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEEvPSt13_Rb_tree_nodeISD_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEEvPSt13_Rb_tree_nodeISD_EDpOT_", + "range": { + "startCol": 17, + "endCol": 291 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L11675", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L11675", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L11676", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11676", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L11676", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11676", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L11677", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L11677", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11676:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L11677:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L11678", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L11678", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11678:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 219 + } + } + ] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11675:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L11680", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L11680", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L11681", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L11681", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11681:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L11683", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L11683", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L11684", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L11684", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11684:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11683:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 219 + } + } + ] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11680:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L11685", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L11685", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L11686", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L11686", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11686:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEppEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L11688", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L11688", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L11689", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L11689", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11689:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11688:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 219 + } + } + ] + }, + { + "text": " jmp .L11690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L11690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11685:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L11690:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEclERKSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEclERKSD_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSL_PSt13_Rb_tree_nodeISD_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L11694", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11694", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L11694", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L11694", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L11695", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11695", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11694:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L11696", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L11696", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11695:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L11696:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_put_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_put_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 225 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEC2IJS4_ELb1ELb1EEEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEEC2IS4_EEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEEC2IS4_EEOT_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 651 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEEC2EOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEE7_M_headERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEE7_M_headERS6_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardION5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZSt7forwardION5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EEC2IS4_EEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EEC2IS4_EEOT_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEEPSt13_Rb_tree_nodeISD_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEEvPSt13_Rb_tree_nodeISD_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEEvPSt13_Rb_tree_nodeISD_EDpOT_", + "range": { + "startCol": 17, + "endCol": 291 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE10deallocateERS7_PS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE10deallocateEPS7_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE10deallocateEPS7_m", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvT_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvT_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvT_SA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE9constructIS7_JRKS7_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L11718", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L11718", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L11718:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L11719", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11719", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L11720", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11720", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11719:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " jmp .L11721", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L11721", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11720:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L11721:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L11726", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11726", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE8allocateERS7_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE8allocateERS7_m", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " jmp .L11728", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L11728", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11726:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L11728:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_relocateEPS6_S9_S9_RS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE14_S_do_relocateEPS6_S9_S9_RS7_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE14_S_do_relocateEPS6_S9_S9_RS7_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt13move_iteratorIPS6_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt13move_iteratorIPS6_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt13move_iteratorIPS6_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt13move_iteratorIPS6_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES8_S7_ET0_T_SB_SA_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES8_S7_ET0_T_SB_SA_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7destroyIS6_EEvRS7_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE7destroyIS7_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE7destroyIS7_EEvPT_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_copy_dataERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZSt15__alloc_on_swapISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvRT_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZSt18__do_alloc_on_swapISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvRT_S9_St17integral_constantIbLb0EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZSt18__do_alloc_on_swapISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvRT_S9_St17integral_constantIbLb0EE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 648 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 648 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 648 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS4_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS4_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS4_E", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS4_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS4_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_max_sizeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE8max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE8max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE8allocateERS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb0EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIPKN5boost9unit_test13basic_cstringIKcEEPS4_S4_ET0_T_S9_S8_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIPKN5boost9unit_test13basic_cstringIKcEEPS4_ET0_T_S9_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIPKN5boost9unit_test13basic_cstringIKcEEPS4_ET0_T_S9_S8_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE24_M_get_insert_unique_posERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L11759:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L11756", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11756", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt13_Rb_tree_nodeIS4_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt13_Rb_tree_nodeIS4_E", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPKN5boost7runtime16parameter_cla_idEEclES4_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPKN5boost7runtime16parameter_cla_idEEclES4_S4_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L11757", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11757", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " jmp .L11758", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L11758", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11757:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": ".L11758:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L11759", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L11759", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11756:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L11760", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L11760", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEES7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEES7_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L11761", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L11761", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L11764", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L11764", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11761:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEmmEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": ".L11760:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPKN5boost7runtime16parameter_cla_idEEclES4_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPKN5boost7runtime16parameter_cla_idEEclES4_S4_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L11763", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L11763", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L11764", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L11764", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11763:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L11764:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1136 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_Alloc_nodeC2ERSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE10_M_insert_IS4_NSA_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS4_EPSt18_Rb_tree_node_baseSG_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L11771", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L11771", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L11771", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L11771", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1814 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERS4_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPKN5boost7runtime16parameter_cla_idEEclES4_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPKN5boost7runtime16parameter_cla_idEEclES4_S4_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L11772", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L11772", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11771:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L11773", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L11773", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11772:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L11773:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_Alloc_nodeclIS4_EEPSt13_Rb_tree_nodeIS4_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_Alloc_nodeclIS4_EEPSt13_Rb_tree_nodeIS4_EOT_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEbEC2IS6_bLb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPKN5boost7runtime16parameter_cla_idEEC2ERKSt17_Rb_tree_iteratorIS4_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE9constructIS5_JS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE9constructIS5_JS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_M_check_lenEmPS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_M_check_lenEmPS3_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L11784", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L11784", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L11785", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L11785", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11784:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L11785:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L11786", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L11786", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": ".L11786:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L11793", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L11793", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L11788", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L11788", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " jmp .L11789", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L11789", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11788:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": ".L11789:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L11793:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost9unit_test13basic_cstringIKcEEES5_E17_S_select_on_copyERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE37select_on_container_copy_constructionERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE37select_on_container_copy_constructionERKS5_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EmRKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_create_storageEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_create_storageEm", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " jmp .L11799", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": ".L11799", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": ".L11799:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS6_SaIS6_EEEEPS6_S6_ET0_T_SF_SE_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS6_SaIS6_EEEEPS6_ET0_T_SF_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS6_SaIS6_EEEEPS6_ET0_T_SF_SE_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 240 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IKbNSB_16optional_value_tERSN_EEEENS3_IT_SK_EERKSR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEC1ERKS8_RKSM_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSF_EENS3_INS4_ISF_NS7_9env_var_tESH_EENS4_ISF_NS7_13description_tESH_EEEEEEEEEcmINS4_IS5_NS7_15default_value_tES9_EEEENS3_IT_SP_EERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEEC1ERKS8_RKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SS_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 480 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SN_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 480 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SQ_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 480 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 498 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC2EOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2EOS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2EOS5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1111 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENS9_INSA_IKS6_NSD_6help_tERSJ_EENS9_INSA_ISJ_NSD_9env_var_tESL_EENSA_ISJ_NSD_13description_tESL_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENS9_INSA_IKS6_NSD_6help_tERSJ_EENS9_INSA_ISJ_NSD_9env_var_tESL_EENSA_ISJ_NSD_13description_tESL_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENS9_INSA_IKS6_NSD_6help_tERSJ_EENS9_INSA_ISJ_NSD_9env_var_tESL_EENSA_ISJ_NSD_13description_tESL_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_", + "range": { + "startCol": 17, + "endCol": 455 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost7runtime16parameter_cla_idEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSaIN5boost7runtime16parameter_cla_idEEC2Ev", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 133 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 134 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordISA_Lb0EEEEET_RKT0_T1_SU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordISA_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordISA_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "range": { + "startCol": 17, + "endCol": 417 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "range": { + "startCol": 17, + "endCol": 417 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterIbLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSI_EENS5_INS6_ISI_NS8_9env_var_tESK_EENS6_ISI_NS8_13description_tESK_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_ST_Lb0EEEEET_RKT0_T1_SZ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_ST_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS11_S12_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_ST_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS11_S12_", + "range": { + "startCol": 17, + "endCol": 488 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_6help_tELb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_6help_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_6help_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 499 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_SQ_Lb0EEEEET_RKT0_T1_SZ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS11_S12_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS11_S12_", + "range": { + "startCol": 17, + "endCol": 488 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_12value_hint_tELb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 506 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_NSD_12_GLOBAL__N_110callback_tERSH_EENS9_INSA_IKS6_NSI_9env_var_tERSM_EENSA_ISM_NSI_13description_tESO_EEEEEENS0_7keywordISJ_Lb0EEEEET_RKT0_T1_SW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_NSD_12_GLOBAL__N_110callback_tERSH_EENS9_INSA_IKS6_NSI_9env_var_tERSM_EENSA_ISM_NSI_13description_tESO_EEEEEENS0_7keywordISJ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_NSD_12_GLOBAL__N_110callback_tERSH_EENS9_INSA_IKS6_NSI_9env_var_tERSM_EENSA_ISM_NSI_13description_tESO_EEEEEENS0_7keywordISJ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_", + "range": { + "startCol": 17, + "endCol": 445 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_16optional_value_tELb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 500 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_15default_value_tELb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 499 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSD_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSM_EENSB_INSC_IKSK_NSN_9env_var_tERSR_EENSC_ISR_NSN_13description_tEST_EEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS3_INS4_IKbNSB_15default_value_tERSF_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEcmINS4_ISF_NSB_16optional_value_tESH_EEEENS3_IT_SP_EERKSU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEC1ERKS8_RKSP_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SS_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 480 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SL_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SL_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SL_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 480 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SQ_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 480 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_NSC_12value_hint_tELb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 498 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS9_INSA_IKS6_NSD_6help_tERSH_EENS9_INSA_ISB_NSD_15default_value_tESF_EENS9_INSA_ISH_NSD_9env_var_tESJ_EENSA_ISH_NSD_13description_tESJ_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS9_INSA_IKS6_NSD_6help_tERSH_EENS9_INSA_ISB_NSD_15default_value_tESF_EENS9_INSA_ISH_NSD_9env_var_tESJ_EENSA_ISH_NSD_13description_tESJ_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS9_INSA_IKS6_NSD_6help_tERSH_EENS9_INSA_ISB_NSD_15default_value_tESF_EENS9_INSA_ISH_NSD_9env_var_tESJ_EENSA_ISH_NSD_13description_tESJ_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_", + "range": { + "startCol": 17, + "endCol": 455 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "range": { + "startCol": 17, + "endCol": 417 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordISI_Lb0EEEEET_RKT0_T1_SU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordISI_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordISI_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "range": { + "startCol": 17, + "endCol": 417 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterIbLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS7_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSG_EENS5_INS6_IS7_NS8_15default_value_tESA_EENS5_INS6_ISG_NS8_9env_var_tESI_EENS6_ISG_NS8_13description_tESI_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 519 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 519 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 519 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 519 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKlNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKlNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKlNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 494 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 457 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 457 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterImLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKlNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_16optional_value_tERSO_EENS4_INS5_ISO_NSB_15default_value_tESQ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_S11_Lb0EEEEET_RKT0_T1_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_S11_Lb0EEEEET_RKT0_T1_S1A_", + "range": { + "startCol": 17, + "endCol": 515 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S1A_", + "range": { + "startCol": 17, + "endCol": 514 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S1A_", + "range": { + "startCol": 17, + "endCol": 514 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S1B_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S1B_", + "range": { + "startCol": 17, + "endCol": 530 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 320 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L11885", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11885", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L11886", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11886", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11885:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L11887", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11887", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11886:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L11887:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_16optional_value_tERSQ_EENS9_INSA_ISQ_NSD_15default_value_tESS_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S18_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_16optional_value_tERSQ_EENS9_INSA_ISQ_NSD_15default_value_tESS_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S18_", + "range": { + "startCol": 17, + "endCol": 487 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L11908", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L11908", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L11890", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L11890", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L11892", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L11892", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L11894", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L11894", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L11896", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L11896", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L11898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L11898", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L11898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L11898", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11898:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11896:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11894:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11892:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11890:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11908:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_16optional_value_tERSP_EENS7_INS8_ISP_NSD_15default_value_tESR_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_16optional_value_tERSP_EENS7_INS8_ISP_NSD_15default_value_tESR_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S14_", + "range": { + "startCol": 17, + "endCol": 455 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+48], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISR_Lb0EEEEET_RKT0_T1_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISR_Lb0EEEEET_RKT0_T1_S14_", + "range": { + "startCol": 17, + "endCol": 455 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+52], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L11912", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L11912", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L11912:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEE3hasENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L11920:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L11921", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L11921", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L11920", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L11920", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11921:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L11925", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L11925", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEEEET_v", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " jmp .L11927", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L11927", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11925:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L11927:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_M_check_lenEmPS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_M_check_lenEmPS3_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L11932", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L11932", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L11933", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L11933", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11932:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L11933:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L11934", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L11934", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": ".L11934:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L11941", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L11941", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L11936", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L11936", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " jmp .L11937", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L11937", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11936:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": ".L11937:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L11941:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 471 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 471 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 471 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_", + "range": { + "startCol": 17, + "endCol": 487 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 277 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L11943", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11943", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L11944", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11944", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11943:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L11945", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11945", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11944:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L11945:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_", + "range": { + "startCol": 17, + "endCol": 444 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L11965", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L11965", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L11948", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L11948", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L11950", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L11950", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L11952", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L11952", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L11954", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L11954", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L11956", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L11956", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11956:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11954:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11952:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11950:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11948:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11965:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_", + "range": { + "startCol": 17, + "endCol": 432 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+48], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 412 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+52], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L11969", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L11969", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L11969:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_9log_levelEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 466 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 466 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 466 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_", + "range": { + "startCol": 17, + "endCol": 482 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 272 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L11971", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11971", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L11972", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11972", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11971:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L11973", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L11973", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L11972:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L11973:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_9log_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_9log_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_", + "range": { + "startCol": 17, + "endCol": 439 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L11994", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L11994", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L11976", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L11976", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L11978", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L11978", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L11980", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L11980", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L11982", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L11982", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L11984", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L11984", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L11984", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L11984", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11984:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11982:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11980:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11978:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11976:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L11994:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_", + "range": { + "startCol": 17, + "endCol": 427 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+48], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 407 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+52], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L11998", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L11998", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L11998:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L12004:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L12005", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L12005", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L12004", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L12004", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12005:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L12009", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L12009", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEEEET_v", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " jmp .L12011", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L12011", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12009:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L12011:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SO_Lb0EEEEET_RKT0_T1_SV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "range": { + "startCol": 17, + "endCol": 432 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_SV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "range": { + "startCol": 17, + "endCol": 432 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SM_Lb0EEEEET_RKT0_T1_SV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SM_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SM_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "range": { + "startCol": 17, + "endCol": 432 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_SV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "range": { + "startCol": 17, + "endCol": 432 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_ST_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSV_SW_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSV_SW_", + "range": { + "startCol": 17, + "endCol": 407 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEET_RKT0_T1_SW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_", + "range": { + "startCol": 17, + "endCol": 444 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEET_RKT0_T1_SW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_", + "range": { + "startCol": 17, + "endCol": 443 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SV_Lb0EEEEET_RKT0_T1_S12_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SV_Lb0EEEEET_RKT0_T1_S12_", + "range": { + "startCol": 17, + "endCol": 427 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S12_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S12_", + "range": { + "startCol": 17, + "endCol": 427 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_ST_Lb0EEEEET_RKT0_T1_S12_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_ST_Lb0EEEEET_RKT0_T1_S12_", + "range": { + "startCol": 17, + "endCol": 427 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S13_", + "range": { + "startCol": 17, + "endCol": 443 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L12030", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L12030", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L12031", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L12031", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12030:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L12032", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L12032", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12031:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L12032:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S10_", + "range": { + "startCol": 17, + "endCol": 400 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L12052", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L12052", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L12035", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L12035", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L12037", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L12037", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L12039", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L12039", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L12041", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L12041", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L12043", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L12043", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12043:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12041:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12039:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12037:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12035:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12052:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 387 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+48], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_15default_value_tELb0EEEEET_RKT0_T1_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_15default_value_tELb0EEEEET_RKT0_T1_SX_", + "range": { + "startCol": 17, + "endCol": 386 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+52], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L12056", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L12056", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L12056:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 519 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 519 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 519 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 519 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKjNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKjNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKjNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 494 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 457 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 457 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterIjLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKjNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_12report_levelEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-256], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov eax, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], r8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-260], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-264], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime11basic_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime11basic_paramE", + "range": { + "startCol": 34, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 470 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 470 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_", + "range": { + "startCol": 17, + "endCol": 470 + } + } + ] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_", + "range": { + "startCol": 17, + "endCol": 486 + } + } + ] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-260]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+168], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rbp-264]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+169], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+170]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+171]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 276 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jne .L12077", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L12077", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-264], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " je .L12078", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L12078", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12077:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " jmp .L12079", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [ + { + "name": ".L12079", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12078:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": ".L12079:", + "source": null, + "labels": [] + }, + { + "text": " movzx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIbEC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+176]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-272]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_12report_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_12report_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_", + "range": { + "startCol": 17, + "endCol": 443 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC156", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": ".LC156", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-256]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 147 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L12100", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L12100", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-225]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " jmp .L12082", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 137 + }, + "labels": [ + { + "name": ".L12082", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " jmp .L12084", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 138 + }, + "labels": [ + { + "name": ".L12084", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [] + }, + { + "text": " jmp .L12086", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 139 + }, + "labels": [ + { + "name": ".L12086", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [] + }, + { + "text": " jmp .L12088", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 140 + }, + "labels": [ + { + "name": ".L12088", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L12090", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L12090", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " jmp .L12090", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [ + { + "name": ".L12090", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12090:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12088:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12086:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12084:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12082:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": ".L12100:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EEC1INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 177 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_", + "range": { + "startCol": 17, + "endCol": 431 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+48], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp7opt_getINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [ + { + "name": "_ZN5boost3nfp7opt_getINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_", + "range": { + "startCol": 17, + "endCol": 411 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rdx+52], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " jmp .L12104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [ + { + "name": ".L12104", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 178 + }, + "labels": [] + }, + { + "text": ".L12104:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEED2Ev", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L12110:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L12111", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L12111", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L12110", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L12110", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12111:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L12115", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L12115", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEEEET_v", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " jmp .L12117", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L12117", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12115:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L12117:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/initializer_list", + "line": 71 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 478 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 478 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 478 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 478 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_15default_value_tERSP_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_15default_value_tERSP_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_15default_value_tERSP_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_", + "range": { + "startCol": 17, + "endCol": 502 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 490 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordISN_Lb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordISN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordISN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 468 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_15default_value_tERSO_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_E3hasENS0_7keywordISB_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 443 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 443 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_9env_var_tELb0EEEEET_RKT0_T1_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_9env_var_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_9env_var_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_", + "range": { + "startCol": 17, + "endCol": 458 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 443 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_16optional_value_tERSP_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_16optional_value_tERSP_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_16optional_value_tERSP_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 468 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordISN_Lb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordISN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordISN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 433 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEET_RKT0_T1_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_", + "range": { + "startCol": 17, + "endCol": 455 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_16optional_value_tERSO_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 68 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_E3hasENS0_7keywordISB_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IKbNSA_16optional_value_tERSG_EEEENS0_23named_parameter_combineIT_SD_EERKSL_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEC1ERKS8_RKSG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS4_IKNS_9unit_test13basic_cstringIKcEENS7_13description_tERSF_EEEEEcmINS4_IS5_NS7_15default_value_tES9_EEEENS3_IT_SJ_EERKSO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEEC1ERKS8_RKSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 171 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_SN_Lb0EEEEET_RKT0_T1_SU_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_SN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_SN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_", + "range": { + "startCol": 17, + "endCol": 411 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_6help_tELb0EEEEET_RKT0_T1_SV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_6help_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_6help_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "range": { + "startCol": 17, + "endCol": 422 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_9env_var_tELb0EEEEET_RKT0_T1_SV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_9env_var_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_9env_var_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "range": { + "startCol": 17, + "endCol": 425 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEET_RKT0_T1_SV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_", + "range": { + "startCol": 17, + "endCol": 429 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEE3hasENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 199 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENSA_IKS6_NSD_13description_tERSJ_EEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SS_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENSA_IKS6_NSD_13description_tERSJ_EEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSU_SV_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENSA_IKS6_NSD_13description_tERSJ_EEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSU_SV_", + "range": { + "startCol": 17, + "endCol": 386 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordISA_Lb0EEEEET_RKT0_T1_SO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordISA_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSQ_SR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordISA_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSQ_SR_", + "range": { + "startCol": 17, + "endCol": 350 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SO_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSQ_SR_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSQ_SR_", + "range": { + "startCol": 17, + "endCol": 350 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterIbLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS6_IKNS_9unit_test13basic_cstringIKcEENS8_13description_tERSI_EEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_eraseEPSt13_Rb_tree_nodeISD_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1913 + }, + "labels": [] + }, + { + "text": ".L12192:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [] + }, + { + "text": " je .L12193", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L12193", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_eraseEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1919 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_eraseEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1920 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1921 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1922 + }, + "labels": [] + }, + { + "text": " jmp .L12192", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1917 + }, + "labels": [ + { + "name": ".L12192", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12193:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 748 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 749 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EixENS0_7keywordIS9_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L12197", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L12197", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L12199", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L12199", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12197:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L12199:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS7_EENS2_IS7_NS9_15end_of_params_tESB_EEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime3cla6parserES4_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime3cla6parserEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost7runtime3cla6parserEEONSt16remove_referenceIT_E4typeEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost7runtime3cla6parserEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS9_ESt18is_move_assignableIS9_EEE5valueEvE4typeERS9_SJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime3cla6parserEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime3cla6parserEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime3cla6parserEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime3cla6parserEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime3cla6parserEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime3cla6parserEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4findERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPSt13_Rb_tree_nodeISB_EPSt18_Rb_tree_node_baseRS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPSt13_Rb_tree_nodeISB_EPSt18_Rb_tree_node_baseRS6_", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2553 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2554 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " jne .L12207", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": ".L12207", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [] + }, + { + "text": " je .L12208", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2555 + }, + "labels": [ + { + "name": ".L12208", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12207:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " jmp .L12210", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [ + { + "name": ".L12210", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12208:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2556 + }, + "labels": [] + }, + { + "text": ".L12210:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2557 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE2idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE4instEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyINS0_13output_formatEEC2ES2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINS0_13output_formatEEC2ES2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINS0_13output_formatEEC2ES2_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test13output_formatEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function0IvE9assign_toIPFvvEEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerIPFvvEE6manageERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerIPFvvEE6manageERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function22void_function_invoker0IPFvvEvE6invokeERNS1_15function_bufferE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function22void_function_invoker0IPFvvEvE6invokeERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": "_ZN5boost9function0IvE9assign_toIPFvvEEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function0IvE9assign_toIPFvvEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toIPFvvEEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toIPFvvEEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toIPFvvEEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L12223", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L12223", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function0IvE9assign_toIPFvvEEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function0IvE9assign_toIPFvvEEEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 108 + } + } + ] + }, + { + "text": " or QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 948 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L12225", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L12225", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12223:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L12225:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10test_tools9tt_detail15equal_impl_frwd9call_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EENS0_16assertion_resultERKT_RKT0_N4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 130 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail10equal_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES7_EENS0_16assertion_resultERKT_RKT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 130 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail10equal_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES7_EENS0_16assertion_resultERKT_RKT0_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EC2ERKS2_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC2Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamC2Eb", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE", + "range": { + "startCol": 34, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": ".LC756:", + "source": null, + "labels": [] + }, + { + "text": " .string \"basic_string::_M_construct null not valid\"", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 206 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 206 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__is_null_pointerIKcEEbPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__is_null_pointerIKcEEbPT_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [] + }, + { + "text": " je .L12231", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [ + { + "name": ".L12231", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [] + }, + { + "text": " je .L12231", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [ + { + "name": ".L12231", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [] + }, + { + "text": " jmp .L12232", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [ + { + "name": ".L12232", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12231:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [] + }, + { + "text": ".L12232:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [] + }, + { + "text": " je .L12233", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 211 + }, + "labels": [ + { + "name": ".L12233", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC756", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 212 + }, + "labels": [ + { + "name": ".LC756", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call _ZSt19__throw_logic_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 212 + }, + "labels": [] + }, + { + "text": ".L12233:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZSt8distanceIPKcENSt15iterator_traitsIT_E15difference_typeES3_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 215 + }, + "labels": [ + { + "name": "_ZSt8distanceIPKcENSt15iterator_traitsIT_E15difference_typeES3_S3_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 217 + }, + "labels": [] + }, + { + "text": " cmp rax, 15", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 217 + }, + "labels": [] + }, + { + "text": " jbe .L12234", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 217 + }, + "labels": [ + { + "name": ".L12234", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rcx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_createERmm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7_M_dataEPc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE11_M_capacityEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 220 + }, + "labels": [] + }, + { + "text": ".L12234:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7_M_dataEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_S_copy_charsEPcPKcS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE13_M_set_lengthEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 232 + }, + "labels": [] + }, + { + "text": " jmp .L12239", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 233 + }, + "labels": [ + { + "name": ".L12239", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 226 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE10_M_disposeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 228 + }, + "labels": [] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 226 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 226 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 226 + }, + "labels": [] + }, + { + "text": ".L12239:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 233 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 233 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.tcc", + "line": 233 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIcE10deallocateEPcm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIcE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIcE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L12242", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L12242", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L12242:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE10deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost9unit_test13basic_cstringIKcEEEEvT_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEclERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEclERKSB_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE", + "range": { + "startCol": 34, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE11operator_fnEPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 96 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZN5boost10wrapexceptINS_17bad_function_callEE9copy_fromEPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 120 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_23basic_wrap_stringstreamIcEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEC1EPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L12260", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L12260", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_23basic_wrap_stringstreamIcEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_23basic_wrap_stringstreamIcEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L12260:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE8max_sizeERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L12266", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L12266", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE8allocateERS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE8allocateERS9_m", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " jmp .L12268", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L12268", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12266:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L12268:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE10deallocateERS9_PS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE10deallocateEPS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE10deallocateEPS9_m", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt25__uninitialized_default_nIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEmET_SA_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 614 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 614 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 619 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 623 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 623 + }, + "labels": [] + }, + { + "text": " call _ZNSt27__uninitialized_default_n_1ILb0EE18__uninit_default_nIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EEmEET_SC_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 623 + }, + "labels": [ + { + "name": "_ZNSt27__uninitialized_default_n_1ILb0EE18__uninit_default_nIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EEmEET_SC_T0_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 624 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 624 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EEEEvT_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L12274:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L12275", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12275", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvPT_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L12274", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12274", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12275:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator15stack_decoratorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator15stack_decoratorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator15stack_decoratorE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator15stack_decoratorD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator15stack_decoratorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9decorator15stack_decoratorEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L12281", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L12281", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L12281:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE", + "range": { + "startCol": 34, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator5labelD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator5labelE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator5labelE", + "range": { + "startCol": 34, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator5labelD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator5labelD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9decorator5labelEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L12287", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L12287", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L12287:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator17expected_failuresD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator17expected_failuresE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator17expected_failuresE", + "range": { + "startCol": 34, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator17expected_failuresD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator17expected_failuresD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9decorator17expected_failuresEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L12293", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L12293", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L12293:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE", + "range": { + "startCol": 34, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator7timeoutD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator7timeoutE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator7timeoutE", + "range": { + "startCol": 34, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator7timeoutD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator7timeoutD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9decorator7timeoutEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L12299", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L12299", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L12299:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE", + "range": { + "startCol": 34, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11descriptionD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator11descriptionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator11descriptionE", + "range": { + "startCol": 34, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator11descriptionD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11descriptionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9decorator11descriptionEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L12305", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L12305", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L12305:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE", + "range": { + "startCol": 34, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator10depends_onD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator10depends_onE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator10depends_onE", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator10depends_onD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator10depends_onD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 193 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9decorator10depends_onEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L12311", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L12311", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L12311:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator9fixture_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator9fixture_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator9fixture_tE", + "range": { + "startCol": 34, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator9fixture_tD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator9fixture_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9decorator9fixture_tEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L12317", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L12317", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L12317:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE", + "range": { + "startCol": 34, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator12preconditionD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9decorator12preconditionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9decorator12preconditionE", + "range": { + "startCol": 34, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator4baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator4baseD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9decorator12preconditionD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator12preconditionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/decorator.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9decorator12preconditionEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L12323", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L12323", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L12323:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb1EE9__destroyIPmEEvT_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvT_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L12330:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L12331", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12331", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L12330", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12330", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12331:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES6_E17_S_select_on_copyERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE37select_on_container_copy_constructionERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE37select_on_container_copy_constructionERKS6_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EmRKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_create_storageEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_create_storageEm", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " jmp .L12339", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [ + { + "name": ".L12339", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 304 + }, + "labels": [] + }, + { + "text": ".L12339:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 305 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_S7_ET0_T_SG_SF_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost8functionIFNS_10test_tools16assertion_resultEmEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost8functionIFNS2_10test_tools16assertion_resultEmEEEEEvT_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L12348:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L12349", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12349", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L12348", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12348", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12349:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS2_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE7destroyIS3_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE7destroyIS3_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS2_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE10deallocateERS5_PS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE10deallocateERS5_PS4_m", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt4pairIN5boost10shared_ptrINS3_9unit_test19test_unit_generatorEEESt6vectorINS4_INS5_9decorator4baseEEESaISB_EEEEEvT_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L12358:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L12359", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12359", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvPT_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L12358", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12358", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12359:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS7_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEEvT_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L12367:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L12368", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12368", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvPT_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L12367", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12368:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE7destroyIS8_EEvRSA_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE7destroyIS8_EEvRSA_PT_", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE10deallocateERSA_PS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE10deallocateERSA_PS9_m", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufImE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufImE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufImE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE7destroyImEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE10deallocateERS2_PS1_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE10deallocateEPS2_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE10deallocateEPS2_m", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEEONSt16remove_referenceIT_E4typeEOS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEEC2ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEEC2ERKS7_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIcEEC2ERKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L12384", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L12384", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L12385", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L12385", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L12385", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L12385", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L12386", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L12386", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12385:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L12386:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L12387", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L12387", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12387:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12384:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L12389", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L12389", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L12390", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L12390", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12390:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEmmEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L12392", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L12392", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L12393", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L12393", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12393:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12392:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12389:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L12394", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L12394", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L12395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L12395", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12395:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEppEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L12397", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L12397", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L12398", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L12398", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12398:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12397:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE24_M_get_insert_unique_posERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE24_M_get_insert_unique_posERS1_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " jmp .L12399", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L12399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12394:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L12399:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKcPS1_EEclERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE10_M_insert_IRKS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSH_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L12405", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L12405", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L12405", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L12405", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKcPS1_EEclERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKcPS1_EEclERKS3_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L12406", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L12406", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12405:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L12407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L12407", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12406:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L12407:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE7destroyIS4_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE7destroyIS4_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKcPS1_EEclERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKcPS1_EEclERKS3_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEENSt15iterator_traitsIT_E17iterator_categoryERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " sar rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": ".L12428:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jle .L12422", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L12422", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " je .L12423", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": ".L12423", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [] + }, + { + "text": " jmp .L12424", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [ + { + "name": ".L12424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12423:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " je .L12425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L12425", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [] + }, + { + "text": " jmp .L12424", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [ + { + "name": ".L12424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12425:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " je .L12426", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": ".L12426", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [] + }, + { + "text": " jmp .L12424", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [ + { + "name": ".L12424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12426:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " je .L12427", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": ".L12427", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [] + }, + { + "text": " jmp .L12424", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [ + { + "name": ".L12424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12427:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jmp .L12428", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L12428", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12422:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L12429", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12429", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " jg .L12430", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12430", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L12431", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12431", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L12432", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12432", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " jmp .L12430", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12430", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12429:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " je .L12433", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L12433", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [] + }, + { + "text": " jmp .L12424", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [ + { + "name": ".L12424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12433:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": ".L12432:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " je .L12434", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": ".L12434", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [] + }, + { + "text": " jmp .L12424", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [ + { + "name": ".L12424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12434:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": ".L12431:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " je .L12435", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": ".L12435", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [] + }, + { + "text": " jmp .L12424", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [ + { + "name": ".L12424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12435:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": ".L12430:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": ".L12424:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": "_ZSt19__iterator_categoryIPKcENSt15iterator_traitsIT_E17iterator_categoryERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_types.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt9__find_ifIPKcN9__gnu_cxx5__ops16_Iter_equals_valIS0_EEET_S6_S6_T0_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1924 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " sar rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1928 + }, + "labels": [] + }, + { + "text": ".L12445:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jle .L12439", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L12439", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [] + }, + { + "text": " je .L12440", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1932 + }, + "labels": [ + { + "name": ".L12440", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [] + }, + { + "text": " jmp .L12441", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1933 + }, + "labels": [ + { + "name": ".L12441", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12440:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " je .L12442", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L12442", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [] + }, + { + "text": " jmp .L12441", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1937 + }, + "labels": [ + { + "name": ".L12441", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12442:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " je .L12443", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1940 + }, + "labels": [ + { + "name": ".L12443", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [] + }, + { + "text": " jmp .L12441", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1941 + }, + "labels": [ + { + "name": ".L12441", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12443:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1942 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [] + }, + { + "text": " je .L12444", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1944 + }, + "labels": [ + { + "name": ".L12444", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [] + }, + { + "text": " jmp .L12441", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1945 + }, + "labels": [ + { + "name": ".L12441", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12444:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " jmp .L12445", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1930 + }, + "labels": [ + { + "name": ".L12445", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12439:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L12446", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12446", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " jg .L12447", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12447", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L12448", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12448", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [] + }, + { + "text": " je .L12449", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12449", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " jmp .L12447", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1949 + }, + "labels": [ + { + "name": ".L12447", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12446:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " je .L12450", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L12450", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [] + }, + { + "text": " jmp .L12441", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1953 + }, + "labels": [ + { + "name": ".L12441", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12450:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": ".L12449:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [] + }, + { + "text": " je .L12451", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1957 + }, + "labels": [ + { + "name": ".L12451", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [] + }, + { + "text": " jmp .L12441", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1958 + }, + "labels": [ + { + "name": ".L12441", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12451:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1959 + }, + "labels": [] + }, + { + "text": ".L12448:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " je .L12452", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1962 + }, + "labels": [ + { + "name": ".L12452", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [] + }, + { + "text": " jmp .L12441", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1963 + }, + "labels": [ + { + "name": ".L12441", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12452:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1964 + }, + "labels": [] + }, + { + "text": ".L12447:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": ".L12441:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 441 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE8allocateERS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE8allocateERS8_m", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": "_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEC2ERS8_PS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [ + { + "name": "_ZSt11__addressofISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 54 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " je .L12462", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 72 + }, + "labels": [ + { + "name": ".L12462", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": ".L12462:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 74 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 74 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 74 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE9constructIS6_JS6_EEEvRS8_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS7_JS7_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS7_JS7_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEaSEDn:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 81 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNSt7__cxx1110_List_baseImSaImEE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 441 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeImEEE8allocateERS2_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE8allocateERS2_m", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_list.h", + "line": 442 + }, + "labels": [] + }, + { + "text": "_ZNSt15__allocated_ptrISaISt10_List_nodeImEEEC2ERS2_PS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISaISt10_List_nodeImEEEPT_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [ + { + "name": "_ZSt11__addressofISaISt10_List_nodeImEEEPT_RS3_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 53 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 54 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 54 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 54 + }, + "labels": [] + }, + { + "text": "_ZNSt15__allocated_ptrISaISt10_List_nodeImEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " je .L12475", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 72 + }, + "labels": [ + { + "name": ".L12475", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt10_List_nodeImEEE10deallocateERS2_PS1_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE10deallocateERS2_PS1_m", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": ".L12475:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 74 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 74 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 74 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE9constructImJRKmEEEvRS2_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE9constructImJRKmEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE9constructImJRKmEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt15__allocated_ptrISaISt10_List_nodeImEEEaSEDn:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 81 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocated_ptr.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE8allocateERSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE8allocateERSA_m", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJS0_INS3_9test_unit19readonly_property62ES6_EEEEvPSt13_Rb_tree_nodeIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 152", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE9constructIS8_JS1_INS4_9test_unit19readonly_property62ES7_EEEEvRSA_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE9constructIS8_JS1_INS4_9test_unit19readonly_property62ES7_EEEEvRSA_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " jmp .L12487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L12487", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L12487:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test6output10junit_impl16junit_log_helperEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEOT_RNSt16remove_referenceISC_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEOT_RNSt16remove_referenceISC_E4typeE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRS1_Lb1EEEOT_RKS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 323 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEclERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEOT_RNSt16remove_referenceISA_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " movabs rax, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt13move_iteratorIPS5_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC1ES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES7_S6_ET0_T_SA_S9_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES7_ET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES7_ET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE7destroyIS6_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKmLb0EEC2ES1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 152", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEEvRSA_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEEvRSA_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " jmp .L12515", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L12515", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L12515:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRS1_Lb1EEERKS1_OT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 337 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRS1_S4_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISG_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE7destroyISH_EEvRSJ_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE7destroyISH_EEvRSJ_PT_", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_put_nodeEPSt13_Rb_tree_nodeISG_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE10deallocateERSJ_PSI_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE10deallocateERSJ_PSI_m", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_lower_boundEPSt13_Rb_tree_nodeISG_EPSt18_Rb_tree_node_baseRS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L12536:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L12533", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L12533", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L12534", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L12534", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L12536", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L12536", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12534:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L12536", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L12536", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12533:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2IS5_EEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2IS5_EEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2IS5_EEOT_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE7_M_headERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE7_M_headERS7_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2IS5_EEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE8allocateERSJ_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE8allocateERSJ_m", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEEvPSt13_Rb_tree_nodeISG_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 96", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE9constructISH_JRKSt21piecewise_construct_tSt5tupleIJOS7_EESP_IJEEEEEvRSJ_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE9constructISH_JRKSt21piecewise_construct_tSt5tupleIJOS7_EESP_IJEEEEEvRSJ_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 262 + } + } + ] + }, + { + "text": " jmp .L12553", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L12553", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_put_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_put_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L12553:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE24_M_get_insert_unique_posERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L12566:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L12563", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L12563", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L12564", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L12564", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " jmp .L12565", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L12565", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12564:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": ".L12565:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L12566", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L12566", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12563:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L12567", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L12567", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEESJ_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEESJ_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L12568", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L12568", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSC_5debug16dbg_startup_infoEEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L12571", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L12571", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12568:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": ".L12567:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L12570", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L12570", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSC_5debug16dbg_startup_infoEEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L12571", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L12571", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12570:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L12571:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEclERKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerIPFvRKNS_5debug16dbg_startup_infoEEE6manageERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerIPFvRKNS_5debug16dbg_startup_infoEEE6manageERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function22void_function_invoker1IPFvRKNS_5debug16dbg_startup_infoEEvS6_E6invokeERNS1_15function_bufferES6_", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function22void_function_invoker1IPFvRKNS_5debug16dbg_startup_infoEEvS6_E6invokeERNS1_15function_bufferES6_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 126 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS6_EEEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS6_EEEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L12583", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L12583", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 140 + } + } + ] + }, + { + "text": " or QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 948 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L12585", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L12585", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12583:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L12585:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2ES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEEvPSt13_Rb_tree_nodeISG_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 96", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE9constructISH_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESP_IJEEEEEvRSJ_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE9constructISH_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESP_IJEEEEEvRSJ_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 262 + } + } + ] + }, + { + "text": " jmp .L12592", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L12592", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_put_nodeEPSt13_Rb_tree_nodeISG_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_put_nodeEPSt13_Rb_tree_nodeISG_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L12592:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE9constructIS6_JS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L12595", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L12595", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L12595:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L12596", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12596", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L12597", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12597", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12596:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " jmp .L12598", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12598", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12597:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L12598:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L12603", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L12603", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " jmp .L12605", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L12605", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12603:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L12605:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt13move_iteratorIPS5_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt13move_iteratorIPS5_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt13move_iteratorIPS5_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt13move_iteratorIPS5_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE7destroyIS5_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE7destroyIS6_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE7destroyIS6_EEvPT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZSt8distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E15difference_typeESE_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSE_", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZSt10__distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E15difference_typeESE_SE_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [ + { + "name": "_ZSt10__distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E15difference_typeESE_SE_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_move_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " call _ZSt18make_move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEESt13move_iteratorIT_ES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [ + { + "name": "_ZSt18make_move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEESt13move_iteratorIT_ES8_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " call _ZSt18make_move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEESt13move_iteratorIT_ES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [ + { + "name": "_ZSt18make_move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEESt13move_iteratorIT_ES8_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 333 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_S6_ET0_T_SA_S9_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZSt13move_backwardIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET0_T_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt22__copy_move_backward_aILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt22__copy_move_backward_aILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": "_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET0_T_SE_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEET_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEET_SD_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEET_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEET_SD_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb0EN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET1_T0_SE_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb0EN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET1_T0_SE_SD_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": "_ZSt7advanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEmEvRT_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 202 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 202 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 206 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSE_", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 206 + }, + "labels": [] + }, + { + "text": " call _ZSt9__advanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEElEvRT_T0_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 206 + }, + "labels": [ + { + "name": "_ZSt9__advanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEElEvRT_T0_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 207 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_S7_ET0_T_SE_SD_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_ET0_T_SE_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_ET0_T_SE_SD_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEEET_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESE_ET1_T0_SG_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESB_ET_SF_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESB_ET_SF_T0_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE7destroyIS9_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEEEEvT_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L12632:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L12633", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12633", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L12632", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12632", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12633:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE9constructIS9_JS9_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt13move_backwardIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt22__copy_move_backward_aILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt22__copy_move_backward_aILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEaSEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 714 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE14_M_move_assignEOS7_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 714 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE14_M_move_assignEOS7_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 716 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L12642", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L12642", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L12642:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L12643", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12643", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L12644", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12644", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12643:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " jmp .L12645", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12645", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12644:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L12645:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSG_SJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE14_S_do_relocateEPS7_SA_SA_RS8_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE14_S_do_relocateEPS7_SA_SA_RS8_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESt13move_iteratorIPS8_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESt13move_iteratorIPS8_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESt13move_iteratorIPS8_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESt13move_iteratorIPS8_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEESA_S9_ET0_T_SD_SC_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEESA_S9_ET0_T_SD_SC_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESt6vectorIS9_SaIS9_EEEEPS9_EET0_T_SI_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L12656:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L12655", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L12655", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJRKS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJRKS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L12656", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L12656", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12655:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIPKcEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIPKcEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIPKcEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_E3hasENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EixENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L12663", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L12663", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test5utils17ti_delimeter_typeEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test5utils17ti_delimeter_typeEEET_v", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " jmp .L12665", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L12665", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12663:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L12665:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils26input_iterator_core_access3getINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEEEbRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 39 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 41 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEE3getEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/input_iterator_facade.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE8allocateERS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESt13move_iteratorIPS4_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEC1ES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES6_S5_ET0_T_S9_S8_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES6_ET0_T_S9_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES6_ET0_T_S9_S8_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE7destroyIS5_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE10deallocateERS5_PS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE10deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE10deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorImE10deallocateEPmm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L12689:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L12686", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L12686", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L12687", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L12687", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L12689", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L12689", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12687:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L12689", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L12689", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12686:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE8allocateERSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE8allocateERSA_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 72", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEEvRSA_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEEvRSA_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " jmp .L12700", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L12700", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L12700:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L12713:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L12710", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L12710", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L12711", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L12711", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " jmp .L12712", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L12712", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12711:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": ".L12712:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L12713", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L12713", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12710:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L12714", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L12714", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEESA_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L12715", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L12715", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test9framework4impl10order_infoEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L12718", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L12718", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12715:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEmmEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": ".L12714:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L12717", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L12717", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test9framework4impl10order_infoEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L12718", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L12718", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12717:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L12718:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEclERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE7destroyIS8_EEvRSA_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE7destroyIS8_EEvRSA_PT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE10deallocateERSA_PS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE10deallocateERSA_PS9_m", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorImSaImEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEE11_S_max_sizeERKS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorImSaImEE11_S_max_sizeERKS0_", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaImEE8allocateERS0_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorImE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorImE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE14_S_do_relocateEPmS2_S2_RS0_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPmS0_SaImEET0_T_S3_S2_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPmS0_SaImEET0_T_S3_S2_RT1_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorImSt13move_iteratorIPmEET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPmEC1ES0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPmES1_mET0_T_S4_S3_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPmES1_ET0_T_S4_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPmES1_ET0_T_S4_S3_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE10deallocateEPS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS8_EEEEvT_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L12744:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L12745", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12745", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvPT_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L12744", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12744", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12745:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS7_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE9constructIS5_JNS1_13basic_cstringIKcEEEEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE9constructIS6_JNS2_13basic_cstringIKcEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE9constructIS6_JNS2_13basic_cstringIKcEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_S_use_relocateEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 450 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 431 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 436 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 437 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_M_realloc_insertIJNS1_13basic_cstringIKcEEEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_M_check_lenEmPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_M_check_lenEmPKc", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE9constructIS5_JNS1_13basic_cstringIKcEEEEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE9constructIS5_JNS1_13basic_cstringIKcEEEEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L12757", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L12757", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L12758", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L12758", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12757:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework4impl11name_filter9componentES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework4impl11name_filter9componentES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework4impl11name_filter9componentES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework4impl11name_filter9componentES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L12758:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L12759", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L12759", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": ".L12759:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rcx, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " movabs rdx, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " imul rdx, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L12766", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L12766", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L12761", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L12761", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " jmp .L12762", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L12762", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12761:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": ".L12762:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE13_M_deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE13_M_deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L12766:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_M_erase_at_endEPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1792 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [] + }, + { + "text": " je .L12769", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1794 + }, + "labels": [ + { + "name": ".L12769", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1796 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1798 + }, + "labels": [] + }, + { + "text": ".L12769:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1801 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost9unit_test9framework4impl11name_filter9componentEEEvT_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implC1EOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 308 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2EOS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 572 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE9constructIS9_JS9_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L12776", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L12776", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L12776:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L12777", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12777", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L12778", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12778", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12777:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L12779", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L12779", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12778:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L12779:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSG_SJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L12786", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L12786", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE8allocateERS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE8allocateERS9_m", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " jmp .L12788", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L12788", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12786:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L12788:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE14_S_do_relocateEPS7_SA_SA_RS8_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE14_S_do_relocateEPS7_SA_SA_RS8_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESt13move_iteratorIPS8_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESt13move_iteratorIPS8_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESt13move_iteratorIPS8_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESt13move_iteratorIPS8_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEESA_S9_ET0_T_SD_SC_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEESA_S9_ET0_T_SD_SC_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE7destroyIS8_EEvRS9_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE7destroyIS9_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE7destroyIS9_EEvPT_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS_3argILi1EEEEC2ES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIbNS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEENS0_5list2INS_3argILi1EEENS_17reference_wrapperISA_EEEEEclIRKS8_EEbOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [ + { + "name": "_ZN5boost3_bi6bind_tIbNS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEENS0_5list2INS_3argILi1EEENS_17reference_wrapperISA_EEEEEclIRKS8_EEbOT_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti7type_idISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEElv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE2idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE2idEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE10deallocateEPS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb1EE9__destroyIPPN5boost9unit_test10test_suiteEEEvT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS6_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE7destroyIS7_EEvRS9_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE7destroyIS7_EEvRS9_PT_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS6_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE10deallocateERS9_PS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE10deallocateERS9_PS8_m", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE7destroyIS4_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE7destroyIS4_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE10deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test9framework5state13context_frameEEEvT_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L12814:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L12815", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12815", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIN5boost9unit_test9framework5state13context_frameEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIN5boost9unit_test9framework5state13context_frameEEvPT_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L12814", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L12814", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12815:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE7destroyIS4_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE7destroyIS4_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE10deallocateERS6_PS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE10deallocateERS6_PS5_m", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE7destroyIS8_EEvRSA_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE7destroyIS8_EEvRSA_PT_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE10deallocateERSA_PS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE10deallocateERSA_PS9_m", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE8allocateERS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE8allocateERS5_m", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE17_M_construct_nodeIJS0_ImmEEEEvPSt13_Rb_tree_nodeIS2_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE9constructIS3_JS1_ImmEEEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE9constructIS3_JS1_ImmEEEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " jmp .L12829", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L12829", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L12829:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmmEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmmEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmmEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKmmEEclERKS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmmEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE6manageERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L12842", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L12842", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS2_5list1INS2_5valueINS_10shared_ptrIS7_EEEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS2_5list1INS2_5valueINS_10shared_ptrIS7_EEEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L12844", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L12844", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12842:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE7managerERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE7managerERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 272 + } + } + ] + }, + { + "text": ".L12844:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEvE6invokeERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEclEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 237 + } + } + ] + }, + { + "text": " mov ebx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " jmp .L12850", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": ".L12850", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": ".L12850:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti7type_idIjEElv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderIjE2idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderIjE2idEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmmEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt23_Rb_tree_const_iteratorISt4pairIKmmEEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE37select_on_container_copy_constructionERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_PSt18_Rb_tree_node_baseRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_M_clone_nodeINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_M_clone_nodeINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_RT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " je .L12865", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [ + { + "name": ".L12865", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": ".L12865:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": ".L12868:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [] + }, + { + "text": " je .L12866", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L12866", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_M_clone_nodeINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_M_clone_nodeINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_RT_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " je .L12867", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [ + { + "name": ".L12867", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": ".L12867:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " jmp .L12868", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L12868", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12866:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [] + }, + { + "text": " jmp .L12874", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [ + { + "name": ".L12874", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1905 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": ".L12874:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_S_minimumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_S_maximumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE37select_on_container_copy_constructionERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_PSt18_Rb_tree_node_baseRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_M_clone_nodeINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_M_clone_nodeINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_RT_", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " je .L12894", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [ + { + "name": ".L12894", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": ".L12894:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": ".L12897:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [] + }, + { + "text": " je .L12895", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L12895", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_M_clone_nodeINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_M_clone_nodeINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_RT_", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " je .L12896", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [ + { + "name": ".L12896", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": ".L12896:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " jmp .L12897", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L12897", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12895:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [] + }, + { + "text": " jmp .L12903", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [ + { + "name": ".L12903", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1905 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": ".L12903:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_S_minimumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_S_maximumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti7type_idINS_9unit_test9log_levelEEElv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE2idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE2idEv", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L12920:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L12917", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L12917", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L12918", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L12918", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L12920", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L12920", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12918:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L12920", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L12920", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12917:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EEC2ES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE8allocateERSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE8allocateERSA_m", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS5_EESG_IJEEEEEvRSA_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS5_EESG_IJEEEEEvRSA_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " jmp .L12932", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L12932", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L12932:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L12945:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L12942", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L12942", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L12943", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L12943", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " jmp .L12944", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L12944", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12943:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": ".L12944:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L12945", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L12945", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12942:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L12946", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L12946", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEESA_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L12947", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L12947", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13output_formatENS6_14runtime_config13stream_holderEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L12950", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L12950", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12947:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEmmEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": ".L12946:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L12949", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L12949", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13output_formatENS6_14runtime_config13stream_holderEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L12950", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L12950", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12949:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L12950:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEclERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test15unit_test_log_tEEEEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L12963", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L12963", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS2_5list2INS2_5valueIPS7_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS2_5list2INS2_5valueIPS7_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L12965", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L12965", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12963:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 283 + } + } + ] + }, + { + "text": ".L12965:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEclEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 248 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti7type_idINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEElv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE2idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE2idEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt13move_iteratorIPS5_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES7_S6_ET0_T_SA_S9_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES7_ET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES7_ET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7destroyIS6_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEEEC2ES6_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test15unit_test_log_tEEEEC2ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test15unit_test_log_tEEEEC2ES6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+8], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L12985", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L12985", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS6_13output_formatERSoEENS2_5list3INS2_5valueIPS7_EENSC_IS8_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS6_13output_formatERSoEENS2_5list3INS2_5valueIPS7_EENSC_IS8_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L12987", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L12987", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12985:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 313 + } + } + ] + }, + { + "text": ".L12987:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEclEv", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 278 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti7type_idINS_9unit_test12report_levelEEElv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE2idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE2idEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L12994", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L12994", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvRSoENS2_5list1INS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvRSoENS2_5list1INS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L12996", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L12996", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L12994:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": ".L12996:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEclEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti7type_idImEElv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 49 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderImE2idEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 51 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderImE2idEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE6manageERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L13003", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L13003", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS2_5list1INS2_5valueISA_EEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS2_5list1INS2_5valueISA_EEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L13005", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L13005", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13003:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 243 + } + } + ] + }, + { + "text": ".L13005:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEvE6invokeERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEclEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 208 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmPN5boost9unit_test9test_unitEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_Alloc_nodeclIS6_EEPSt13_Rb_tree_nodeIS6_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_create_nodeIJS6_EEEPSt13_Rb_tree_nodeIS6_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_create_nodeIJS6_EEEPSt13_Rb_tree_nodeIS6_EDpOT_", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L13024:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L13021", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13021", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L13022", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L13022", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L13024", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L13024", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13022:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L13024", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13024", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13021:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": ".L13030:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [] + }, + { + "text": " je .L13027", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [ + { + "name": ".L13027", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " je .L13028", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": ".L13028", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " jmp .L13030", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [ + { + "name": ".L13030", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13028:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " jmp .L13030", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [ + { + "name": ".L13030", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13027:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKmPN5boost9unit_test9test_unitEEES7_EC2IS7_S7_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5clearEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1261 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_header8_M_resetEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1262 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_header8_M_resetEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1263 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEppEi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 377 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 378 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2516 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2516 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " call _ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERKS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeclIS3_EEPSt13_Rb_tree_nodeIS3_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_create_nodeIJS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_create_nodeIJS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L13060:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L13057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13057", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L13058", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L13058", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L13060", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L13060", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13058:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L13060", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13060", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13057:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": ".L13066:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [] + }, + { + "text": " je .L13063", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [ + { + "name": ".L13063", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " je .L13064", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": ".L13064", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " jmp .L13066", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [ + { + "name": ".L13066", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13064:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " jmp .L13066", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [ + { + "name": ".L13066", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13063:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEES5_EC2IS5_S5_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEppEi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 377 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 378 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2516 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2516 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " call _ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERKS3_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 443 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 443 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 443 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 444 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeclIS3_EEPSt13_Rb_tree_nodeIS3_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeIJS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeIJS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L13097:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L13094", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13094", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L13095", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L13095", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L13097", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L13097", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13095:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L13097", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13097", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13094:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1962 + }, + "labels": [] + }, + { + "text": ".L13103:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [] + }, + { + "text": " je .L13100", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [ + { + "name": ".L13100", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [] + }, + { + "text": " je .L13101", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1967 + }, + "labels": [ + { + "name": ".L13101", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [] + }, + { + "text": " jmp .L13103", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1968 + }, + "labels": [ + { + "name": ".L13103", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13101:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1970 + }, + "labels": [] + }, + { + "text": " jmp .L13103", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1966 + }, + "labels": [ + { + "name": ".L13103", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13100:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1971 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1972 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEES5_EC2IS5_S5_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEppEi:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-28], esi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 377 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 378 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2510 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2516 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2516 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " call _ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2515 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2517 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2518 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2519 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state13context_frameC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+32], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+36], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE9constructIS5_JS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13context_frameC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L13116", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L13116", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L13116:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L13117", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13117", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L13118", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13118", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13117:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " jmp .L13119", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13119", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13118:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L13119:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L13124", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L13124", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE8allocateERS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE8allocateERS5_m", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " jmp .L13126", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L13126", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13124:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L13126:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework5state13context_frameESt13move_iteratorIPS4_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework5state13context_frameESt13move_iteratorIPS4_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework5state13context_frameESt13move_iteratorIPS4_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework5state13context_frameESt13move_iteratorIPS4_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES6_S5_ET0_T_S9_S8_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES6_S5_ET0_T_S9_S8_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEET_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEESB_ET1_T0_SD_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb1EPN5boost9unit_test9framework5state13context_frameES5_ET1_T0_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb1EPN5boost9unit_test9framework5state13context_frameES5_ET1_T0_S7_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEES7_ET_SC_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEES7_ET_SC_T0_", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE7destroyIS5_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13context_frameD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework13frame_with_idclERKNS1_5state13context_frameE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework13frame_with_idclERKNS1_5state13context_frameE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcEC2IiEEPS2_T_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " cdqe", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/basic_cstring/basic_cstring.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE9constructIS4_JS4_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_max_sizeERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_max_sizeERKS4_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE8allocateERS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE14_S_do_relocateEPS3_S6_S6_RS4_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test10test_suiteESt13move_iteratorIPS3_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPPN5boost9unit_test10test_suiteEEC1ES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_S4_ET0_T_S8_S7_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_ET0_T_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_ET0_T_S8_S7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE8allocateERS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE8allocateERS9_m", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEEvPSt13_Rb_tree_nodeIS6_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESF_IJEEEEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESF_IJEEEEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " jmp .L13161", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13161", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS6_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS6_E", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13161:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEEEC2ES6_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test13test_observerEEEEC2ES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test13test_observerEEEEC2ES6_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 80 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE6manageERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L13176", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L13176", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS2_5list3INS2_5valueIPS7_EENSA_INS6_17test_case_counter19readonly_property43EEENSA_ImEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS2_5list3INS2_5valueIPS7_EENSA_INS6_17test_case_counter19readonly_property43EEENSA_ImEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L13178", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L13178", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13176:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE7managerERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE7managerERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 313 + } + } + ] + }, + { + "text": ".L13178:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEvE6invokeERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEclEv", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 278 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZSt10__distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E15difference_typeESD_SD_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_max_sizeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE8max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE8max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEES7_ET0_T_SD_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS4_9unit_test17test_unit_fixtureEEESt6vectorIS8_SaIS8_EEEES9_EET0_T_SF_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS4_9unit_test17test_unit_fixtureEEESt6vectorIS8_SaIS8_EEEES9_EET0_T_SF_SE_", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEEEEvT_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L13192:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L13193", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L13193", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L13192", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L13192", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13193:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEC2EPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE", + "range": { + "startCol": 34, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test9framework4impl21global_fixture_handleEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L13197", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L13197", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L13197:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE9constructIS5_JS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt13move_backwardIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET0_T_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 833 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [] + }, + { + "text": " call _ZSt22__copy_move_backward_aILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 843 + }, + "labels": [ + { + "name": "_ZSt22__copy_move_backward_aILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 846 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEaSEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 655 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_copy_dataERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZSt15__alloc_on_swapISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEEvRT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZSt18__do_alloc_on_swapISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEEvRT_S7_St17integral_constantIbLb0EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZSt18__do_alloc_on_swapISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEEvRT_S7_St17integral_constantIbLb0EE", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 648 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 648 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 648 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE7destroyIS9_EEvRSB_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE7destroyIS9_EEvRSB_PT_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE10deallocateERSB_PSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE10deallocateERSB_PSA_m", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS8_EPSt18_Rb_tree_node_baseRS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L13217:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L13214", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13214", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L13215", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L13215", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L13217", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L13217", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13215:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L13217", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13217", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13214:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EEC2ES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE8allocateERSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE8allocateERSB_m", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEEvPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS5_EESH_IJEEEEEvRSB_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS5_EESH_IJEEEEEvRSB_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 236 + } + } + ] + }, + { + "text": " jmp .L13229", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13229", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13229:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEclERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEC2EPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE", + "range": { + "startCol": 34, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_16exception_detail15error_info_baseEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L13253", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L13253", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L13253:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_construct_nodeIJS3_IS2_S7_EEEEvPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE9constructIS9_JS1_IS4_S8_EEEEvRSB_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE9constructIS9_JS1_IS4_S8_EEEEvRSB_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " jmp .L13259", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13259", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13259:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost16exception_detail10type_info_ENS5_10shared_ptrINS6_15error_info_baseEEEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEOT_RNSt16remove_referenceISD_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEOT_RNSt16remove_referenceISD_E4typeE", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEOT_RNSt16remove_referenceISB_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS0_7forwardEE6manageERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L13266", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L13266", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_6detail7forwardEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_6detail7forwardEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L13268", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L13268", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13266:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS0_7forwardEE7managerERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS0_7forwardEE7managerERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": ".L13268:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function21function_obj_invoker0INS0_7forwardEiE6invokeERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 128 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 134 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail7forwardclEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 137 + }, + "labels": [ + { + "name": "_ZN5boost6detail7forwardclEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IiE9assign_toINS0_7forwardEEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IiE9assign_toINS0_7forwardEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IiE9assign_toINS0_7forwardEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE7destroyIS6_EEvRS8_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE7destroyIS6_EEvRS8_PT_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE10deallocateERS8_PS7_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE10deallocateERS8_PS7_m", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE8allocateERS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE8allocateERS8_m", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEEvPSt13_Rb_tree_nodeIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 152", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE9constructIS6_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESE_IJEEEEEvRS8_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE9constructIS6_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESE_IJEEEEEvRS8_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " jmp .L13284", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13284", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13284:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L13295:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L13292", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L13292", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L13293", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L13293", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " jmp .L13294", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L13294", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13293:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": ".L13294:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L13295", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L13295", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13292:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L13296", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L13296", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L13297", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L13297", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test12test_resultsEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L13300", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L13300", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13297:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEmmEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": ".L13296:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessImEclERKmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessImEclERKmS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L13299", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L13299", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test12test_resultsEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L13300", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L13300", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13299:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L13300:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test12test_resultsEEEclERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJOmEEC2ImEEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [ + { + "name": "_ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EOmLb0EEC2ImEEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EOmLb0EEC2ImEEOT_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJOmEE7_M_headERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EOmLb0EE7_M_headERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EOmLb0EE7_M_headERS1_", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIOmEOT_RNSt16remove_referenceIS1_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0EOmLb0EEC2ImEEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [ + { + "name": "_ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEEvPSt13_Rb_tree_nodeIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 152", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE9constructIS6_JRKSt21piecewise_construct_tSt5tupleIJOmEESE_IJEEEEEvRS8_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE9constructIS6_JRKSt21piecewise_construct_tSt5tupleIJOmEESE_IJEEEEEvRS8_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " jmp .L13320", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13320", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13320:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE10deallocateERS9_PS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE10deallocateEPS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE10deallocateEPS9_m", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEvT_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 171 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Destroy_auxILb1EE9__destroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEEvT_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZNSt12_Destroy_auxILb1EE9__destroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEEvT_SC_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_max_sizeERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE8max_sizeERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE8max_sizeERKS9_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE8allocateERS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE14_S_do_relocateEPS8_SB_SB_RS9_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2ES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_S9_ET0_T_SD_SC_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_ET0_T_SD_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_ET0_T_SD_SC_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE9constructIS9_JS9_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE9constructIS9_JS9_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 829 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 830 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": ".LC751", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_M_check_lenEmS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_M_check_lenEmS2_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 436 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 437 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 438 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 439 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 440 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 441 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 450 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " add rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 449 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [] + }, + { + "text": " je .L13341", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 459 + }, + "labels": [ + { + "name": ".L13341", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 462 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_relocateEPS8_SB_SB_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_relocateEPS8_SB_SB_RS9_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 461 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 467 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_relocateEPS8_SB_SB_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_relocateEPS8_SB_SB_RS9_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [] + }, + { + "text": " jmp .L13342", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 466 + }, + "labels": [ + { + "name": ".L13342", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13341:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 475 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rsi, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 474 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 477 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 482 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": " call _ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [ + { + "name": "_ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 481 + }, + "labels": [] + }, + { + "text": ".L13342:", + "source": null, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE15_S_use_relocateEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE15_S_use_relocateEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [] + }, + { + "text": " je .L13343", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 496 + }, + "labels": [ + { + "name": ".L13343", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 498 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": ".L13343:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sub rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " sar rdx, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 501 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 500 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 502 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 504 + }, + "labels": [] + }, + { + "text": " jmp .L13350", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [ + { + "name": ".L13350", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [] + }, + { + "text": " jne .L13345", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 487 + }, + "labels": [ + { + "name": ".L13345", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 489 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE7destroyIS8_EEvRS9_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE7destroyIS8_EEvRS9_PT_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " jmp .L13346", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 488 + }, + "labels": [ + { + "name": ".L13346", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13345:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 491 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": ".L13346:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 492 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 485 + }, + "labels": [] + }, + { + "text": ".L13350:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/vector.tcc", + "line": 505 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb1EE9__destroyIPcEEvT_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIcSaIcEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIcSaIcEE11_S_max_sizeERKS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIcSaIcEE11_S_max_sizeERKS0_", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE14_S_do_relocateEPcS2_S2_RS0_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPcS0_SaIcEET0_T_S3_S2_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPcS0_SaIcEET0_T_S3_S2_RT1_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIcSt13move_iteratorIPcEET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPcEC1ES0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPcES1_cET0_T_S4_S3_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPcES1_ET0_T_S4_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPcES1_ET0_T_S4_S3_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIcE7destroyIcEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb0EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPKS5_ET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIPKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPS5_S5_ET0_T_SA_S9_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIPKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPS5_ET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIPKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPS5_ET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE7destroyIS6_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIcEE8max_sizeERKS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIcE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIcE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_JS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_E10std_stringERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_E10std_stringERKS5_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE10deallocateEPSD_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_max_sizeERKSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_max_sizeERKSC_", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE8allocateERSD_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE14_S_do_relocateEPSB_SE_SE_RSC_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESt13move_iteratorIPSC_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEC1ESD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEESE_SD_ET0_T_SH_SG_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEESE_ET0_T_SH_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEESE_ET0_T_SH_SG_", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE7destroyISD_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7destroyIS6_EEvRS8_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7destroyIS6_EEvRS8_PT_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_Alloc_nodeclIRKS5_EEPSt13_Rb_tree_nodeIS5_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE14_M_create_nodeIJRKS5_EEEPSt13_Rb_tree_nodeIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE14_M_create_nodeIJRKS5_EEEPSt13_Rb_tree_nodeIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEdeEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEET_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES6_ET1_T0_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb1EPmS0_ET1_T0_S2_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb1EPmS0_ET1_T0_S2_S1_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES2_ET_S7_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES2_ET_S7_T0_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEC2EPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_9unit_test23unit_test_log_formatterEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEC1EPS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L13424", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L13424", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test23unit_test_log_formatterEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test23unit_test_log_formatterEEEvPT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L13424:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE10deallocateEPS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEvT_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L13428:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L13429", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L13429", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvPT_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L13428", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L13428", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13429:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE10deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb1EE9__destroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEvT_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC2EOS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+4], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+48], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE9constructIS4_JS4_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC1EOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L13435", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L13435", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L13435:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L13436", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13436", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L13437", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13437", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13436:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " jmp .L13438", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13438", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13437:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L13438:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, 7905747460161236407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L13443", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L13443", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8allocateERS4_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8allocateERS4_m", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " jmp .L13445", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L13445", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13443:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L13445:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE14_S_do_relocateEPS3_S6_S6_RS4_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE14_S_do_relocateEPS3_S6_S6_RS4_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS3_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS3_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS3_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS3_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES5_S4_ET0_T_S8_S7_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES5_S4_ET0_T_S8_S7_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE9constructIS5_JS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L13452", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L13452", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L13452:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L13453", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13453", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L13454", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13454", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13453:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " jmp .L13455", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13455", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13454:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L13455:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L13460", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L13460", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8allocateERS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8allocateERS5_m", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " jmp .L13462", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L13462", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13460:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L13462:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS4_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS4_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS4_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS4_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_S5_ET0_T_S9_S8_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_S5_ET0_T_S9_S8_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS4_EEvRS5_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE7destroyIS5_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE7destroyIS5_EEvPT_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEET_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEESA_ET1_T0_SC_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb1EPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ET1_T0_S6_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb1EPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ET1_T0_S6_S5_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEES6_ET_SB_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEES6_ET_SB_T0_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE7destroyIS4_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L13474", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L13474", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L13475", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L13475", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L13475", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L13475", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L13476", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L13476", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13475:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L13476:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L13477", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L13477", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13477:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13474:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L13479", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L13479", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L13480", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L13480", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13480:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L13482", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L13482", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L13483", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L13483", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13483:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13482:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13479:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L13484", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L13484", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L13485", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L13485", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13485:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L13487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L13487", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L13488", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L13488", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13488:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13487:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " jmp .L13489", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L13489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13484:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L13489:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb0ELb0ESt26bidirectional_iterator_tagE8__copy_mISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS9_cS7_EEET0_T_SE_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb0ELb0ESt26bidirectional_iterator_tagE8__copy_mISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS9_cS7_EEET0_T_SE_SD_", + "range": { + "startCol": 17, + "endCol": 208 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE10deallocateERS3_PS2_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE10deallocateEPS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE10deallocateEPS3_m", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost7runtime16parameter_cla_idEEEvT_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L13495:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L13496", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L13496", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIN5boost7runtime16parameter_cla_idEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIN5boost7runtime16parameter_cla_idEEvPT_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L13495", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L13495", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13496:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE9constructIS3_JS3_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idC1EOS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L13500", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L13500", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L13500:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L13501", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13501", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L13502", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13502", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13501:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " jmp .L13503", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13503", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13502:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L13503:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, 5675921253449092805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L13510", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L13510", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE8allocateERS3_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE8allocateERS3_m", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " jmp .L13512", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L13512", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13510:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L13512:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_relocateEPS2_S5_S5_RS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE14_S_do_relocateEPS2_S5_S5_RS3_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE14_S_do_relocateEPS2_S5_S5_RS3_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost7runtime16parameter_cla_idESt13move_iteratorIPS2_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost7runtime16parameter_cla_idESt13move_iteratorIPS2_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost7runtime16parameter_cla_idESt13move_iteratorIPS2_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost7runtime16parameter_cla_idESt13move_iteratorIPS2_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES4_S3_ET0_T_S7_S6_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES4_S3_ET0_T_S7_S6_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE7destroyIS2_EEvRS3_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE7destroyIS3_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE7destroyIS3_EEvPT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_Vector_impl_dataC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEPS6_EET0_T_SF_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L13524:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L13523", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L13523", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost7runtime16parameter_cla_idEJRKS2_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost7runtime16parameter_cla_idEJRKS2_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEppEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L13524", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L13524", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13523:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L13530", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L13530", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost7runtime16parameter_cla_idEEvT_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idEEvT_S4_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L13530:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEC2EPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime6optionD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime6optionE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime6optionE", + "range": { + "startCol": 34, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime6optionD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime6optionD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov esi, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime6optionEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L13536", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L13536", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L13536:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11lower_boundERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPSt13_Rb_tree_nodeISB_EPSt18_Rb_tree_node_baseRS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPSt13_Rb_tree_nodeISB_EPSt18_Rb_tree_node_baseRS6_", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1277 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8key_compEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 998 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 999 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEEPSt13_Rb_tree_nodeISB_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEEvPSt13_Rb_tree_nodeISB_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEEvPSt13_Rb_tree_nodeISB_EDpOT_", + "range": { + "startCol": 17, + "endCol": 265 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L13546", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L13546", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L13547", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L13547", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L13547", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L13547", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L13548", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L13548", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13547:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L13548:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L13549", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L13549", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13549:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13546:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L13551", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L13551", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L13552", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L13552", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13552:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L13554", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L13554", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L13555", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L13555", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13555:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13554:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13551:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L13556", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L13556", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L13557", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L13557", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13557:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEppEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L13559", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L13559", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L13560", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L13560", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13560:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13559:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " jmp .L13561", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L13561", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13556:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L13561:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSJ_PSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2360 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jne .L13563", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L13563", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " je .L13563", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [ + { + "name": ".L13563", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " je .L13564", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L13564", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13563:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": " jmp .L13565", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [ + { + "name": ".L13565", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13564:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2364 + }, + "labels": [] + }, + { + "text": ".L13565:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2368 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2369 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2370 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2371 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderIbE2idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderIbE4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderIbE4instEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentIbEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L13575", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L13575", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentIbEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentIbEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L13575:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost7runtime8argumentEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost7runtime8argumentEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime8argumentEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime8argumentEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime8argumentEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime8argumentEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime8argumentEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime8argumentEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx5__ops15_Iter_less_iterclIPKcS4_EEbT_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 43 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 43 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 43 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 43 + }, + "labels": [] + }, + { + "text": " cmp dl, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 43 + }, + "labels": [] + }, + { + "text": " setl al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 43 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 43 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 43 + }, + "labels": [] + }, + { + "text": "_ZSt30__lexicographical_compare_implIPKcS1_N9__gnu_cxx5__ops15_Iter_less_iterEEbT_S5_T0_S6_T1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1228 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1236 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1236 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__lc_raiISt26random_access_iterator_tagS0_E10__newlast1IPKcS4_EET_S5_S5_T0_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1236 + }, + "labels": [ + { + "name": "_ZNSt8__lc_raiISt26random_access_iterator_tagS0_E10__newlast1IPKcS4_EET_S5_S5_T0_S6_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1236 + }, + "labels": [] + }, + { + "text": ".L13588:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " je .L13582", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [ + { + "name": ".L13582", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " call _ZNSt8__lc_raiISt26random_access_iterator_tagS0_E6__cnd2IPKcEEbT_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [ + { + "name": "_ZNSt8__lc_raiISt26random_access_iterator_tagS0_E6__cnd2IPKcEEbT_S5_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " je .L13582", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [ + { + "name": ".L13582", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " jmp .L13583", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [ + { + "name": ".L13583", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13582:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": ".L13583:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " je .L13584", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [ + { + "name": ".L13584", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1240 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1240 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1240 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1240 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1240 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx5__ops15_Iter_less_iterclIPKcS4_EEbT_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1240 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx5__ops15_Iter_less_iterclIPKcS4_EEbT_T0_", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1240 + }, + "labels": [] + }, + { + "text": " je .L13585", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1240 + }, + "labels": [ + { + "name": ".L13585", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1241 + }, + "labels": [] + }, + { + "text": " jmp .L13586", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1241 + }, + "labels": [ + { + "name": ".L13586", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13585:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1242 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1242 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-33]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1242 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1242 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1242 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx5__ops15_Iter_less_iterclIPKcS4_EEbT_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1242 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx5__ops15_Iter_less_iterclIPKcS4_EEbT_T0_", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1242 + }, + "labels": [] + }, + { + "text": " je .L13587", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1242 + }, + "labels": [ + { + "name": ".L13587", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1243 + }, + "labels": [] + }, + { + "text": " jmp .L13586", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1243 + }, + "labels": [ + { + "name": ".L13586", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13587:", + "source": null, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1238 + }, + "labels": [] + }, + { + "text": " jmp .L13588", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1237 + }, + "labels": [ + { + "name": ".L13588", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13584:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [] + }, + { + "text": " jne .L13589", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [ + { + "name": ".L13589", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [] + }, + { + "text": " je .L13589", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [ + { + "name": ".L13589", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [] + }, + { + "text": " jmp .L13591", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [ + { + "name": ".L13591", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13589:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [] + }, + { + "text": ".L13591:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1245 + }, + "labels": [] + }, + { + "text": ".L13586:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1246 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1246 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE8allocateERSE_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE8allocateERSE_m", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE17_M_construct_nodeIJS5_IS4_SA_EEEEvPSt13_Rb_tree_nodeISB_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE9constructISC_JS1_IS6_SB_EEEEvRSE_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE9constructISC_JS1_IS6_SB_EEEEvRSE_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " jmp .L13599", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13599", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 226 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13599:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime11basic_paramEEEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEOT_RNSt16remove_referenceISG_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEOT_RNSt16remove_referenceISG_E4typeE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEclERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEOT_RNSt16remove_referenceISE_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE7destroyISC_EEvRSE_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE7destroyISC_EEvRSE_PT_", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE10deallocateERSE_PSD_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE10deallocateERSE_PSD_m", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS9_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE7destroyISA_EEvRSC_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE7destroyISA_EEvRSC_PT_", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS9_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE10deallocateERSC_PSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE10deallocateERSC_PSB_m", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost17reference_wrapperIKNS2_7runtime16parameter_cla_idEEEEEvT_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEC2EPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trieD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " add rax, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime3cla13rt_cla_detail14parameter_trieEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rbx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L13625", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L13625", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla13rt_cla_detail14parameter_trieD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov esi, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L13625:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE8allocateERSC_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE8allocateERSC_m", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE17_M_construct_nodeIJS0_IcS8_EEEEvPSt13_Rb_tree_nodeIS9_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISA_JS1_IcS9_EEEEvRSC_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISA_JS1_IcS9_EEEEvRSC_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " jmp .L13633", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13633", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS9_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS9_E", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13633:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKcN5boost10shared_ptrINS6_7runtime3cla13rt_cla_detail14parameter_trieEEEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISE_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISE_E4typeE", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEclERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISC_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESt13move_iteratorIPS5_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEC1ES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEES7_S6_ET0_T_SA_S9_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEES7_ET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEES7_ET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE7destroyIS6_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_lower_boundEPSt13_Rb_tree_nodeISD_EPSt18_Rb_tree_node_baseRS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L13664:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L13661", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13661", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L13662", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L13662", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L13664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L13664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13662:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L13664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L13664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13661:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 130 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE8allocateERSG_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE8allocateERSG_m", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEEvPSt13_Rb_tree_nodeISD_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISE_JRKSt21piecewise_construct_tSt5tupleIJRS7_EESM_IJEEEEEvRSG_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISE_JRKSt21piecewise_construct_tSt5tupleIJRS7_EESM_IJEEEEEvRSG_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 261 + } + } + ] + }, + { + "text": " jmp .L13676", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13676", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_put_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_put_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 225 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13676:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE24_M_get_insert_unique_posERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L13689:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L13686", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L13686", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L13687", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L13687", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " jmp .L13688", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L13688", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13687:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": ".L13688:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L13689", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L13689", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13686:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L13690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L13690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEESG_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L13691", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L13691", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime3cla13rt_cla_detail14parameter_trieEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L13694", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L13694", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13691:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": ".L13690:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 220 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L13693", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L13693", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime3cla13rt_cla_detail14parameter_trieEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L13694", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L13694", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13693:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L13694:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEclERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISD_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE7destroyISE_EEvRSG_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE7destroyISE_EEvRSG_PT_", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_put_nodeEPSt13_Rb_tree_nodeISD_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE10deallocateERSG_PSF_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE10deallocateERSG_PSF_m", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEEC2IS4_EEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EEC2IS4_EEOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EEC2IS4_EEOT_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 364 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEE7_M_headERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EE7_M_headERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EE7_M_headERS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardION5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EEC2IS4_EEOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 137 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEEvPSt13_Rb_tree_nodeISD_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISE_JRKSt21piecewise_construct_tSt5tupleIJOS6_EESM_IJEEEEEvRSG_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISE_JRKSt21piecewise_construct_tSt5tupleIJOS6_EESM_IJEEEEEvRSG_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 261 + } + } + ] + }, + { + "text": " jmp .L13720", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L13720", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_put_nodeEPSt13_Rb_tree_nodeISD_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_put_nodeEPSt13_Rb_tree_nodeISD_E", + "range": { + "startCol": 17, + "endCol": 225 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L13720:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE10deallocateEPS7_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvT_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 149 + }, + "labels": [] + }, + { + "text": ".L13724:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " je .L13725", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L13725", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 152 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-8], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L13724", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 151 + }, + "labels": [ + { + "name": ".L13724", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13725:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_max_sizeERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_max_sizeERKS7_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE8allocateERS7_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE14_S_do_relocateEPS6_S9_S9_RS7_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt13move_iteratorIPS6_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC1ES7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES8_S7_ET0_T_SB_SA_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES8_ET0_T_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES8_ET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE7destroyIS7_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZSt18__do_alloc_on_swapISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvRT_S9_St17integral_constantIbLb0EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 629 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 630 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 630 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 630 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS4_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE7destroyIS5_EEvRS7_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE7destroyIS5_EEvRS7_PT_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS4_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE10deallocateERS7_PS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE10deallocateERS7_PS6_m", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE8max_sizeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L13745", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L13745", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L13745:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIPKN5boost9unit_test13basic_cstringIKcEEPS4_ET0_T_S9_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost9unit_test13basic_cstringIKcEEPS6_EET0_T_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost9unit_test13basic_cstringIKcEEPS6_EET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt13_Rb_tree_nodeIS4_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERKS4_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNKSt4lessIPKN5boost7runtime16parameter_cla_idEEclES4_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 433 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 443 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 443 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 443 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 443 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 444 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 444 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt13_Rb_tree_nodeIS4_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt13_Rb_tree_nodeIS4_E", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_Alloc_nodeclIS4_EEPSt13_Rb_tree_nodeIS4_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE14_M_create_nodeIJS4_EEEPSt13_Rb_tree_nodeIS4_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE14_M_create_nodeIJS4_EEEPSt13_Rb_tree_nodeIS4_EDpOT_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE9constructIS5_JS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_M_check_lenEmPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L13771", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L13771", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L13771:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L13772", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13772", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L13773", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13773", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13772:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " jmp .L13774", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L13774", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L13773:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L13774:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIPKN5boost9unit_test13basic_cstringIKcEEPS4_S4_ET0_T_S9_S8_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIPKN5boost9unit_test13basic_cstringIKcEEPS4_S4_ET0_T_S9_S8_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE7destroyIS4_EEvRS5_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE7destroyIS5_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE7destroyIS5_EEvPT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE37select_on_container_copy_constructionERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test13basic_cstringIKcEEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2ERKS4_", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_create_storageEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS6_SaIS6_EEEEPS6_ET0_T_SF_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS8_SaIS8_EEEEPS8_EET0_T_SH_SG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS8_SaIS8_EEEEPS8_EET0_T_SH_SG_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC1ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEC2ERKS8_RKSM_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEC2ERKSN_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEEC2ERKS8_RKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 271 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 246 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2EOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 750 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 750 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 750 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 750 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 752 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 752 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 753 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 753 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 753 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENS9_INSA_IKS6_NSD_6help_tERSJ_EENS9_INSA_ISJ_NSD_9env_var_tESL_EENSA_ISJ_NSD_13description_tESL_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZNSaIN5boost7runtime16parameter_cla_idEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEEC2Ev", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordISA_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 289 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 331 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_ST_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS11_S12_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_6help_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS11_S12_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_NSD_12_GLOBAL__N_110callback_tERSH_EENS9_INSA_IKS6_NSI_9env_var_tERSM_EENSA_ISM_NSI_13description_tESO_EEEEEENS0_7keywordISJ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_NS6_12_GLOBAL__N_110callback_tERSD_EENS1_INS2_IKSB_NSE_9env_var_tERSI_EENS2_ISI_NSE_13description_tESK_EEEEEixENS0_7keywordISF_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_NS6_12_GLOBAL__N_110callback_tERSD_EENS1_INS2_IKSB_NSE_9env_var_tERSI_EENS2_ISI_NSE_13description_tESK_EEEEEixENS0_7keywordISF_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 339 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opINS_8functionIFvNS0_13basic_cstringIKcEEEEEZNS0_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS5_E_EEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opINS_8functionIFvNS0_13basic_cstringIKcEEEEEZNS0_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS5_E_EEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEC2ERKS8_RKSP_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSN_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSN_", + "range": { + "startCol": 17, + "endCol": 270 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SL_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 288 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS9_INSA_IKS6_NSD_6help_tERSH_EENS9_INSA_ISB_NSD_15default_value_tESF_EENS9_INSA_ISH_NSD_9env_var_tESJ_EENSA_ISH_NSD_13description_tESJ_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 331 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordISI_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKlNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKlNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 370 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 338 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKlNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 299 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opImlEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opImlEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opImlEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opImlEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_S11_Lb0EEEEET_RKT0_T1_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_S11_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_S11_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_", + "range": { + "startCol": 17, + "endCol": 576 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_", + "range": { + "startCol": 17, + "endCol": 575 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_", + "range": { + "startCol": 17, + "endCol": 575 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S1B_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1D_S1E_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1D_S1E_", + "range": { + "startCol": 17, + "endCol": 593 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_16optional_value_tERSQ_EENS9_INSA_ISQ_NSD_15default_value_tESS_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S18_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_16optional_value_tERSQ_EENS9_INSA_ISQ_NSD_15default_value_tESS_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_16optional_value_tERSQ_EENS9_INSA_ISQ_NSD_15default_value_tESS_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_", + "range": { + "startCol": 17, + "endCol": 550 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_", + "range": { + "startCol": 17, + "endCol": 516 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISR_Lb0EEEEET_RKT0_T1_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISR_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISR_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_", + "range": { + "startCol": 17, + "endCol": 516 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_16optional_value_tERSP_EENS7_INS8_ISP_NSD_15default_value_tESR_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 394 + } + } + ] + }, + { + "text": " lea rsi, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov r8, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEEC1ESt16initializer_listISA_ERKS7_RKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " jmp .L13847", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [ + { + "name": ".L13847", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": ".L13847:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEEEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEEEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE9constructIS5_JRKS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 532 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 532 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 532 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_", + "range": { + "startCol": 17, + "endCol": 550 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_", + "range": { + "startCol": 17, + "endCol": 507 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "range": { + "startCol": 17, + "endCol": 495 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 473 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 351 + } + } + ] + }, + { + "text": " lea rsi, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov r8, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEEC1ESt16initializer_listISA_ERKS7_RKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " jmp .L13880", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [ + { + "name": ".L13880", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": ".L13880:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 527 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 527 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 527 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_", + "range": { + "startCol": 17, + "endCol": 545 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_9log_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_9log_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_9log_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_", + "range": { + "startCol": 17, + "endCol": 502 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "range": { + "startCol": 17, + "endCol": 490 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 468 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 346 + } + } + ] + }, + { + "text": " lea rsi, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov r8, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC1ESt16initializer_listISA_ERKS7_RKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " jmp .L13898", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [ + { + "name": ".L13898", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": ".L13898:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEEEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEEEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 285 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SM_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 253 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSV_SW_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SV_Lb0EEEEET_RKT0_T1_S12_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SV_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SV_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "range": { + "startCol": 17, + "endCol": 488 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S12_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "range": { + "startCol": 17, + "endCol": 488 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_ST_Lb0EEEEET_RKT0_T1_S12_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_ST_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_ST_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "range": { + "startCol": 17, + "endCol": 488 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_", + "range": { + "startCol": 17, + "endCol": 506 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_", + "range": { + "startCol": 17, + "endCol": 463 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 450 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_15default_value_tELb0EEEEET_RKT0_T1_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_", + "range": { + "startCol": 17, + "endCol": 449 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 307 + } + } + ] + }, + { + "text": " lea rsi, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov r8, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEEC1ESt16initializer_listISA_ERKS7_RKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " jmp .L13933", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [ + { + "name": ".L13933", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": ".L13933:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKjNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKjNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 370 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 338 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKjNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 299 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIjjEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIjjEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 256 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIjjEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIjjEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 531 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 531 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_", + "range": { + "startCol": 17, + "endCol": 531 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_", + "range": { + "startCol": 17, + "endCol": 549 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_12report_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_12report_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_12report_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_", + "range": { + "startCol": 17, + "endCol": 506 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_", + "range": { + "startCol": 17, + "endCol": 494 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp7opt_getINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10opt_assignINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 357 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10opt_assignINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_", + "range": { + "startCol": 17, + "endCol": 472 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 131 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 350 + } + } + ] + }, + { + "text": " lea rsi, [rbp-18]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov r8, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC1ESt16initializer_listISA_ERKS7_RKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 133 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " jmp .L13958", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [ + { + "name": ".L13958", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-18]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 230 + }, + "labels": [] + }, + { + "text": ".L13958:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 135 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 797 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 798 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 654 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 655 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEEEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEEEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSL_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSL_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 378 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 346 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_15default_value_tERSP_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordISN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEixENS0_7keywordISC_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEixENS0_7keywordISC_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 307 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSL_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSL_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 344 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_9env_var_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 312 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_16optional_value_tERSP_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordISN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEixENS0_7keywordISC_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEixENS0_7keywordISC_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 273 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEC2ERKS8_RKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEC2ERKSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [ + { + "name": "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 181 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEEC2ERKS8_RKSJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEC2ERKSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [ + { + "name": "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEC2ERKSH_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_SN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_6help_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_9env_var_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENSA_IKS6_NSD_13description_tERSJ_EEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSU_SV_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordISA_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSQ_SR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSQ_SR_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEEixENS0_7keywordIS6_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEEixENS0_7keywordIS6_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 264 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE7destroyISC_EEvRSE_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE7destroyISC_EEvRSE_PT_", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE10deallocateERSE_PSD_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE10deallocateERSE_PSD_m", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE7_S_leftEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 789 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 790 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EixENS0_7keywordIS9_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L14001", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L14001", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L14003", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L14003", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14001:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L14003:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime3cla6parserEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L14009", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L14009", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime3cla6parserEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime3cla6parserEEEvPT_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L14009:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPSt13_Rb_tree_nodeISB_EPSt18_Rb_tree_node_baseRS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1930 + }, + "labels": [] + }, + { + "text": ".L14016:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [] + }, + { + "text": " je .L14013", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L14013", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [] + }, + { + "text": " je .L14014", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1935 + }, + "labels": [ + { + "name": ".L14014", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [] + }, + { + "text": " jmp .L14016", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1936 + }, + "labels": [ + { + "name": ".L14016", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14014:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1938 + }, + "labels": [] + }, + { + "text": " jmp .L14016", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1934 + }, + "labels": [ + { + "name": ".L14016", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14013:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1939 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1940 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 122 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINS0_13output_formatEEC2ES2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEC1EPS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L14028", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L14028", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L14028:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerIPFvvEE6manageERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L14030", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L14030", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idIPFvvEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIPFvvEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L14032", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L14032", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14030:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerIPFvvEE7managerERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeENS1_16function_ptr_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerIPFvvEE7managerERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeENS1_16function_ptr_tagE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": ".L14032:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function22void_function_invoker0IPFvvEvE6invokeERNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toIPFvvEEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE9assign_toIPFvvEEEbT_RNS1_15function_bufferENS1_16function_ptr_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toIPFvvEEEbT_RNS1_15function_bufferENS1_16function_ptr_tagE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail10equal_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES7_EENS0_16assertion_resultERKT_RKT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZNSt6chronoeqIlSt5ratioILl1ELl1000000000EElS2_EEbRKNS_8durationIT_T0_EERKNS3_IT1_T2_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [ + { + "name": "_ZNSt6chronoeqIlSt5ratioILl1ELl1000000000EElS2_EEbRKNS_8durationIT_T0_EERKNS3_IT1_T2_EE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " movzx edx, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools16assertion_resultC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/old/impl.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__is_null_pointerIKcEEbPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/type_traits.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/type_traits.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/type_traits.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/type_traits.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/type_traits.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/type_traits.h", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/type_traits.h", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZSt8distanceIPKcENSt15iterator_traitsIT_E15difference_typeES3_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZSt19__iterator_categoryIPKcENSt15iterator_traitsIT_E17iterator_categoryERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 142 + }, + "labels": [ + { + "name": "_ZSt19__iterator_categoryIPKcENSt15iterator_traitsIT_E17iterator_categoryERKS3_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [] + }, + { + "text": " call _ZSt10__distanceIPKcENSt15iterator_traitsIT_E15difference_typeES3_S3_St26random_access_iterator_tag", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 141 + }, + "labels": [ + { + "name": "_ZSt10__distanceIPKcENSt15iterator_traitsIT_E15difference_typeES3_S3_St26random_access_iterator_tag", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIcE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 9223372036854775807", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEclERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 75 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7destroyEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEC2EPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE", + "range": { + "startCol": 34, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_23basic_wrap_stringstreamIcEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rbx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L14051", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L14051", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZN5boost23basic_wrap_stringstreamIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov esi, 408", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L14051:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE8allocateERS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE10deallocateEPS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt27__uninitialized_default_n_1ILb0EE18__uninit_default_nIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EEmEET_SC_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 561 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 563 + }, + "labels": [] + }, + { + "text": ".L14059:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " je .L14058", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 566 + }, + "labels": [ + { + "name": ".L14058", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 567 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEJEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 567 + }, + "labels": [ + { + "name": "_ZSt10_ConstructISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEJEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-32], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-8], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 566 + }, + "labels": [] + }, + { + "text": " jmp .L14059", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 566 + }, + "labels": [ + { + "name": ".L14059", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14058:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 568 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 575 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 575 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE37select_on_container_copy_constructionERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 136 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_Vector_impl_dataC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 137 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_Vector_impl_dataC2Ev", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_create_storageEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_allocateEm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_allocateEm", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 364 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS9_SaIS9_EEEEPS9_EET0_T_SI_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS9_SaIS9_EEEEPS9_EET0_T_SI_SH_", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEPT_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmmEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmmEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE7destroyIS3_EEvRS5_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE7destroyIS4_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE7destroyIS4_EEvPT_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE10deallocateERS5_PS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE10deallocateEPS5_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE10deallocateEPS5_m", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateEPS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE7destroyIS8_EEvRSA_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE7destroyIS9_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE7destroyIS9_EEvPT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE10deallocateERSA_PS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE10deallocateEPSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE10deallocateEPSA_m", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufImE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE10deallocateEPS2_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE24_M_get_insert_unique_posERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L14114:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L14111", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L14111", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L14112", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L14112", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L14113", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L14113", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14112:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": ".L14113:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L14114", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L14114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14111:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L14115", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L14115", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcPS1_EES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcPS1_EES6_", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L14116", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L14116", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKcPS5_EERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L14119", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L14119", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14116:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEmmEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": ".L14115:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIcEclERKcS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIcEclERKcS2_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L14118", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L14118", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKcPS5_EERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L14119", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L14119", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14118:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L14119:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE7destroyIS4_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE7destroyIS5_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE7destroyIS5_EEvPT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " cmp dl, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/predefined_ops.h", + "line": 268 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE8allocateERS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEPT_RS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS7_JS7_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE8allocateERS2_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofISaISt10_List_nodeImEEEPT_RS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE9constructImJRKmEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE8allocateERSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE9constructIS8_JS1_INS4_9test_unit19readonly_property62ES7_EEEEvRSA_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE9constructIS9_JS2_INS5_9test_unit19readonly_property62ES8_EEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE9constructIS9_JS2_INS5_9test_unit19readonly_property62ES8_EEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEOT_RNSt16remove_referenceISC_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 88686269585142075", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE8max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE8max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14160", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14160", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14160:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEET_S7_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEET_S7_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEET_S7_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES7_ET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES9_EET0_T_SC_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES9_EET0_T_SC_SB_", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEEvRSA_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESG_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESG_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 210 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE7destroyISH_EEvRSJ_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE7destroyISI_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE7destroyISI_EEvPT_", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE10deallocateERSJ_PSI_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE10deallocateEPSJ_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE10deallocateEPSJ_m", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE7_M_headERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE8allocateERSJ_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE9constructISH_JRKSt21piecewise_construct_tSt5tupleIJOS7_EESP_IJEEEEEvRSJ_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE9constructISI_JRKSt21piecewise_construct_tSt5tupleIJOS8_EESP_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE9constructISI_JRKSt21piecewise_construct_tSt5tupleIJOS8_EESP_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 259 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSC_5debug16dbg_startup_infoEEEEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEOT_RNSt16remove_referenceISL_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEOT_RNSt16remove_referenceISL_E4typeE", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerIPFvRKNS_5debug16dbg_startup_infoEEE6manageERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L14185", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L14185", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idIPFvRKNS_5debug16dbg_startup_infoEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIPFvRKNS_5debug16dbg_startup_infoEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L14187", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L14187", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14185:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerIPFvRKNS_5debug16dbg_startup_infoEEE7managerERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeENS1_16function_ptr_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerIPFvRKNS_5debug16dbg_startup_infoEEE7managerERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeENS1_16function_ptr_tagE", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": ".L14187:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function22void_function_invoker1IPFvRKNS_5debug16dbg_startup_infoEEvS6_E6invokeERNS1_15function_bufferES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 117 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS6_EEEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS6_EEEbT_RNS1_15function_bufferENS1_16function_ptr_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS6_EEEbT_RNS1_15function_bufferENS1_16function_ptr_tagE", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE9constructISH_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESP_IJEEEEEvRSJ_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE9constructISI_JRKSt21piecewise_construct_tSt5tupleIJRS9_EESP_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE9constructISI_JRKSt21piecewise_construct_tSt5tupleIJRS9_EESP_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 259 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt13move_iteratorIPS5_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEC1ES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_S6_ET0_T_SA_S9_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_ET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_ET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE7destroyIS6_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZSt10__distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E15difference_typeESE_SE_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZSt18make_move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEESt13move_iteratorIT_ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1546 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1546 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1546 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1546 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEC1ES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1547 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt22__copy_move_backward_aILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt23__copy_move_backward_a1ILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt23__copy_move_backward_a1ILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_RKS7_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_RKS7_S7_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEET_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb0EN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET1_T0_SE_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb0EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb0EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_ET_SD_T0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_ET_SD_T0_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZSt9__advanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEElEvRT_T0_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEpLEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 185 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEpLEl", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 186 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 186 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_ET0_T_SE_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESt6vectorIS9_SaIS9_EEEESA_EET0_T_SG_SF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESt6vectorIS9_SaIS9_EEEESA_EET0_T_SG_SF_", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESB_ET_SF_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt22__copy_move_backward_aILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt23__copy_move_backward_a1ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt23__copy_move_backward_a1ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_RKSA_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_RKSA_SA_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE14_M_move_assignEOS7_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1815 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1815 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1815 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1815 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1815 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1815 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13get_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13get_allocatorEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_swap_dataERS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1818 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_swap_dataERS8_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_swap_dataERS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1819 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_swap_dataERS8_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " call _ZSt15__alloc_on_moveISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEvRT_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1820 + }, + "labels": [ + { + "name": "_ZSt15__alloc_on_moveISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEvRT_S8_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1817 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_max_sizeERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_max_sizeERKS8_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE14_S_do_relocateEPS7_SA_SA_RS8_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESt13move_iteratorIPS8_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEC1ES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEESA_S9_ET0_T_SD_SC_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEESA_ET0_T_SD_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEESA_ET0_T_SD_SC_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJRKS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test5utils17ti_delimeter_typeEEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test5utils17ti_delimeter_typeEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test5utils17ti_delimeter_typeEEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 322 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE3getIPS9_EEbRT_SG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE3getIPS9_EEbRT_SG_", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " add rax, 96", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 325 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14250", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14250", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14250:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEC2ES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES6_ET0_T_S9_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_9unit_test17test_unit_fixtureEEEES8_EET0_T_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_9unit_test17test_unit_fixtureEEEES8_EET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE10deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE8allocateERSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEEvRSA_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESG_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESG_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test9framework4impl10order_infoEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEOT_RNSt16remove_referenceISC_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEOT_RNSt16remove_referenceISC_E4typeE", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE7destroyIS8_EEvRSA_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE7destroyIS9_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE7destroyIS9_EEvPT_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE10deallocateERSA_PS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE10deallocateEPSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE10deallocateEPSA_m", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorImSaImEE11_S_max_sizeERKS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 1152921504606846975", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaImEE8max_sizeERKS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaImEE8max_sizeERKS0_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorImE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorImE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorImE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14275", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14275", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14275:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPmS0_SaImEET0_T_S3_S2_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1ImmENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS2_E4typeES4_S4_S4_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1ImmENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS2_E4typeES4_S4_S4_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPmEC2ES0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPmEONSt16remove_referenceIT_E4typeEOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPmEONSt16remove_referenceIT_E4typeEOS3_", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPmES1_ET0_T_S4_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPmES3_EET0_T_S6_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPmES3_EET0_T_S6_S5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE9constructIS6_JNS2_13basic_cstringIKcEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl11name_filter9componentC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L14290", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L14290", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L14290:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_M_check_lenEmPKc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L14293", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L14293", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L14293:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L14294", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L14294", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L14295", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L14295", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14294:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " jmp .L14296", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L14296", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14295:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L14296:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_M_allocateEm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 343 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " je .L14303", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L14303", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L14305", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [ + { + "name": ".L14305", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14303:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 346 + }, + "labels": [] + }, + { + "text": ".L14305:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 465 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb0EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 469 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb0EE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 470 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework4impl11name_filter9componentES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework4impl11name_filter9componentEPKS5_ET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework4impl11name_filter9componentEPKS5_ET0_PT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework4impl11name_filter9componentEPKS5_ET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework4impl11name_filter9componentEPKS5_ET0_PT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aIPKN5boost9unit_test9framework4impl11name_filter9componentEPS5_S5_ET0_T_SA_S9_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aIPKN5boost9unit_test9framework4impl11name_filter9componentEPS5_S5_ET0_T_SA_S9_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE7destroyIS5_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE7destroyIS6_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE7destroyIS6_EEvPT_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implC2EOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_Vector_impl_dataC2EOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_Vector_impl_dataC2EOS8_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_max_sizeERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_max_sizeERKS8_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE8allocateERS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE14_S_do_relocateEPS7_SA_SA_RS8_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESt13move_iteratorIPS8_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEC1ES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEESA_S9_ET0_T_SD_SC_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEESA_ET0_T_SD_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEESA_ET0_T_SD_SC_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE7destroyIS9_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIbNS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEENS0_5list2INS_3argILi1EEENS_17reference_wrapperISA_EEEEEclIRKS8_EEbOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1303 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1303 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1303 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1305 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1305 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1305 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1305 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEC1ES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1305 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1306 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1306 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1306 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1306 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1306 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1306 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEclIbNS_4_mfi4cmf1IbNS5_9framework4impl11name_filter9componentERS7_EENS0_7rrlist1IRKSG_EEEET_NS0_4typeISN_EERT0_RT1_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1306 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5list2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEclIbNS_4_mfi4cmf1IbNS5_9framework4impl11name_filter9componentERS7_EENS0_7rrlist1IRKSG_EEEET_NS0_4typeISN_EERT0_RT1_l", + "range": { + "startCol": 17, + "endCol": 218 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1307 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1307 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE2idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE4instEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE7destroyIS7_EEvRS9_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE7destroyIS8_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE7destroyIS8_EEvPT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE10deallocateERS9_PS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE10deallocateEPS9_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE10deallocateEPS9_m", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE7destroyIS4_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE7destroyIS5_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE7destroyIS5_EEvPT_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIN5boost9unit_test9framework5state13context_frameEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13context_frameD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE7destroyIS4_EEvRS6_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE7destroyIS5_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE7destroyIS5_EEvPT_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE10deallocateERS6_PS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE10deallocateEPS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE10deallocateEPS6_m", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE7destroyIS8_EEvRSA_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE7destroyIS9_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE7destroyIS9_EEvPT_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE10deallocateERSA_PS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE10deallocateEPSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE10deallocateEPSA_m", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE8allocateERS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE9constructIS3_JS1_ImmEEEEvRS5_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE9constructIS4_JS2_ImmEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE9constructIS4_JS2_ImmEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmmEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS2_5list1INS2_5valueINS_10shared_ptrIS7_EEEEEEEEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEES1_v", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE7managerERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE7managerERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE7managerERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE", + "range": { + "startCol": 17, + "endCol": 279 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list0C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEclINS_4_mfi3mf0IvS5_EENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEclINS_4_mfi3mf0IvS5_EENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS1_5list1INS1_5valueINS_10shared_ptrIS6_EEEEEEEEEEPT_RSF_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS1_5list1INS1_5valueINS_10shared_ptrIS6_EEEEEEEEEEPT_RSF_", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function16has_empty_targetEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function16has_empty_targetEz", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L14367", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": ".L14367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE", + "range": { + "startCol": 17, + "endCol": 250 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [] + }, + { + "text": " jmp .L14371", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [ + { + "name": ".L14371", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14367:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [] + }, + { + "text": " jmp .L14371", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [ + { + "name": ".L14371", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": ".L14371:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderIjE2idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderIjE4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderIjE4instEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_M_clone_nodeINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_M_clone_nodeINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_", + "range": { + "startCol": 17, + "endCol": 181 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE2idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE4instEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE8allocateERSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS5_EESG_IJEEEEEvRSA_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS6_EESG_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS6_EESG_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13output_formatENS6_14runtime_config13stream_holderEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEOT_RNSt16remove_referenceISC_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEOT_RNSt16remove_referenceISC_E4typeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS2_5list2INS2_5valueIPS7_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEES1_v", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE", + "range": { + "startCol": 17, + "endCol": 290 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list0C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEclINS_4_mfi3mf1IvS4_RSoEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5list2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEclINS_4_mfi3mf1IvS4_RSoEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS1_5list2INS1_5valueIPS6_EENS_17reference_wrapperISoEEEEEEEEPT_RSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS1_5list2INS1_5valueIPS6_EENS_17reference_wrapperISoEEEEEEEEPT_RSH_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function16has_empty_targetEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function16has_empty_targetEz", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L14406", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": ".L14406", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE", + "range": { + "startCol": 17, + "endCol": 261 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [] + }, + { + "text": " jmp .L14407", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [ + { + "name": ".L14407", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14406:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L14407:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE2idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4instEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 288230376151711743", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14413", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14413", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14413:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES7_ET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES9_EET0_T_SC_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES9_EET0_T_SC_SB_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS6_13output_formatERSoEENS2_5list3INS2_5valueIPS7_EENSC_IS8_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEES1_v", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE", + "range": { + "startCol": 17, + "endCol": 320 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list0C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEclINS_4_mfi3mf2IvS4_S7_RSoEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEclINS_4_mfi3mf2IvS4_S7_RSoEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS5_13output_formatERSoEENS1_5list3INS1_5valueIPS6_EENSB_IS7_EENS_17reference_wrapperISoEEEEEEEEPT_RSJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS5_13output_formatERSoEENS1_5list3INS1_5valueIPS6_EENSB_IS7_EENS_17reference_wrapperISoEEEEEEEEPT_RSJ_", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function16has_empty_targetEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function16has_empty_targetEz", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L14426", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": ".L14426", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE", + "range": { + "startCol": 17, + "endCol": 291 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [] + }, + { + "text": " jmp .L14427", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [ + { + "name": ".L14427", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14426:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L14427:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE2idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE4instEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvRSoENS2_5list1INS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEES1_v", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE", + "range": { + "startCol": 17, + "endCol": 230 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list0C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS_17reference_wrapperISoEEEclIPFvRSoENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5list1INS_17reference_wrapperISoEEEclIPFvRSoENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_3_bi6bind_tIvPFvRSoENS1_5list1INS_17reference_wrapperISoEEEEEEEEPT_RSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_3_bi6bind_tIvPFvRSoENS1_5list1INS_17reference_wrapperISoEEEEEEEEPT_RSB_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function16has_empty_targetEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function16has_empty_targetEz", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L14436", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": ".L14436", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [] + }, + { + "text": " jmp .L14437", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [ + { + "name": ".L14437", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14436:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L14437:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderImE2idEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti11rtti_detail12rttid_holderImE4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [ + { + "name": "_ZN5boost4rtti11rtti_detail12rttid_holderImE4instEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 35 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS2_5list1INS2_5valueISA_EEEEEEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEES1_v", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE", + "range": { + "startCol": 17, + "endCol": 250 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list0C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEclIPFvS9_ENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5list1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEclIPFvS9_ENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS1_5list1INS1_5valueIS9_EEEEEEEEPT_RSH_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS1_5list1INS1_5valueIS9_EEEEEEEEPT_RSH_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function16has_empty_targetEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function16has_empty_targetEz", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L14446", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": ".L14446", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE", + "range": { + "startCol": 17, + "endCol": 221 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [] + }, + { + "text": " jmp .L14447", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [ + { + "name": ".L14447", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14446:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L14447:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceISB_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_create_nodeIJS6_EEEPSt13_Rb_tree_nodeIS6_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE17_M_construct_nodeIJS6_EEEvPSt13_Rb_tree_nodeIS6_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE17_M_construct_nodeIJS6_EEEvPSt13_Rb_tree_nodeIS6_EDpOT_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_create_nodeIJS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE17_M_construct_nodeIJS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE17_M_construct_nodeIJS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeIJS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE17_M_construct_nodeIJS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE17_M_construct_nodeIJS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE8allocateERS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework5state13context_frameESt13move_iteratorIPS4_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEC1ES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES6_S5_ET0_T_S9_S8_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES6_ET0_T_S9_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES6_ET0_T_S9_S8_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb1EPN5boost9unit_test9framework5state13context_frameES5_ET1_T0_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb1EPN5boost9unit_test9framework5state13context_frameES5_ET1_T0_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb1EPN5boost9unit_test9framework5state13context_frameES5_ET1_T0_S7_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEES7_ET_SC_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_max_sizeERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 1152921504606846975", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE8max_sizeERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE8max_sizeERKS4_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14487", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14487:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost9unit_test10test_suiteES3_ENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS6_E4typeES8_S8_S8_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost9unit_test10test_suiteES3_ENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS6_E4typeES8_S8_S8_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPPN5boost9unit_test10test_suiteEEC2ES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPPN5boost9unit_test10test_suiteEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPPN5boost9unit_test10test_suiteEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_ET0_T_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES7_EET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES7_EET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE8allocateERS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESF_IJEEEEEvRS9_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESF_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESF_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test13test_observerEEEEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 42 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS2_5list3INS2_5valueIPS7_EENSA_INS6_17test_case_counter19readonly_property43EEENSA_ImEEEEEEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEES1_v", + "range": { + "startCol": 17, + "endCol": 222 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE7managerERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE7managerERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE7managerERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE", + "range": { + "startCol": 17, + "endCol": 320 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEclEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1291 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list0C1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdi, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov ecx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEclINS_4_mfi3mf2IvS4_mmEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEclINS_4_mfi3mf2IvS4_mmEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rdi, [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS1_5list3INS1_5valueIPS6_EENS9_INS5_17test_case_counter19readonly_property43EEENS9_ImEEEEEEEEPT_RSI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS1_5list3INS1_5valueIPS6_EENS9_INS5_17test_case_counter19readonly_property43EEENS9_ImEEEEEEEEPT_RSI_", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function16has_empty_targetEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function16has_empty_targetEz", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L14506", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": ".L14506", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " push QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE", + "range": { + "startCol": 17, + "endCol": 291 + } + } + ] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [] + }, + { + "text": " jmp .L14507", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [ + { + "name": ".L14507", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14506:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L14507:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE8max_sizeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS4_9unit_test17test_unit_fixtureEEESt6vectorIS8_SaIS8_EEEES9_EET0_T_SF_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L14513:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L14512", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L14512", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEJRS4_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEJRS4_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L14513", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L14513", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14512:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt22__copy_move_backward_aILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 745 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt23__copy_move_backward_a1ILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt23__copy_move_backward_a1ILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_RKS6_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 747 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_RKS6_S6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 751 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEE4swapERS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost9unit_test17test_unit_fixtureEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost9unit_test17test_unit_fixtureEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_", + "range": { + "startCol": 17, + "endCol": 209 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZSt18__do_alloc_on_swapISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEEvRT_S7_St17integral_constantIbLb0EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 629 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 629 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 630 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 630 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 630 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE7destroyIS9_EEvRSB_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE7destroyISA_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE7destroyISA_EEvPT_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE10deallocateERSB_PSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE10deallocateEPSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE10deallocateEPSB_m", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE8allocateERSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS5_EESH_IJEEEEEvRSB_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE9constructISA_JRKSt21piecewise_construct_tSt5tupleIJRS6_EESH_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE9constructISA_JRKSt21piecewise_construct_tSt5tupleIJRS6_EESH_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 233 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE9constructIS9_JS1_IS4_S8_EEEEvRSB_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE9constructISA_JS2_IS5_S9_EEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE9constructISA_JS2_IS5_S9_EEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEOT_RNSt16remove_referenceISD_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idINS_6detail7forwardEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idINS_6detail7forwardEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idINS_6detail7forwardEEES1_v", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS0_7forwardEE7managerERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerINS0_7forwardEE7managerERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerINS0_7forwardEE7managerERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IiE9assign_toINS0_7forwardEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_6detail7forwardEEEPT_RS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_6detail7forwardEEEPT_RS3_", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function16has_empty_targetEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function16has_empty_targetEz", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L14540", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": ".L14540", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IiE14assign_functorINS0_7forwardEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IiE14assign_functorINS0_7forwardEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [] + }, + { + "text": " jmp .L14541", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [ + { + "name": ".L14541", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14540:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L14541:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE7destroyIS6_EEvRS8_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE7destroyIS7_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE7destroyIS7_EEvPT_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE10deallocateERS8_PS7_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE10deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE10deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE8allocateERS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE9constructIS6_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESE_IJEEEEEvRS8_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESE_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESE_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test12test_resultsEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEOT_RNSt16remove_referenceISA_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEOT_RNSt16remove_referenceISA_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0EOmLb0EE7_M_headERS1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE9constructIS6_JRKSt21piecewise_construct_tSt5tupleIJOmEESE_IJEEEEEvRS8_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJOmEESE_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJOmEESE_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE10deallocateEPS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Destroy_auxILb1EE9__destroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEEvT_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 161 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE8max_sizeERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14564", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14564", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14564:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEET_SA_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEET_SA_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEET_SA_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_ET0_T_SD_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESC_EET0_T_SF_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESC_EET0_T_SF_SE_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE9constructIS9_JS9_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbx+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 953 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 954 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_M_check_lenEmS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1756 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " sub rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " setb al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [] + }, + { + "text": " je .L14575", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1758 + }, + "labels": [ + { + "name": ".L14575", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1759 + }, + "labels": [] + }, + { + "text": ".L14575:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " call _ZSt3maxImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [ + { + "name": "_ZSt3maxImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " add rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1761 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jb .L14576", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L14576", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " jbe .L14577", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L14577", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14576:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " jmp .L14578", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [ + { + "name": ".L14578", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14577:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1762 + }, + "labels": [] + }, + { + "text": ".L14578:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1763 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 811 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 812 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxmiIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1180 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1032 + }, + "labels": [] + }, + { + "text": "_ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 341 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_S9_ET0_T_SD_SC_RSaIT1_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_S9_ET0_T_SD_SC_RSaIT1_E", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE7destroyIS8_EEvRS9_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE7destroyIS9_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE7destroyIS9_EEvPT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIcSaIcEE11_S_max_sizeERKS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 9223372036854775807", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIcEE8max_sizeERKS0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIcEE8max_sizeERKS0_", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPcS0_SaIcEET0_T_S3_S2_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPcET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPcET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPcET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPcET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPcET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPcET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IccENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS2_E4typeES4_S4_S4_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IccENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS2_E4typeES4_S4_S4_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPcEC2ES0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPcEONSt16remove_referenceIT_E4typeEOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPcEONSt16remove_referenceIT_E4typeEOS3_", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPcES1_ET0_T_S4_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPcES3_EET0_T_S6_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPcES3_EET0_T_S6_S5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 288230376151711743", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE8max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE8max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14601", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14601", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14601:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIPKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPS5_ET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost8functionIFNS2_10test_tools16assertion_resultEmEEEPS7_EET0_T_SC_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost8functionIFNS2_10test_tools16assertion_resultEmEEEPS7_EET0_T_SC_SB_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIcE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIcE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIcE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_max_sizeERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 230584300921369395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE8max_sizeERKSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE8max_sizeERKSD_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14612", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14612", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14612:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEET_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEET_SE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEET_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEET_SE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEET_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEET_SE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEC2ESD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEONSt16remove_referenceIT_E4typeEOSG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEONSt16remove_referenceIT_E4typeEOSG_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEESE_ET0_T_SH_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS4_9unit_test19test_unit_generatorEEESt6vectorINS5_INS6_9decorator4baseEEESaISC_EEEESG_EET0_T_SJ_SI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS4_9unit_test19test_unit_generatorEEESt6vectorINS5_INS6_9decorator4baseEEESaISC_EEEESG_EET0_T_SJ_SI_", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7destroyIS6_EEvRS8_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS7_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS7_EEvPT_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateEPS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateEPS8_m", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceISA_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE14_M_create_nodeIJRKS5_EEEPSt13_Rb_tree_nodeIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_construct_nodeIJRKS5_EEEvPSt13_Rb_tree_nodeIS5_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_construct_nodeIJRKS5_EEEvPSt13_Rb_tree_nodeIS5_EDpOT_", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb1EPmS0_ET1_T0_S2_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb1EPmS0_ET1_T0_S2_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb1EPmS0_ET1_T0_S2_S1_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES2_ET_S7_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEC2EPS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE", + "range": { + "startCol": 34, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_9unit_test23unit_test_log_formatterEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L14640", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L14640", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L14640:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_max_sizeERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_max_sizeERKS4_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " movabs rax, 7905747460161236407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8allocateERS4_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE14_S_do_relocateEPS3_S6_S6_RS4_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS3_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC1ES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES5_S4_ET0_T_S8_S7_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES5_ET0_T_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES5_ET0_T_S8_S7_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8allocateERS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS4_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC1ES5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_S5_ET0_T_S9_S8_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_ET0_T_S9_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_ET0_T_S9_S8_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE7destroyIS5_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb1EPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ET1_T0_S6_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb1EPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ET1_T0_S6_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb1EPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ET1_T0_S6_S5_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEES6_ET_SB_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " movabs rax, 7905747460161236407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb0ELb0ESt26bidirectional_iterator_tagE8__copy_mISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS9_cS7_EEET0_T_SE_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 345 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 345 + }, + "labels": [] + }, + { + "text": ".L14689:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " je .L14688", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [ + { + "name": ".L14688", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [ + { + "name": "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EdeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EaSERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 348 + }, + "labels": [ + { + "name": "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EaSERKS5_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EppEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [ + { + "name": "_ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " jmp .L14689", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 347 + }, + "labels": [ + { + "name": ".L14689", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14688:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 350 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE10deallocateEPS3_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIN5boost7runtime16parameter_cla_idEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_max_sizeERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_max_sizeERKS3_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE8allocateERS3_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE14_S_do_relocateEPS2_S5_S5_RS3_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [] + }, + { + "text": " call _ZSt12__relocate_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 456 + }, + "labels": [ + { + "name": "_ZSt12__relocate_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 457 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost7runtime16parameter_cla_idESt13move_iteratorIPS2_EET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEC1ES3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES4_S3_ET0_T_S7_S6_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES4_ET0_T_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES4_ET0_T_S7_S6_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE7destroyIS3_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost7runtime16parameter_cla_idEJRKS2_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idC1ERKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " jmp .L14711", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": ".L14711", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": ".L14711:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE8allocateERSE_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE8allocateERSE_m", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEEvPSt13_Rb_tree_nodeISB_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r14, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " mov r8, r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE9constructISC_JRKSt21piecewise_construct_tSt5tupleIJRS7_EESK_IJEEEEEvRSE_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE9constructISC_JRKSt21piecewise_construct_tSt5tupleIJRS7_EESK_IJEEEEEvRSE_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 235 + } + } + ] + }, + { + "text": " jmp .L14721", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L14721", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L14721:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r14", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE24_M_get_insert_unique_posERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L14730:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L14727", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L14727", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L14728", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L14728", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " jmp .L14729", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L14729", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14728:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": ".L14729:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L14730", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L14730", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14727:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L14731", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L14731", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L14732", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L14732", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime8argumentEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L14735", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L14735", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14732:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEmmEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": ".L14731:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L14734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L14734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime8argumentEEEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L14735", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L14735", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14734:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L14735:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZZN5boost4rtti11rtti_detail12rttid_holderIbE4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderIbE4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost4rtti11rtti_detail12rttid_holderIbE4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZZN5boost4rtti11rtti_detail12rttid_holderIbE4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE", + "range": { + "startCol": 34, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentIbED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentIbEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentIbEE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentIbED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentIbED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentIbEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L14749", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L14749", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L14749:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNSt8__lc_raiISt26random_access_iterator_tagS0_E10__newlast1IPKcS4_EET_S5_S5_T0_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1209 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1209 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1213 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1213 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " jge .L14751", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1216 + }, + "labels": [ + { + "name": ".L14751", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": " jmp .L14753", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1216 + }, + "labels": [ + { + "name": ".L14753", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14751:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1216 + }, + "labels": [] + }, + { + "text": ".L14753:", + "source": null, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1217 + }, + "labels": [] + }, + { + "text": "_ZNSt8__lc_raiISt26random_access_iterator_tagS0_E6__cnd2IPKcEEbT_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1221 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1221 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1221 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1221 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1222 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1222 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 1222 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE8allocateERSE_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE9constructISC_JS1_IS6_SB_EEEEvRSE_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE9constructISD_JS2_IS7_SC_EEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE9constructISD_JS2_IS7_SC_EEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEOT_RNSt16remove_referenceISG_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE7destroyISC_EEvRSE_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE7destroyISD_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE7destroyISD_EEvPT_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE10deallocateERSE_PSD_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE10deallocateEPSE_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE10deallocateEPSE_m", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE7destroyISA_EEvRSC_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE7destroyISB_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE7destroyISB_EEvPT_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE10deallocateERSC_PSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE10deallocateEPSC_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE10deallocateEPSC_m", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE8allocateERSC_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISA_JS1_IcS9_EEEEvRSC_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISB_JS2_IcSA_EEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISB_JS2_IcSA_EEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISE_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 1152921504606846975", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE8max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE8max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14781", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14781", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14781:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEES7_ET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost17reference_wrapperIKNS3_7runtime16parameter_cla_idEEEES9_EET0_T_SC_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost17reference_wrapperIKNS3_7runtime16parameter_cla_idEEEES9_EET0_T_SC_SB_", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE8allocateERSG_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISE_JRKSt21piecewise_construct_tSt5tupleIJRS7_EESM_IJEEEEEvRSG_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISF_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESM_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISF_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESM_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 258 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime3cla13rt_cla_detail14parameter_trieEEEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISI_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISI_E4typeE", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE7destroyISE_EEvRSG_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE7destroyISF_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE7destroyISF_EEvPT_", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE10deallocateERSG_PSF_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE10deallocateEPSG_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE10deallocateEPSG_m", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EE7_M_headERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISE_JRKSt21piecewise_construct_tSt5tupleIJOS6_EESM_IJEEEEEvRSG_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISF_JRKSt21piecewise_construct_tSt5tupleIJOS7_EESM_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISF_JRKSt21piecewise_construct_tSt5tupleIJOS7_EESM_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 258 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt8_DestroyIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 135 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 140 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_max_sizeERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE8max_sizeERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE8max_sizeERKS7_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L14815", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L14815", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L14815:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEET_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEET_S8_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEET_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEET_S8_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEET_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEET_S8_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2ES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEONSt16remove_referenceIT_E4typeEOSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEONSt16remove_referenceIT_E4typeEOSA_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES8_ET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEESA_EET0_T_SD_SC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEESA_EET0_T_SD_SC_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE7destroyIS5_EEvRS7_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE7destroyIS6_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE7destroyIS6_EEvPT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE10deallocateERS7_PS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE10deallocateEPS7_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE10deallocateEPS7_m", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost9unit_test13basic_cstringIKcEEPS6_EET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L14834:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L14833", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L14833", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test13basic_cstringIKcEEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test13basic_cstringIKcEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost9unit_test13basic_cstringIKcEEJRKS4_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost9unit_test13basic_cstringIKcEEJRKS4_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-8], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L14834", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L14834", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14833:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1140 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS9_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE14_M_create_nodeIJS4_EEEPSt13_Rb_tree_nodeIS4_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE17_M_construct_nodeIJS4_EEEvPSt13_Rb_tree_nodeIS4_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE17_M_construct_nodeIJS4_EEEvPSt13_Rb_tree_nodeIS4_EDpOT_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE7destroyIS5_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS8_SaIS8_EEEEPS8_EET0_T_SH_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L14847:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L14846", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L14846", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test13basic_cstringIKcEEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test13basic_cstringIKcEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost9unit_test13basic_cstringIKcEEJRKS4_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost9unit_test13basic_cstringIKcEEJRKS4_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEppEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L14847", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L14847", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14846:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L14850", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L14850", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L14852", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L14852", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14850:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L14852:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 993 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 993 + }, + "labels": [] + }, + { + "text": " je .L14867", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 993 + }, + "labels": [ + { + "name": ".L14867", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base5emptyEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [] + }, + { + "text": " je .L14860", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 997 + }, + "labels": [ + { + "name": ".L14860", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 998 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [ + { + "name": "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [] + }, + { + "text": " je .L14861", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 999 + }, + "labels": [ + { + "name": ".L14861", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov edx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " call memcpy", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [] + }, + { + "text": " jmp .L14862", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1008 + }, + "labels": [ + { + "name": ".L14862", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14861:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [ + { + "name": "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " lea rsi, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1013 + }, + "labels": [] + }, + { + "text": ".L14862:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1015 + }, + "labels": [] + }, + { + "text": " jmp .L14857", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [ + { + "name": ".L14857", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L14860:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1017 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1017 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1017 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE5clearEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L14857", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [ + { + "name": ".L14857", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1020 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1020 + }, + "labels": [] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1021 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1019 + }, + "labels": [] + }, + { + "text": ".L14867:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 994 + }, + "labels": [] + }, + { + "text": ".L14857:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1024 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_NS6_12_GLOBAL__N_110callback_tERSD_EENS1_INS2_IKSB_NSE_9env_var_tERSI_EENS2_ISI_NSE_13description_tESK_EEEEEixENS0_7keywordISF_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EixENS0_7keywordISE_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EixENS0_7keywordISE_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 237 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opINS_8functionIFvNS0_13basic_cstringIKcEEEEEZNS0_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS5_E_EEvRT_RKT0_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEaSIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESG_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [ + { + "name": "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEaSIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESG_", + "range": { + "startCol": 17, + "endCol": 237 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKlNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opImlEEvRT_RKT0_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_S11_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_16optional_value_tERSM_EENS1_INS2_ISM_NS9_15default_value_tESO_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_16optional_value_tERSM_EENS1_INS2_ISM_NS9_15default_value_tESO_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 426 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1D_S1E_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_16optional_value_tERSQ_EENS9_INSA_ISQ_NSD_15default_value_tESS_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEixENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEixENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 318 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opINS0_13output_formatES2_EEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opINS0_13output_formatES2_EEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISR_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 275 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opINS0_13output_formatES2_EEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opINS0_13output_formatES2_EEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEED2Ev", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ESt16initializer_listISA_ERKS7_RKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC1ERKSC_RKSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_", + "range": { + "startCol": 17, + "endCol": 263 + } + } + ] + }, + { + "text": " jmp .L14906", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": ".L14906", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": ".L14906:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE7destroyIS9_EEvRSB_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE7destroyIS9_EEvRSB_PT_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE10deallocateERSB_PSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE10deallocateERSB_PSA_m", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 383 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 275 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opINS0_13output_formatES2_EEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opINS0_13output_formatES2_EEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_9log_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_9log_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 378 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_9log_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 270 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opINS0_9log_levelES2_EEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opINS0_9log_levelES2_EEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEED2Ev", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ESt16initializer_listISA_ERKS7_RKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC1ERKSC_RKSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE3endEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_", + "range": { + "startCol": 17, + "endCol": 258 + } + } + ] + }, + { + "text": " jmp .L14930", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": ".L14930", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": ".L14930:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE7destroyIS9_EEvRSB_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE7destroyIS9_EEvRSB_PT_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE10deallocateERSB_PSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE10deallocateERSB_PSA_m", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SV_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 339 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_ST_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKjNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opIjjEEvRT_RKT0_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_12report_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_12report_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 382 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 214 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_12report_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": "_ZN5boost3nfp10opt_assignINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 342 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 274 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9assign_opINS0_12report_levelES2_EEvRT_RKT0_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 346 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9assign_opINS0_12report_levelES2_EEvRT_RKT0_l", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEED2Ev", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 162 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ESt16initializer_listISA_ERKS7_RKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEEC1ERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC1ERKSC_RKSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE3endEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE5beginEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_", + "range": { + "startCol": 17, + "endCol": 262 + } + } + ] + }, + { + "text": " jmp .L14967", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [ + { + "name": ".L14967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 231 + }, + "labels": [] + }, + { + "text": ".L14967:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 232 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 641 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE7destroyIS9_EEvRSB_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 646 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE7destroyIS9_EEvRSB_PT_", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 649 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 587 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov edx, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE10deallocateERSB_PSA_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE10deallocateERSB_PSA_m", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 588 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSL_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEixENS0_7keywordISC_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EixENS0_7keywordISB_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EixENS0_7keywordISB_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEvRT_RKT0_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSL_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEixENS0_7keywordISC_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EixENS0_7keywordISB_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EixENS0_7keywordISB_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEEixENS0_7keywordIS6_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE7destroyISC_EEvRSE_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE7destroyISD_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE7destroyISD_EEvPT_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE10deallocateERSE_PSD_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE10deallocateEPSE_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE10deallocateEPSE_m", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime3cla6parserD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/cla/parser.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime3cla6parserEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rbx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L14995", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L14995", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime3cla6parserD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov esi, 128", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L14995:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEC2EPS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L15003", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L15003", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L15003:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idIPFvvEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idIPFvvEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idIPFvvEEES1_v", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerIPFvvEE7managerERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeENS1_16function_ptr_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function22functor_manager_commonIPFvvEE10manage_ptrERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function22functor_manager_commonIPFvvEE10manage_ptrERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toIPFvvEEEbT_RNS1_15function_bufferENS1_16function_ptr_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable0IvE5clearERNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable0IvE5clearERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 515 + }, + "labels": [] + }, + { + "text": " je .L15008", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 515 + }, + "labels": [ + { + "name": ".L15008", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 519 + }, + "labels": [] + }, + { + "text": " jmp .L15009", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 519 + }, + "labels": [ + { + "name": ".L15009", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15008:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 521 + }, + "labels": [] + }, + { + "text": ".L15009:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": "_ZNSt6chronoeqIlSt5ratioILl1ELl1000000000EElS2_EEbRKNS_8durationIT_T0_EERKNS3_IT1_T2_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 651 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 651 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 651 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000000EEE5countEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [ + { + "name": "_ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000000EEE5countEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " call _ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000000EEE5countEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [ + { + "name": "_ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000000EEE5countEv", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 657 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 658 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 658 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/chrono", + "line": 658 + }, + "labels": [] + }, + { + "text": "_ZSt10__distanceIPKcENSt15iterator_traitsIT_E15difference_typeES3_S3_St26random_access_iterator_tag:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator_base_funcs.h", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7destroyEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 51 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " je .L15016", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 53 + }, + "labels": [ + { + "name": ".L15016", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holder16callback_cleanerD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 67 + }, + "labels": [] + }, + { + "text": ".L15016:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 384307168202282325", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15020", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15020", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15020:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEJEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS9_SaIS9_EEEEPS9_EET0_T_SI_SH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15025:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15024", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15024", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15025", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15025", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15024:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15031", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15031", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15031:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmmEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKmmEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmmEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE7destroyIS4_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE10deallocateEPS5_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE7destroyIS9_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE10deallocateEPSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcPS1_EES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKcPS5_EERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKcPS2_EEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKcPS2_EEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE7destroyIS5_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15051", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15051", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15051:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt10_List_nodeImEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt10_List_nodeImEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15054", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15054", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15054:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15057", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15057", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15057:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE9constructIS9_JS2_INS5_9test_unit19readonly_property62ES8_EEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC1INS2_9test_unit19readonly_property62ES5_Lb1EEEOS_IT_T0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE8max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 88686269585142075", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEET_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15068:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15067", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15067", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_SaIS5_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_SaIS5_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15068", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15068", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15067:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEONSt16remove_referenceIT_E4typeEOS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES9_EET0_T_SC_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15074:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEbRKSt13move_iteratorIT_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEbRKSt13move_iteratorIT_ESB_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15073", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15073", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEdeEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEJS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEJS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEppEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15074", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15074", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15073:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15080", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15080", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15080:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKmEEC2EOS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKmEEC2EOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKmEEC2EOS2_", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESG_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKmEEC1EOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC1IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15085", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15085", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15085:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE7destroyISI_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE10deallocateEPSJ_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15090", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15090", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15090:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 5", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE9constructISI_JRKSt21piecewise_construct_tSt5tupleIJOS8_EESP_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC1IJOS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESJ_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15095", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15095", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15095:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEOT_RNSt16remove_referenceISL_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idIPFvRKNS_5debug16dbg_startup_infoEEEENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idIPFvRKNS_5debug16dbg_startup_infoEEEES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idIPFvRKNS_5debug16dbg_startup_infoEEEES1_v", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerIPFvRKNS_5debug16dbg_startup_infoEEE7managerERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeENS1_16function_ptr_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 322 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function22functor_manager_commonIPFvRKNS_5debug16dbg_startup_infoEEE10manage_ptrERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 325 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function22functor_manager_commonIPFvRKNS_5debug16dbg_startup_infoEEE10manage_ptrERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 326 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS6_EEEbT_RNS1_15function_bufferENS1_16function_ptr_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE5clearERNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 514 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE5clearERNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 515 + }, + "labels": [] + }, + { + "text": " je .L15104", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 515 + }, + "labels": [ + { + "name": ".L15104", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 518 + }, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 519 + }, + "labels": [] + }, + { + "text": " jmp .L15105", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 519 + }, + "labels": [ + { + "name": ".L15105", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15104:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 521 + }, + "labels": [] + }, + { + "text": ".L15105:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 523 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS8_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE9constructISI_JRKSt21piecewise_construct_tSt5tupleIJRS9_EESP_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC1EOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC1IJRS6_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESJ_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15110", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15110", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15110:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE8max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE8max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15114", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15114:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEC2ES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_ET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEEES9_EET0_T_SC_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEEES9_EET0_T_SC_SB_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt23__copy_move_backward_a1ILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZSt23__copy_move_backward_a2ILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [ + { + "name": "_ZSt23__copy_move_backward_a2ILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_RKS7_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1200 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1202 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb0EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb0EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb0EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_ET_SD_T0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEplEl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEplEl", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 324 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEpLEl:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESt6vectorIS9_SaIS9_EEEESA_EET0_T_SG_SF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15141:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15140", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15140", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJRS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJRS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15141", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15141", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15140:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EESC_EET0_T_SE_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EESC_EET0_T_SE_SD_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt23__copy_move_backward_a1ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZSt23__copy_move_backward_a2ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [ + { + "name": "_ZSt23__copy_move_backward_a2ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_RKSA_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13get_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 284 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 285 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 498 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 498 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 498 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_swap_dataERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 117 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 121 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_copy_dataERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 122 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_copy_dataERKS8_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_copy_dataERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 123 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_copy_dataERKS8_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_copy_dataERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 124 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_copy_dataERKS8_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 125 + }, + "labels": [] + }, + { + "text": "_ZSt15__alloc_on_moveISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEvRT_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 608 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 608 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 608 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 608 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 608 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 616 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 616 + }, + "labels": [] + }, + { + "text": " call _ZSt18__do_alloc_on_moveISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEvRT_S8_St17integral_constantIbLb1EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 616 + }, + "labels": [ + { + "name": "_ZSt18__do_alloc_on_moveISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEvRT_S8_St17integral_constantIbLb1EE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEC2ES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEESA_ET0_T_SD_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EEESC_EET0_T_SF_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EEESC_EET0_T_SF_SE_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE3getIPS9_EEbRT_SG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 221 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 221 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5clearEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " je .L15166", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 223 + }, + "labels": [ + { + "name": ".L15166", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15170:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " je .L15167", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L15167", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " je .L15167", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L15167", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " jmp .L15168", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L15168", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15167:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": ".L15168:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " je .L15169", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L15169", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " jmp .L15170", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 224 + }, + "labels": [ + { + "name": ".L15170", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15169:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " jne .L15171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 227 + }, + "labels": [ + { + "name": ".L15171", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " jmp .L15172", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 228 + }, + "labels": [ + { + "name": ".L15172", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15171:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " cmp rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 232 + }, + "labels": [] + }, + { + "text": " jne .L15173", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 232 + }, + "labels": [ + { + "name": ".L15173", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15175:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 233 + }, + "labels": [] + }, + { + "text": " je .L15174", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 233 + }, + "labels": [ + { + "name": ".L15174", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 234 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 234 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " jmp .L15175", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 233 + }, + "labels": [ + { + "name": ".L15175", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15173:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " je .L15176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 235 + }, + "labels": [ + { + "name": ".L15176", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 236 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " jmp .L15174", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 236 + }, + "labels": [ + { + "name": ".L15174", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15176:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " je .L15177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L15177", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " je .L15177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L15177", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " je .L15177", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L15177", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " jmp .L15178", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L15178", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15177:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": ".L15178:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " je .L15174", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L15174", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 239 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " jmp .L15176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 238 + }, + "labels": [ + { + "name": ".L15176", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15174:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+80], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 241 + }, + "labels": [] + }, + { + "text": " jmp .L15179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 241 + }, + "labels": [ + { + "name": ".L15179", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15166:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " jne .L15180", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 246 + }, + "labels": [ + { + "name": ".L15180", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " je .L15181", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 247 + }, + "labels": [ + { + "name": ".L15181", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 248 + }, + "labels": [] + }, + { + "text": " jmp .L15172", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 248 + }, + "labels": [ + { + "name": ".L15172", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15181:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+88], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 250 + }, + "labels": [] + }, + { + "text": ".L15180:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [] + }, + { + "text": " je .L15182", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 252 + }, + "labels": [ + { + "name": ".L15182", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 253 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 253 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 253 + }, + "labels": [] + }, + { + "text": " je .L15183", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 253 + }, + "labels": [ + { + "name": ".L15183", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 254 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 254 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": ".L15183:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov edx, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+88], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 256 + }, + "labels": [] + }, + { + "text": " jmp .L15179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 256 + }, + "labels": [ + { + "name": ".L15179", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15182:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " je .L15184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".L15184", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " je .L15184", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".L15184", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " jmp .L15185", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".L15185", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15184:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": ".L15185:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [] + }, + { + "text": " je .L15186", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 258 + }, + "labels": [ + { + "name": ".L15186", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+88], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " jmp .L15179", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 259 + }, + "labels": [ + { + "name": ".L15179", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15186:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [] + }, + { + "text": " je .L15191", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 261 + }, + "labels": [ + { + "name": ".L15191", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": ".L15191:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " je .L15188", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L15188", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " je .L15188", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L15188", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " je .L15188", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L15188", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jmp .L15189", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L15189", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15188:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": ".L15189:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " je .L15190", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L15190", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 265 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " jmp .L15191", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L15191", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15190:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+88], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": ".L15179:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE6assignIPKcNS0_13basic_cstringIS8_EEEEvT_SC_RT0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 271 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE6assignIPKcNS0_13basic_cstringIS8_EEEEvT_SC_RT0_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": ".L15172:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15198:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15197", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15197", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_SaIS4_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_SaIS4_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15198", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15198", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15197:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_9unit_test17test_unit_fixtureEEEES8_EET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15204:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEbRKSt13move_iteratorIT_ESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEbRKSt13move_iteratorIT_ESA_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15203", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15203", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEJS4_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEJS4_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEppEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15204", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15204", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15203:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15210", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15210", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvT_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvT_S6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15210:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15212", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15212", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15212:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESG_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKmEEC1EOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEEC1IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15217", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15217", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15217:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEOT_RNSt16remove_referenceISC_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl10order_infoD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl10order_infoD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE7destroyIS9_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE10deallocateEPSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaImEE8max_sizeERKS0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorImE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorImE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorImE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 1152921504606846975", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPmET_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1ImmENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS2_E4typeES4_S4_S4_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " jle .L15233", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 992 + }, + "labels": [ + { + "name": ".L15233", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " call memmove", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": ".L15233:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 995 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 995 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPmEONSt16remove_referenceIT_E4typeEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPmES3_EET0_T_S6_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt4copyISt13move_iteratorIPmES1_ET0_T_S4_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt4copyISt13move_iteratorIPmES1_ET0_T_S4_S3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 923 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNKSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNKSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 924 + }, + "labels": [] + }, + { + "text": "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 918 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sub rax, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 919 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb0EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 462 + }, + "labels": [] + }, + { + "text": "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework4impl11name_filter9componentEPKS5_ET0_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1564 + }, + "labels": [] + }, + { + "text": "_ZSt22__uninitialized_copy_aIPKN5boost9unit_test9framework4impl11name_filter9componentEPS5_S5_ET0_T_SA_S9_RSaIT1_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 323 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " call _ZSt18uninitialized_copyIPKN5boost9unit_test9framework4impl11name_filter9componentEPS5_ET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [ + { + "name": "_ZSt18uninitialized_copyIPKN5boost9unit_test9framework4impl11name_filter9componentEPS5_ET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 325 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE7destroyIS6_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_Vector_impl_dataC2EOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_max_sizeERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 384307168202282325", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE8max_sizeERKS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE8max_sizeERKS9_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15260", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15260", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15260:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEET_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEET_SA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEC2ES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSC_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEESA_ET0_T_SD_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS9_EEESC_EET0_T_SF_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS9_EEESC_EET0_T_SF_SE_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEC2ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 878 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEclIbNS_4_mfi4cmf1IbNS5_9framework4impl11name_filter9componentERS7_EENS0_7rrlist1IRKSG_EEEET_NS0_4typeISN_EERT0_RT1_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi9unwrapperINS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEEE6unwrapERSC_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [ + { + "name": "_ZN5boost3_bi9unwrapperINS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEEE6unwrapERSC_l", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEixIKNS2_9test_unitEEERT_RKNS_17reference_wrapperISD_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEixIKNS2_9test_unitEEERT_RKNS_17reference_wrapperISD_EE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost3_bi8storage1INS_3argILi1EEEE3a1_Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [ + { + "name": "_ZN5boost3_bi8storage1INS_3argILi1EEEE3a1_Ev", + "range": { + "startCol": 34, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEixEPFNS_3argILi1EEEvE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEixEPFNS_3argILi1EEEvE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS2_9test_unitEEclERKS6_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 309 + }, + "labels": [ + { + "name": "_ZNK5boost4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS2_9test_unitEEclERKS6_S9_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 310 + }, + "labels": [] + }, + { + "text": "_ZZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 163 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE7destroyIS8_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE10deallocateEPS9_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE7destroyIS5_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE7destroyIS5_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE10deallocateEPS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holderD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE7destroyIS9_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE10deallocateEPSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15286", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15286", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15286:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE9constructIS4_JS2_ImmEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmmEC1ImmLb1EEEOS_IT_T0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE", + "range": { + "startCol": 34, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE7managerERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-84], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 341 + }, + "labels": [] + }, + { + "text": " jne .L15292", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 341 + }, + "labels": [ + { + "name": ".L15292", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " jmp .L15299", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15299", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15292:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " jne .L15294", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 351 + }, + "labels": [ + { + "name": ".L15294", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " jmp .L15299", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15299", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15294:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " jne .L15295", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 354 + }, + "labels": [ + { + "name": ".L15295", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " test rbx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " je .L15296", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [ + { + "name": ".L15296", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": ".L15296:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " jmp .L15299", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15299", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15295:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " jne .L15297", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 360 + }, + "labels": [ + { + "name": ".L15297", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS2_5list1INS2_5valueINS_10shared_ptrIS7_EEEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS2_5list1INS2_5valueINS_10shared_ptrIS7_EEEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " je .L15298", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": ".L15298", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " jmp .L15299", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15299", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15298:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " jmp .L15299", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15299", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15297:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS2_5list1INS2_5valueINS_10shared_ptrIS7_EEEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS2_5list1INS2_5valueINS_10shared_ptrIS7_EEEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": ".L15299:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEclINS_4_mfi3mf0IvS5_EENS0_5list0EEEvNS0_4typeIvEERT_RT0_i:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi9unwrapperINS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEEE6unwrapERS6_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [ + { + "name": "_ZN5boost3_bi9unwrapperINS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEEE6unwrapERS6_l", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEERT_RNS0_5valueIS7_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEERT_RNS0_5valueIS7_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEclINS_10shared_ptrIS3_EEEEvRT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [ + { + "name": "_ZNK5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEclINS_10shared_ptrIS3_EEEEvRT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS1_5list1INS1_5valueINS_10shared_ptrIS6_EEEEEEEEEEPT_RSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC1ERKSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": "_ZZN5boost4rtti11rtti_detail12rttid_holderIjE4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderIjE4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost4rtti11rtti_detail12rttid_holderIjE4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZZN5boost4rtti11rtti_detail12rttid_holderIjE4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 185 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15313", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15313", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15313:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKN5boost9unit_test13output_formatEEEC2EOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEEC2EOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEEC2EOS5_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS6_EESG_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKN5boost9unit_test13output_formatEEEC1EOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEEC1IJRS3_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15319", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15319", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15319:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEOT_RNSt16remove_referenceISC_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE", + "range": { + "startCol": 34, + "endCol": 167 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-84], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 341 + }, + "labels": [] + }, + { + "text": " jne .L15327", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 341 + }, + "labels": [ + { + "name": ".L15327", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " jmp .L15334", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15334", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15327:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " jne .L15329", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 351 + }, + "labels": [ + { + "name": ".L15329", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " jmp .L15334", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15334", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15329:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " jne .L15330", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 354 + }, + "labels": [ + { + "name": ".L15330", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " je .L15331", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [ + { + "name": ".L15331", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": ".L15331:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " jmp .L15334", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15334", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15330:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " jne .L15332", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 360 + }, + "labels": [ + { + "name": ".L15332", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS2_5list2INS2_5valueIPS7_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS2_5list2INS2_5valueIPS7_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " je .L15333", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": ".L15333", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " jmp .L15334", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15334", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15333:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " jmp .L15334", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15334", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15332:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS2_5list2INS2_5valueIPS7_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS2_5list2INS2_5valueIPS7_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": ".L15334:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEclINS_4_mfi3mf1IvS4_RSoEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 317 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi9unwrapperINS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEEE6unwrapERS7_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZN5boost3_bi9unwrapperINS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEEE6unwrapERS7_l", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixISoEERT_RKNS_17reference_wrapperIS3_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixISoEERT_RKNS_17reference_wrapperIS3_EE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixIPNS_9unit_test15unit_test_log_tEEERT_RNS0_5valueIS6_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixIPNS_9unit_test15unit_test_log_tEEERT_RNS0_5valueIS6_EE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEclEPS3_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 319 + }, + "labels": [ + { + "name": "_ZNK5boost4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEclEPS3_S4_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 320 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS1_5list2INS1_5valueIPS6_EENS_17reference_wrapperISoEEEEEEEEPT_RSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": "_ZZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 145 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 288230376151711743", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15349:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15348", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15348", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15349", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15349", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15348:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES9_EET0_T_SC_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15355:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbRKSt13move_iteratorIT_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbRKSt13move_iteratorIT_ESB_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15354", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15354", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15355", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15355", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15354:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15361", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15361", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15361:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE", + "range": { + "startCol": 34, + "endCol": 197 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-84], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 341 + }, + "labels": [] + }, + { + "text": " jne .L15365", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 341 + }, + "labels": [ + { + "name": ".L15365", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " jmp .L15372", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15372", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15365:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " jne .L15367", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 351 + }, + "labels": [ + { + "name": ".L15367", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " jmp .L15372", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15372", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15367:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " jne .L15368", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 354 + }, + "labels": [ + { + "name": ".L15368", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " je .L15369", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [ + { + "name": ".L15369", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": ".L15369:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " jmp .L15372", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15372", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15368:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " jne .L15370", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 360 + }, + "labels": [ + { + "name": ".L15370", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS6_13output_formatERSoEENS2_5list3INS2_5valueIPS7_EENSC_IS8_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS6_13output_formatERSoEENS2_5list3INS2_5valueIPS7_EENSC_IS8_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " je .L15371", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": ".L15371", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " jmp .L15372", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15372", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15371:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " jmp .L15372", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15372", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15370:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS6_13output_formatERSoEENS2_5list3INS2_5valueIPS7_EENSC_IS8_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS6_13output_formatERSoEENS2_5list3INS2_5valueIPS7_EENSC_IS8_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": ".L15372:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEclINS_4_mfi3mf2IvS4_S7_RSoEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-60], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi9unwrapperINS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEEE6unwrapERS8_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZN5boost3_bi9unwrapperINS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEEE6unwrapERS8_l", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixISoEERT_RKNS_17reference_wrapperIS3_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixISoEERT_RKNS_17reference_wrapperIS3_EE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixINS_9unit_test13output_formatEEERT_RNS0_5valueIS5_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixINS_9unit_test13output_formatEEERT_RNS0_5valueIS5_EE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov ebx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixIPNS_9unit_test15unit_test_log_tEEERT_RNS0_5valueIS6_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixIPNS_9unit_test15unit_test_log_tEEERT_RNS0_5valueIS6_EE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rcx, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov edx, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS2_13output_formatERSoEclEPS3_S4_S5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS2_13output_formatERSoEclEPS3_S4_S5_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS5_13output_formatERSoEENS1_5list3INS1_5valueIPS6_EENSB_IS7_EENS_17reference_wrapperISoEEEEEEEEPT_RSJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE", + "range": { + "startCol": 34, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function22functor_manager_commonINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE12manage_smallERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function22functor_manager_commonINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE12manage_smallERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 213 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list1INS_17reference_wrapperISoEEEclIPFvRSoENS0_5list0EEEvNS0_4typeIvEERT_RT0_i:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi9unwrapperIPFvRSoEE6unwrapERS4_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [ + { + "name": "_ZN5boost3_bi9unwrapperIPFvRSoEE6unwrapERS4_l", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixISoEERT_RKNS_17reference_wrapperIS3_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixISoEERT_RKNS_17reference_wrapperIS3_EE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_3_bi6bind_tIvPFvRSoENS1_5list1INS_17reference_wrapperISoEEEEEEEEPT_RSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": "_ZZN5boost4rtti11rtti_detail12rttid_holderImE4instEvE6s_inst:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost4rtti11rtti_detail12rttid_holderImE4instEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov eax, OFFSET FLAT:_ZZN5boost4rtti11rtti_detail12rttid_holderImE4instEvE6s_inst", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZZN5boost4rtti11rtti_detail12rttid_holderImE4instEvE6s_inst", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/rtti.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE", + "range": { + "startCol": 34, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function22functor_manager_commonINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE12manage_smallERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function22functor_manager_commonINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE12manage_smallERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 233 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEclIPFvS9_ENS0_5list0EEEvNS0_4typeIvEERT_RT0_i:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-44], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 257 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi9unwrapperIPFvPFPNS_9unit_test10test_suiteEiPPcEEE6unwrapERSA_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [ + { + "name": "_ZN5boost3_bi9unwrapperIPFvPFPNS_9unit_test10test_suiteEiPPcEEE6unwrapERSA_l", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixIPFPNS_9unit_test10test_suiteEiPPcEEERT_RNS0_5valueISA_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixIPFPNS_9unit_test10test_suiteEiPPcEEERT_RNS0_5valueISA_EE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " call rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 260 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS1_5list1INS1_5valueIS9_EEEEEEEEPT_RSH_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rax, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rdx, rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE17_M_construct_nodeIJS6_EEEvPSt13_Rb_tree_nodeIS6_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE9constructIS7_JS7_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE9constructIS7_JS7_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE17_M_construct_nodeIJS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE9constructIS4_JS4_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE9constructIS4_JS4_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE17_M_construct_nodeIJS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE9constructIS4_JS4_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE9constructIS4_JS4_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_max_sizeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 230584300921369395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE8max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE8max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15407", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15407:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameEET_S6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameEET_S6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameEET_S6_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEC2ES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES6_ET0_T_S9_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES8_EET0_T_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES8_EET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb1EPN5boost9unit_test9framework5state13context_frameES5_ET1_T0_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test9framework5state13context_frameES8_EET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test9framework5state13context_frameES8_EET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE8max_sizeERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 1152921504606846975", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost9unit_test10test_suiteES3_ENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS6_E4typeES8_S8_S8_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " jle .L15423", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 992 + }, + "labels": [ + { + "name": ".L15423", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " call memmove", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": ".L15423:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 995 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 995 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPPN5boost9unit_test10test_suiteEEONSt16remove_referenceIT_E4typeEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES7_EET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt4copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_ET0_T_S8_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt4copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_ET0_T_S8_S7_", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15430", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15430", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15430:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESF_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKmEEC1EOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmPN5boost9unit_test9test_unitEEC1IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EES9_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15435", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15435", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15435:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE", + "range": { + "startCol": 34, + "endCol": 197 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE7managerERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-84], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 341 + }, + "labels": [] + }, + { + "text": " jne .L15441", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 341 + }, + "labels": [ + { + "name": ".L15441", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rdx+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rdx+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 350 + }, + "labels": [] + }, + { + "text": " jmp .L15448", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15448", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15441:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 351 + }, + "labels": [] + }, + { + "text": " jne .L15443", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 351 + }, + "labels": [ + { + "name": ".L15443", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 353 + }, + "labels": [] + }, + { + "text": " jmp .L15448", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15448", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15443:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 354 + }, + "labels": [] + }, + { + "text": " jne .L15444", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 354 + }, + "labels": [ + { + "name": ".L15444", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 356 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " je .L15445", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [ + { + "name": ".L15445", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 358 + }, + "labels": [] + }, + { + "text": ".L15445:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 359 + }, + "labels": [] + }, + { + "text": " jmp .L15448", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15448", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15444:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-84], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 360 + }, + "labels": [] + }, + { + "text": " jne .L15446", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 360 + }, + "labels": [ + { + "name": ".L15446", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS2_5list3INS2_5valueIPS7_EENSA_INS6_17test_case_counter19readonly_property43EEENSA_ImEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS2_5list3INS2_5valueIPS7_EENSA_INS6_17test_case_counter19readonly_property43EEENSA_ImEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [] + }, + { + "text": " je .L15447", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 361 + }, + "labels": [ + { + "name": ".L15447", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 362 + }, + "labels": [] + }, + { + "text": " jmp .L15448", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15448", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15447:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 364 + }, + "labels": [] + }, + { + "text": " jmp .L15448", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [ + { + "name": ".L15448", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15446:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS2_5list3INS2_5valueIPS7_EENSA_INS6_17test_case_counter19readonly_property43EEENSA_ImEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS2_5list3INS2_5valueIPS7_EENSA_INS6_17test_case_counter19readonly_property43EEENSA_ImEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 367 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 368 + }, + "labels": [] + }, + { + "text": ".L15448:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEclINS_4_mfi3mf2IvS4_mmEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-60], ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi9unwrapperINS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEEE6unwrapERS6_l", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZN5boost3_bi9unwrapperINS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEEE6unwrapERS6_l", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixImEERT_RNS0_5valueIS3_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixImEERT_RNS0_5valueIS3_EE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov r12, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixINS_9unit_test17test_case_counter19readonly_property43EEERT_RNS0_5valueIS6_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixINS_9unit_test17test_case_counter19readonly_property43EEERT_RNS0_5valueIS6_EE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3_bi5list0ixIPNS_9unit_test13test_observerEEERT_RNS0_5valueIS6_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost3_bi5list0ixIPNS_9unit_test13test_observerEEERT_RNS0_5valueIS6_EE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rcx, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdi, r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost4_mfi3mf2IvNS_9unit_test13test_observerEmmEclEPS3_mm", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 398 + }, + "labels": [ + { + "name": "_ZNK5boost4_mfi3mf2IvNS_9unit_test13test_observerEmmEclEPS3_mm", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS1_5list3INS1_5valueIPS6_EENS9_INS5_17test_case_counter19readonly_property43EEENS9_ImEEEEEEEEPT_RSI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 579 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 581 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 582 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 980 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 981 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 982 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEJRS4_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZSt23__copy_move_backward_a1ILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 717 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZSt23__copy_move_backward_a2ILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [ + { + "name": "_ZSt23__copy_move_backward_a2ILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 718 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_RKS6_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test17test_unit_fixtureEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost9unit_test17test_unit_fixtureEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test17test_unit_fixtureEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test17test_unit_fixtureEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test17test_unit_fixtureEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test17test_unit_fixtureEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test17test_unit_fixtureEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test17test_unit_fixtureEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE7destroyISA_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE10deallocateEPSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15471", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15471", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15471:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKN5boost16exception_detail10type_info_EEEC2EOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEEC2EOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEEC2EOS5_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE9constructISA_JRKSt21piecewise_construct_tSt5tupleIJRS6_EESH_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKN5boost16exception_detail10type_info_EEEC1EOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC1IJRS3_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESB_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15477", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15477", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15477:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE9constructISA_JS2_IS5_S9_EEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC1IS2_S6_Lb1EEEOS_IT_T0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idINS_6detail7forwardEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost6detail7forwardE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIN5boost6detail7forwardE", + "range": { + "startCol": 34, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerINS0_7forwardEE7managerERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function22functor_manager_commonINS0_7forwardEE12manage_smallERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function22functor_manager_commonINS0_7forwardEE12manage_smallERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_6detail7forwardEEEPT_RS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable0IiE14assign_functorINS0_7forwardEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE7destroyIS7_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE10deallocateEPS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15488", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15488", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15488:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESE_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKmEEC1EOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test12test_resultsEEC1IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EES8_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15493", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15493", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15493:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEOT_RNSt16remove_referenceISA_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJOmEESE_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJOmEEC1EOS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test12test_resultsEEC1IJOmEJEEESt21piecewise_construct_tSt5tupleIJDpT_EES8_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15501", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15501", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15501:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEET_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15510:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15509", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15509", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_SaIS8_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_SaIS8_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15510", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15510", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15509:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESC_EET0_T_SF_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15514:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEbRKSt13move_iteratorIT_ESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEbRKSt13move_iteratorIT_ESE_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15513", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15513", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEdeEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEJS8_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEJS8_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEppEv", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15514", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15514", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15513:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15520", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15520", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEvT_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEvT_SA_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15520:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE7destroyIS9_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPcET_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IccENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS2_E4typeES4_S4_S4_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " jle .L15525", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 992 + }, + "labels": [ + { + "name": ".L15525", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " call memmove", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": ".L15525:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 995 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 995 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPcEONSt16remove_referenceIT_E4typeEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPcES3_EET0_T_S6_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt4copyISt13move_iteratorIPcES1_ET0_T_S4_S3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt4copyISt13move_iteratorIPcES1_ET0_T_S4_S3_", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE8max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 288230376151711743", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost8functionIFNS2_10test_tools16assertion_resultEmEEEPS7_EET0_T_SC_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15537:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15536", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15536", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEJRKS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEJRKS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15537", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15537", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15536:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15543", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15543", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15543:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE8max_sizeERKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 230584300921369395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEET_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15552:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15551", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15551", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_SaISC_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_SaISC_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15552", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15552", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15551:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEONSt16remove_referenceIT_E4typeEOSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS4_9unit_test19test_unit_generatorEEESt6vectorINS5_INS6_9decorator4baseEEESaISC_EEEESG_EET0_T_SJ_SI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15558:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEbRKSt13move_iteratorIT_ESI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEbRKSt13move_iteratorIT_ESI_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15557", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15557", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEdeEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEJSC_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEJSC_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEppEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15558", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15558", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15557:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15564", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15564", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvT_SE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvT_SE_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15564:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS7_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateEPS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE8allocateERS8_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE8allocateERS8_m", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_construct_nodeIJRKS5_EEEvPSt13_Rb_tree_nodeIS5_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE9constructIS6_JRKS6_EEEvRS8_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE9constructIS6_JRKS6_EEEvRS8_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " jmp .L15574", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L15574", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L15574:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb1EPmS0_ET1_T0_S2_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mImEEPT_PKS3_S6_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mImEEPT_PKS3_S6_S4_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_max_sizeERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 164703072086692425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8max_sizeERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8max_sizeERKS4_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15582", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15582", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15582:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S5_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S5_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S5_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2ES4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES5_ET0_T_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES7_EET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES7_EET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_max_sizeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 1152921504606846975", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8max_sizeERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8max_sizeERKS5_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15594", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15594", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15594:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS7_E4typeES9_S9_S9_RSaIT0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS7_E4typeES9_S9_S9_RSaIT0_E", + "range": { + "startCol": 17, + "endCol": 192 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2ES5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_ET0_T_S9_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES8_EET0_T_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES8_EET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb1EPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ET1_T0_S6_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES7_EET0_T_S9_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES7_EET0_T_S9_S8_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 245 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 245 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 245 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 366 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 368 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 369 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 370 + }, + "labels": [] + }, + { + "text": "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 240 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 241 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 241 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 241 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 358 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 359 + }, + "labels": [] + }, + { + "text": "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EaSERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 233 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 233 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " je .L15614", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 234 + }, + "labels": [ + { + "name": ".L15614", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 235 + }, + "labels": [] + }, + { + "text": ".L15614:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 237 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stream_iterator.h", + "line": 237 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_max_sizeERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 88686269585142075", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE8max_sizeERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE8max_sizeERKS3_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15619", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15619", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15619:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt12__relocate_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1022 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost7runtime16parameter_cla_idEET_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost7runtime16parameter_cla_idEET_S4_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost7runtime16parameter_cla_idEET_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost7runtime16parameter_cla_idEET_S4_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPN5boost7runtime16parameter_cla_idEET_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPN5boost7runtime16parameter_cla_idEET_S4_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [] + }, + { + "text": " call _ZSt14__relocate_a_1IPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1028 + }, + "labels": [ + { + "name": "_ZSt14__relocate_a_1IPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1031 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEC2ES3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1301 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1302 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES4_ET0_T_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES6_EET0_T_S9_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES6_EET0_T_S9_S8_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE8allocateERSE_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE9constructISC_JRKSt21piecewise_construct_tSt5tupleIJRS7_EESK_IJEEEEEvRSE_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov r8, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE9constructISD_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESK_IJEEEEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE9constructISD_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESK_IJEEEEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 232 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " add rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime8argumentEEEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEOT_RNSt16remove_referenceISG_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEOT_RNSt16remove_referenceISG_E4typeE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15637", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15637", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15637:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE9constructISD_JS2_IS7_SC_EEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEEC1IS4_S9_Lb1EEEOS_IT_T0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE7destroyISD_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE10deallocateEPSE_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE7destroyISB_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE10deallocateEPSC_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15649", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15649", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15649:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISB_JS2_IcSA_EEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEC1IcS7_Lb1EEEOS_IT_T0_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE8max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 1152921504606846975", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEET_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15660:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15659", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15659", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_SaIS5_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_SaIS5_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15660", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15660", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15659:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEONSt16remove_referenceIT_E4typeEOS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost17reference_wrapperIKNS3_7runtime16parameter_cla_idEEEES9_EET0_T_SC_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15666:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEbRKSt13move_iteratorIT_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEbRKSt13move_iteratorIT_ESB_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15665", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15665", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEJS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEJS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEppEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15666", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15666", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15665:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15672", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15672", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15672:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15674", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L15674", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L15674:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZNSt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEEC2EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEEC2EOS7_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 663 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISF_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESM_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC1IJRS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESG_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15680", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15680", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15680:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISI_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE7destroyISF_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE10deallocateEPSG_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISF_JRKSt21piecewise_construct_tSt5tupleIJOS7_EESM_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEC1EOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC1IJOS4_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESG_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L15691", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L15691", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L15691:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE8max_sizeERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEET_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15700:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_SaIS6_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_SaIS6_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15700", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15700", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15699:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEONSt16remove_referenceIT_E4typeEOSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEESA_EET0_T_SD_SC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15706:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEbRKSt13move_iteratorIT_ESC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEbRKSt13move_iteratorIT_ESC_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15705", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15705", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEJS6_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEJS6_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEppEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15706", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15706", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15705:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15712", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15712", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvT_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvT_S8_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15712:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE7destroyIS6_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE10deallocateEPS7_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost9unit_test13basic_cstringIKcEEEPT_RS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost9unit_test13basic_cstringIKcEEJRKS4_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE8allocateERS7_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE8allocateERS7_m", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE17_M_construct_nodeIJS4_EEEvPSt13_Rb_tree_nodeIS4_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE9constructIS5_JS5_EEEvRS7_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE9constructIS5_JS5_EEEvRS7_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxxneIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1088 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1091 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15728", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15728", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L15730", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15730", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15728:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15730:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EixENS0_7keywordIS9_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15732", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15732", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L15734", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15732:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15734:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15736", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15736", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKbEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKbEET_v", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " jmp .L15738", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15738", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15736:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15738:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15740", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15740", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKbEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKbEET_v", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " jmp .L15742", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15742", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15740:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15742:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EixENS0_7keywordISE_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15744", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15744", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EET_v", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " jmp .L15746", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15746", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15744:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15746:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEaSIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1137 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC1IZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EET_NS_10enable_if_IXntsrNS_11is_integralISE_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE4swapERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE4swapERS5_", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1140 + }, + "labels": [] + }, + { + "text": " jmp .L15751", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1140 + }, + "labels": [ + { + "name": ".L15751", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1139 + }, + "labels": [] + }, + { + "text": ".L15751:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1141 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1141 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1141 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15753", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15753", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " jmp .L15755", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15755", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15753:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15755:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15757", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15757", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKlEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKlEET_v", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " jmp .L15759", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15759", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15757:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15759:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15761", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15761", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKlEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKlEET_v", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " jmp .L15763", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15763", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15761:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15763:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_16optional_value_tERSM_EENS1_INS2_ISM_NS9_15default_value_tESO_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEixENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EixENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EixENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opINS0_13output_formatES2_EEvRT_RKT0_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEC2ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEC2ERKSA_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSC_RKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEEC1IS8_EERKSaIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC1ERKSC_OSaISt13_Rb_tree_nodeIS8_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " jmp .L15777", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [ + { + "name": ".L15777", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": ".L15777:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC1ERSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": ".L15780:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " je .L15781", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L15781", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1ERKSt17_Rb_tree_iteratorIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_", + "range": { + "startCol": 17, + "endCol": 251 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-48], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " jmp .L15780", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L15780", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15781:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE7destroyIS9_EEvRSB_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE7destroyISA_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE7destroyISA_EEvPT_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE10deallocateERSB_PSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE10deallocateEPSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE10deallocateEPSB_m", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_9log_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opINS0_9log_levelES2_EEvRT_RKT0_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEC2ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEC2ERKSA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSC_RKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEEC1IS8_EERKSaIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC1ERKSC_OSaISt13_Rb_tree_nodeIS8_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " jmp .L15801", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [ + { + "name": ".L15801", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": ".L15801:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC1ERSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": ".L15804:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " je .L15805", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L15805", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1ERKSt17_Rb_tree_iteratorIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_", + "range": { + "startCol": 17, + "endCol": 246 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-48], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " jmp .L15804", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L15804", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15805:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE7destroyIS9_EEvRSB_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE7destroyISA_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE7destroyISA_EEvPT_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE10deallocateERSB_PSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE10deallocateEPSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE10deallocateEPSB_m", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15815", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15815", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKjEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKjEET_v", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " jmp .L15817", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15817", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15815:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15817:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15819", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15819", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKjEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKjEET_v", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " jmp .L15821", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15821", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15819:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15821:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_12report_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 196 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9assign_opINS0_12report_levelES2_EEvRT_RKT0_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 28 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 30 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/assign_op.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEC2ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEC2ERKSA_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSC_RKSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 938 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEEC1IS8_EERKSaIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC1ERKSC_OSaISt13_Rb_tree_nodeIS8_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " jmp .L15833", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [ + { + "name": ".L15833", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": ".L15833:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 940 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1105 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC1ERSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1107 + }, + "labels": [] + }, + { + "text": ".L15836:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " je .L15837", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L15837", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1ERKSt17_Rb_tree_iteratorIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1109 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_", + "range": { + "startCol": 17, + "endCol": 250 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-48], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [] + }, + { + "text": " jmp .L15836", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1108 + }, + "labels": [ + { + "name": ".L15836", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15837:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1110 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 571 + }, + "labels": [] + }, + { + "text": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 235 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE7destroyIS9_EEvRSB_PT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 527 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE7destroyISA_EEvPT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 531 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE7destroyISA_EEvPT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 535 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE10deallocateERSB_PSA_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 491 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE10deallocateEPSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE10deallocateEPSB_m", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 492 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EixENS0_7keywordISB_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15845", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15845", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " jmp .L15847", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15847", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15845:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15847:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EixENS0_7keywordISB_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L15849", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15849", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " jmp .L15851", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L15851", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15849:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L15851:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 211 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE7destroyISD_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE10deallocateEPSE_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idIPFvvEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIPFvvE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIPFvvE", + "range": { + "startCol": 34, + "endCol": 43 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function22functor_manager_commonIPFvvEE10manage_ptrERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " jne .L15858", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 262 + }, + "labels": [ + { + "name": ".L15858", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " jmp .L15864", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15864", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15858:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jne .L15860", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L15860", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " jmp .L15864", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15864", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15860:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " jne .L15861", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 267 + }, + "labels": [ + { + "name": ".L15861", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " jmp .L15864", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15864", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15861:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 269 + }, + "labels": [] + }, + { + "text": " jne .L15862", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 269 + }, + "labels": [ + { + "name": ".L15862", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idIPFvvEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIPFvvEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " je .L15863", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [ + { + "name": ".L15863", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " jmp .L15864", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15864", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15863:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " jmp .L15864", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15864", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15862:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idIPFvvEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIPFvvEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": ".L15864:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " jmp .L15868", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": ".L15868", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": ".L15868:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEJRKS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFNS_10test_tools16assertion_resultEmEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " jmp .L15872", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": ".L15872", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": ".L15872:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmmEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKcPS2_EEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE8allocateERS6_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE8allocateERS6_m", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 192153584101141162", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt10_List_nodeImEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 384307168202282325", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 60680079189834051", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC2INS2_9test_unit19readonly_property62ES5_Lb1EEEOS_IT_T0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9test_unit19readonly_property62EEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9test_unit19readonly_property62EEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyImEcvRKmEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helperEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helperEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_SaIS5_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEbRKSt13move_iteratorIT_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEbRKSt13move_iteratorIT_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEbRKSt13move_iteratorIT_ESB_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC2EOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rdx, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " add rdx, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+96], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+100]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+100], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEJS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKmEEC2EOS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKmEE7_M_headERS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKmEE7_M_headERS2_", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKmLb0EEC2ES1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKmLb0EEC2ES1_", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC2IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC1IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 96076792050570581", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC2IJOS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESJ_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC1IJOS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSI_IJDpT1_EESt12_Index_tupleIJXspT0_EEESR_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idIPFvRKNS_5debug16dbg_startup_infoEEEES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIPFvRKN5boost5debug16dbg_startup_infoEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIPFvRKN5boost5debug16dbg_startup_infoEE", + "range": { + "startCol": 34, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function22functor_manager_commonIPFvRKNS_5debug16dbg_startup_infoEEE10manage_ptrERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 259 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 262 + }, + "labels": [] + }, + { + "text": " jne .L15908", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 262 + }, + "labels": [ + { + "name": ".L15908", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 263 + }, + "labels": [] + }, + { + "text": " jmp .L15914", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15914", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15908:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 264 + }, + "labels": [] + }, + { + "text": " jne .L15910", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 264 + }, + "labels": [ + { + "name": ".L15910", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 265 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 266 + }, + "labels": [] + }, + { + "text": " jmp .L15914", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15914", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15910:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 267 + }, + "labels": [] + }, + { + "text": " jne .L15911", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 267 + }, + "labels": [ + { + "name": ".L15911", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 268 + }, + "labels": [] + }, + { + "text": " jmp .L15914", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15914", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15911:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 269 + }, + "labels": [] + }, + { + "text": " jne .L15912", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 269 + }, + "labels": [ + { + "name": ".L15912", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idIPFvRKNS_5debug16dbg_startup_infoEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIPFvRKNS_5debug16dbg_startup_infoEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [] + }, + { + "text": " je .L15913", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 270 + }, + "labels": [ + { + "name": ".L15913", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 271 + }, + "labels": [] + }, + { + "text": " jmp .L15914", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15914", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15913:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 273 + }, + "labels": [] + }, + { + "text": " jmp .L15914", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [ + { + "name": ".L15914", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15912:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idIPFvRKNS_5debug16dbg_startup_infoEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIPFvRKNS_5debug16dbg_startup_infoEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 275 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": ".L15914:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS8_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2ES7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2ES7_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC2IJRS6_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESJ_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC1IJRS6_EJLm0EEJEJEEERSt5tupleIJDpT_EERSI_IJDpT1_EESt12_Index_tupleIJXspT0_EEESR_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE8max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 576460752303423487", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15923:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15922", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15922", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_SaIS5_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_SaIS5_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15923", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15923", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15922:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEEES9_EET0_T_SC_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15927:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEbRKSt13move_iteratorIT_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEbRKSt13move_iteratorIT_ESB_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15926", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15926", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEdeEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEppEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15927", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15927", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15926:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15933", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15933", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15933:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt23__copy_move_backward_a2ILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEES9_EET0_T_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [ + { + "name": "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEES9_EET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 712 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 712 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb0EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEES9_EET0_T_SB_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEES9_EET0_T_SB_SA_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 969 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJRS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EESC_EET0_T_SE_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": ".L15943:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " jle .L15942", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [ + { + "name": ".L15942", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEaSEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEaSEOS7_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-40], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " jmp .L15943", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [ + { + "name": ".L15943", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15942:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 404 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 405 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 405 + }, + "labels": [] + }, + { + "text": "_ZSt23__copy_move_backward_a2ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EESC_EET0_T_SE_SD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [ + { + "name": "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EESC_EET0_T_SE_SD_", + "range": { + "startCol": 17, + "endCol": 187 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 712 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 712 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 293 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC1ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 294 + }, + "labels": [] + }, + { + "text": "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_copy_dataERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 113 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 114 + }, + "labels": [] + }, + { + "text": "_ZSt18__do_alloc_on_moveISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEvRT_S8_St17integral_constantIbLb1EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 598 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 598 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 599 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 599 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 599 + }, + "labels": [ + { + "name": "_ZSt4moveIRSaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 599 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 599 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 599 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L15952:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L15951", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15951", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_SaIS8_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_SaIS8_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L15952", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L15952", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15951:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EEESC_EET0_T_SF_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L15958:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEbRKSt13move_iteratorIT_ESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEbRKSt13move_iteratorIT_ESE_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L15957", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15957", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEJS8_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEJS8_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L15958", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L15958", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15957:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L15964", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L15964", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvT_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvT_SA_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L15964:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov eax, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-60], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " je .L15966", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L15966", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp eax, 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " jg .L15967", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L15967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " je .L15968", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L15968", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp eax, 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " jg .L15967", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L15967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " je .L15969", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L15969", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " je .L15970", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L15970", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " jmp .L15967", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 102 + }, + "labels": [ + { + "name": ".L15967", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15969:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-31]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " jne .L15971", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15971", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-30]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " jne .L15971", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15971", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L15980:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " je .L15973", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15973", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-29]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneINS0_13basic_cstringIKcEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneINS0_13basic_cstringIKcEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " je .L15973", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15973", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " jmp .L15974", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15974", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15973:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L15974:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " je .L15971", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15971", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " jne .L15975", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15975", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefIcNS0_13basic_cstringIKcEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefIcNS0_13basic_cstringIKcEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-25], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": ".L15978:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " jne .L15975", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15975", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " movsx edx, BYTE PTR [rbp-60]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " movsx ecx, BYTE PTR [rbp-25]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-27]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9ut_detail20default_char_compareIcEclEcc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 105 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9ut_detail20default_char_compareIcEclEcc", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L15976", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 105 + }, + "labels": [ + { + "name": ".L15976", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 106 + }, + "labels": [] + }, + { + "text": " jmp .L15977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 106 + }, + "labels": [ + { + "name": ".L15977", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15976:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " jmp .L15978", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15978", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15975:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " je .L15980", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15980", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " lea rax, [rbp-26]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextINS0_13basic_cstringIKcEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextINS0_13basic_cstringIKcEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " jmp .L15980", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 104 + }, + "labels": [ + { + "name": ".L15980", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15971:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 108 + }, + "labels": [] + }, + { + "text": " jmp .L15977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 108 + }, + "labels": [ + { + "name": ".L15977", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15970:", + "source": null, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-60]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " call ispunct", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 111 + }, + "labels": [] + }, + { + "text": " jmp .L15977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 111 + }, + "labels": [ + { + "name": ".L15977", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15968:", + "source": null, + "labels": [] + }, + { + "text": " movsx eax, BYTE PTR [rbp-60]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call isspace", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " test eax, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " jmp .L15977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 113 + }, + "labels": [ + { + "name": ".L15977", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15966:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " jmp .L15977", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 115 + }, + "labels": [ + { + "name": ".L15977", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L15967:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L15977:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE6assignIPKcNS0_13basic_cstringIS8_EEEEvT_SC_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 142 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_SaIS4_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEbRKSt13move_iteratorIT_ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEbRKSt13move_iteratorIT_ESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEbRKSt13move_iteratorIT_ESA_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEJS4_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 128102389400760775", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEEC2IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEEC1IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorImE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorImE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorImE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt4copyISt13move_iteratorIPmES1_ET0_T_S4_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPmEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPmEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPmEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPmEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb1EPmS0_ET1_T0_S2_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb1EPmS0_ET1_T0_S2_S1_", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1776 + }, + "labels": [] + }, + { + "text": " movabs rax, 384307168202282325", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1781 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE8max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE8max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1783 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " call _ZSt3minImERKT_S2_S2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [ + { + "name": "_ZSt3minImERKT_S2_S2_", + "range": { + "startCol": 17, + "endCol": 38 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1784 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1785 + }, + "labels": [] + }, + { + "text": "_ZNKSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L16003", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L16003", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L16003:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZSt18uninitialized_copyIPKN5boost9unit_test9framework4impl11name_filter9componentEPS5_ET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 125 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost9unit_test9framework4impl11name_filter9componentEPS7_EET0_T_SC_SB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost9unit_test9framework4impl11name_filter9componentEPS7_EET0_T_SC_SB_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 151 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE8max_sizeERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 384307168202282325", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEET_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L16015:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L16014", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L16014", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_SaIS8_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_SaIS8_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L16015", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L16015", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16014:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS9_EEESC_EET0_T_SF_SE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L16021:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEbRKSt13move_iteratorIT_ESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEbRKSt13move_iteratorIT_ESE_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L16020", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16020", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEdeEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEJS8_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEJS8_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEppEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L16021", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16021", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16020:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L16027", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L16027", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvT_SA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvT_SA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L16027:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost3_bi9unwrapperINS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEEE6unwrapERSC_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi8storage1INS_3argILi1EEEE3a1_Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3argILi1EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [ + { + "name": "_ZN5boost3argILi1EEC1Ev", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/storage.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEixEPFNS_3argILi1EEEvE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test9framework4impl11name_filter9componentEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test9framework4impl11name_filter9componentEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 882 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEixIKNS2_9test_unitEEERT_RKNS_17reference_wrapperISD_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 888 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 888 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 888 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 888 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 888 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 888 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 888 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 888 + }, + "labels": [] + }, + { + "text": "_ZNK5boost4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS2_9test_unitEEclERKS6_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 235 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " je .L16038", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [ + { + "name": ".L16038", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " jmp .L16039", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [ + { + "name": ".L16039", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16038:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": ".L16039:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 237 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 238 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 192153584101141162", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmmEC2ImmLb1EEEOS_IT_T0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [ + { + "name": "_ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [ + { + "name": "_ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKNS0_17type_index_facadeIT_T0_EES9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 188 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKNS0_17type_index_facadeIT_T0_EES9_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi9unwrapperINS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEEE6unwrapERS6_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi5list0ixINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEERT_RNS0_5valueIS7_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEE3getEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZNK5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEclINS_10shared_ptrIS3_EEEEvRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEE4callINS_10shared_ptrIS3_EEEEvRT_PKv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 55 + }, + "labels": [ + { + "name": "_ZNK5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEE4callINS_10shared_ptrIS3_EEEEvRT_PKv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 144115188075855871", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEEC2EOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEE7_M_headERS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEE7_M_headERS5_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EEC2ES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EEC2ES4_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEEC2IJRS3_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEEC1IJRS3_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi9unwrapperINS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEEE6unwrapERS7_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi5list0ixIPNS_9unit_test15unit_test_log_tEEERT_RNS0_5valueIS6_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueIPNS_9unit_test15unit_test_log_tEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5valueIPNS_9unit_test15unit_test_log_tEE3getEv", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi5list0ixISoEERT_RKNS_17reference_wrapperIS3_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/ref.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZNK5boost4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEclEPS3_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 163 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " lea rcx, [rdx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " je .L16076", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [ + { + "name": ".L16076", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " jmp .L16077", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [ + { + "name": ".L16077", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16076:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": ".L16077:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 165 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbRKSt13move_iteratorIT_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbRKSt13move_iteratorIT_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbRKSt13move_iteratorIT_ESB_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi9unwrapperINS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEEE6unwrapERS8_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi5list0ixINS_9unit_test13output_formatEEERT_RNS0_5valueIS5_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_9unit_test13output_formatEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5valueINS_9unit_test13output_formatEE3getEv", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZNK5boost4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS2_13output_formatERSoEclEPS3_S4_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea rdi, [rdx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " je .L16094", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [ + { + "name": ".L16094", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jmp .L16095", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [ + { + "name": ".L16095", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16094:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L16095:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov ecx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov esi, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function22functor_manager_commonINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE12manage_smallERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " je .L16098", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L16098", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " jne .L16099", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L16099", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16098:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " jne .L16105", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 291 + }, + "labels": [ + { + "name": ".L16105", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 292 + }, + "labels": [] + }, + { + "text": " jmp .L16105", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 295 + }, + "labels": [ + { + "name": ".L16105", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16099:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " jne .L16102", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 296 + }, + "labels": [ + { + "name": ".L16102", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " jmp .L16106", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16106", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16102:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " jne .L16103", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 301 + }, + "labels": [ + { + "name": ".L16103", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvRSoENS2_5list1INS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvRSoENS2_5list1INS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " je .L16104", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": ".L16104", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " jmp .L16106", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16106", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16104:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 305 + }, + "labels": [] + }, + { + "text": " jmp .L16106", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16106", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16103:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvRSoENS2_5list1INS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvRSoENS2_5list1INS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " jmp .L16106", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16106", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16105:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": ".L16106:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi9unwrapperIPFvRSoEE6unwrapERS4_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function22functor_manager_commonINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE12manage_smallERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " je .L16110", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L16110", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " jne .L16111", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L16111", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16110:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " jne .L16117", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 291 + }, + "labels": [ + { + "name": ".L16117", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 292 + }, + "labels": [] + }, + { + "text": " jmp .L16117", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 295 + }, + "labels": [ + { + "name": ".L16117", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16111:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " jne .L16114", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 296 + }, + "labels": [ + { + "name": ".L16114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " jmp .L16118", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16118", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16114:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " jne .L16115", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 301 + }, + "labels": [ + { + "name": ".L16115", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS2_5list1INS2_5valueISA_EEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS2_5list1INS2_5valueISA_EEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " je .L16116", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": ".L16116", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " jmp .L16118", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16118", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16116:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 305 + }, + "labels": [] + }, + { + "text": " jmp .L16118", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16118", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16115:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS2_5list1INS2_5valueISA_EEEEEEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS2_5list1INS2_5valueISA_EEEEEEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " jmp .L16118", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16118", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16117:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": ".L16118:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi9unwrapperIPFvPFPNS_9unit_test10test_suiteEiPPcEEE6unwrapERSA_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi5list0ixIPFPNS_9unit_test10test_suiteEiPPcEEERT_RNS0_5valueISA_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueIPFPNS_9unit_test10test_suiteEiPPcEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5valueIPFPNS_9unit_test10test_suiteEiPPcEE3getEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE9constructIS7_JS7_EEEvRS9_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE9constructIS8_JS8_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE9constructIS8_JS8_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE9constructIS4_JS4_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE9constructIS5_JS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE9constructIS5_JS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE9constructIS4_JS4_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE9constructIS5_JS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE9constructIS5_JS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE8max_sizeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 230584300921369395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameEET_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L16138:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L16137", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L16137", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aIN5boost9unit_test9framework5state13context_frameES4_SaIS4_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aIN5boost9unit_test9framework5state13context_frameES4_SaIS4_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L16138", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L16138", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16137:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES8_EET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L16144:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPN5boost9unit_test9framework5state13context_frameEEbRKSt13move_iteratorIT_ESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPN5boost9unit_test9framework5state13context_frameEEbRKSt13move_iteratorIT_ESA_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L16143", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16143", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEdeEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost9unit_test9framework5state13context_frameEJS4_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost9unit_test9framework5state13context_frameEJS4_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEppEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L16144", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16144", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16143:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L16150", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L16150", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameEEvT_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameEEvT_S6_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L16150:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework5state13context_frameaSEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+32], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+36], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 872 + }, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test9framework5state13context_frameES8_EET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " movabs rax, -3689348814741910323", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": ".L16155:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " jle .L16154", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [ + { + "name": ".L16154", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13context_frameaSEOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework5state13context_frameaSEOS3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-40], 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " jmp .L16155", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [ + { + "name": ".L16155", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16154:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 404 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 405 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 405 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt4copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_ET0_T_S8_S7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 192153584101141162", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmPN5boost9unit_test9test_unitEEC2IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EES9_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmPN5boost9unit_test9test_unitEEC1IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS8_IJDpT1_EESt12_Index_tupleIJXspT0_EEESH_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi9unwrapperINS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEEE6unwrapERS6_l:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi5list0ixIPNS_9unit_test13test_observerEEERT_RNS0_5valueIS6_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueIPNS_9unit_test13test_observerEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5valueIPNS_9unit_test13test_observerEE3getEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi5list0ixINS_9unit_test17test_case_counter19readonly_property43EEERT_RNS0_5valueIS6_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueINS_9unit_test17test_case_counter19readonly_property43EE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5valueINS_9unit_test17test_case_counter19readonly_property43EE3getEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3_bi5list0ixImEERT_RNS0_5valueIS3_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3_bi5valueImE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [ + { + "name": "_ZN5boost3_bi5valueImE3getEv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 176 + }, + "labels": [] + }, + { + "text": "_ZNK5boost4_mfi3mf2IvNS_9unit_test13test_observerEmmEclEPS3_mm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " lea rdi, [rdx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " je .L16173", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [ + { + "name": ".L16173", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " jmp .L16174", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [ + { + "name": ".L16174", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16173:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": ".L16174:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt23__copy_move_backward_a2ILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 699 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [] + }, + { + "text": " call _ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10shared_ptrINS3_9unit_test17test_unit_fixtureEEES8_EET0_T_SA_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 709 + }, + "labels": [ + { + "name": "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10shared_ptrINS3_9unit_test17test_unit_fixtureEEES8_EET0_T_SA_S9_", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 712 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 712 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 164703072086692425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEEC2EOS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEE7_M_headERS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEE7_M_headERS5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EEC2ES4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EEC2ES4_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC2IJRS3_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESB_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC1IJRS3_EJLm0EEJEJEEERSt5tupleIJDpT_EERSA_IJDpT1_EESt12_Index_tupleIJXspT0_EEESJ_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC2IS2_S6_Lb1EEEOS_IT_T0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function22functor_manager_commonINS0_7forwardEE12manage_smallERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " je .L16186", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L16186", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " jne .L16187", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L16187", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16186:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " jne .L16193", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 291 + }, + "labels": [ + { + "name": ".L16193", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 292 + }, + "labels": [] + }, + { + "text": " jmp .L16193", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 295 + }, + "labels": [ + { + "name": ".L16193", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16187:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " jne .L16190", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 296 + }, + "labels": [ + { + "name": ".L16190", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " jmp .L16194", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16194", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16190:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " jne .L16191", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 301 + }, + "labels": [ + { + "name": ".L16191", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_6detail7forwardEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_6detail7forwardEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " je .L16192", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": ".L16192", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " jmp .L16194", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16194", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16192:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 305 + }, + "labels": [] + }, + { + "text": " jmp .L16194", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16194", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16191:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idINS_6detail7forwardEEENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idINS_6detail7forwardEEENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " jmp .L16194", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L16194", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16193:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": ".L16194:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 60680079189834051", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test12test_resultsEEC2IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EES8_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test12test_resultsEEC1IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS7_IJDpT1_EESt12_Index_tupleIJXspT0_EEESG_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test12test_resultsEEC2IJOmEJEEESt21piecewise_construct_tSt5tupleIJDpT_EES8_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKmN5boost9unit_test12test_resultsEEC1IJOmEJLm0EEJEJEEERSt5tupleIJDpT_EERS7_IJDpT1_EESt12_Index_tupleIJXspT0_EEESG_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_SaIS8_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE7destroyIS8_EEvRS9_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE7destroyIS8_EEvRS9_PT_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEbRKSt13move_iteratorIT_ESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEbRKSt13move_iteratorIT_ESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEbRKSt13move_iteratorIT_ESE_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEJS8_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbx+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZSt4copyISt13move_iteratorIPcES1_ET0_T_S4_S3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPcEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPcEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPcEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPcEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb1EPcS0_ET1_T0_S2_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb1EPcS0_ET1_T0_S2_S1_", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_SaISC_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEONSt16remove_referenceIT_E4typeEOSF_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEONSt16remove_referenceIT_E4typeEOSF_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JSC_EEEvRSD_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JSC_EEEvRSD_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE7destroyISC_EEvRSD_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE7destroyISC_EEvRSD_PT_", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEbRKSt13move_iteratorIT_ESI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEbRKSt13move_iteratorIT_ESI_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEbRKSt13move_iteratorIT_ESI_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC2EOSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEEC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEJSC_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISD_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISD_E4typeE", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC1EOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE8allocateERS8_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE9constructIS6_JRKS6_EEEvRS8_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS7_JRKS7_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS7_JRKS7_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mImEEPT_PKS3_S6_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 425 + }, + "labels": [] + }, + { + "text": " je .L16228", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 425 + }, + "labels": [ + { + "name": ".L16228", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " call memmove", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": ".L16228:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 428 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 428 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8max_sizeERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 164703072086692425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L16238:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L16237", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L16237", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_SaIS3_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_SaIS3_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L16238", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L16238", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16237:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES7_EET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L16242:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEbRKSt13move_iteratorIT_ES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEbRKSt13move_iteratorIT_ES9_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L16241", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16241", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEdeEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEJS3_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEJS3_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEppEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L16242", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16242", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16241:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L16248", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L16248", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L16248:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8max_sizeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 1152921504606846975", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS7_E4typeES9_S9_S9_RSaIT0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 988 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 991 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 992 + }, + "labels": [] + }, + { + "text": " jle .L16256", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 992 + }, + "labels": [ + { + "name": ".L16256", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": " call memmove", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 993 + }, + "labels": [] + }, + { + "text": ".L16256:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 994 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 995 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 995 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES8_EET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 107 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt4copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_ET0_T_S9_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt4copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_ET0_T_S9_S8_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implaSEOS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+4], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " movzx edx, BYTE PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+48], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_log.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES7_EET0_T_S9_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " movabs rax, 7905747460161236407", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": ".L16266:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " jle .L16265", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [ + { + "name": ".L16265", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implaSEOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implaSEOS2_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-40], 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [] + }, + { + "text": " jmp .L16266", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 398 + }, + "labels": [ + { + "name": ".L16266", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16265:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 404 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 405 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 405 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE8max_sizeERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 88686269585142075", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_baseIPN5boost7runtime16parameter_cla_idEET_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 313 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 315 + }, + "labels": [] + }, + { + "text": "_ZSt14__relocate_a_1IPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1000 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1012 + }, + "labels": [] + }, + { + "text": ".L16276:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " je .L16275", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L16275", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " call _ZSt19__relocate_object_aIN5boost7runtime16parameter_cla_idES2_SaIS2_EEvPT_PT0_RT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1014 + }, + "labels": [ + { + "name": "_ZSt19__relocate_object_aIN5boost7runtime16parameter_cla_idES2_SaIS2_EEvPT_PT0_RT1_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-40], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [] + }, + { + "text": " jmp .L16276", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1013 + }, + "labels": [ + { + "name": ".L16276", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16275:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1016 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 1017 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES6_EET0_T_S9_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L16282:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZStneIPN5boost7runtime16parameter_cla_idEEbRKSt13move_iteratorIT_ES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZStneIPN5boost7runtime16parameter_cla_idEEbRKSt13move_iteratorIT_ES8_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L16281", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16281", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEdeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEdeEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost7runtime16parameter_cla_idEJS2_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost7runtime16parameter_cla_idEJS2_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": "_ZNSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEppEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L16282", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16282", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16281:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " jmp .L16288", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [ + { + "name": ".L16288", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPN5boost7runtime16parameter_cla_idEEvT_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 96 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idEEvT_S4_", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 94 + }, + "labels": [] + }, + { + "text": ".L16288:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L16290", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L16290", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L16290:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE9constructISD_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESK_IJEEEEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " lea r13, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEEC1IJRS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESE_IJDpT0_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L16295", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L16295", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L16295:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 88", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEOT_RNSt16remove_referenceISG_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 144115188075855871", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEEC2IS4_S9_Lb1EEEOS_IT_T0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 164703072086692425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IcS7_Lb1EEEOS_IT_T0_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIcEOT_RNSt16remove_referenceIS0_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 372 + }, + "labels": [ + { + "name": "_ZSt7forwardIcEOT_RNSt16remove_referenceIS0_E4typeE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " movzx edx, BYTE PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax], dl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1EOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 373 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_SaIS5_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEbRKSt13move_iteratorIT_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEbRKSt13move_iteratorIT_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEbRKSt13move_iteratorIT_ESB_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEJS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 144115188075855871", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEEC2EOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEE7_M_headERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEE7_M_headERS7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EEC2ES6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EEC2ES6_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 375 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IJRS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESG_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC1IJRS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSF_IJDpT1_EESt12_Index_tupleIJXspT0_EEESO_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IJOS4_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESG_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC1IJOS4_EJLm0EEJEJEEERSt5tupleIJDpT_EERSF_IJDpT1_EESt12_Index_tupleIJXspT0_EEESO_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_SaIS6_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEONSt16remove_referenceIT_E4typeEOS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEONSt16remove_referenceIT_E4typeEOS9_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JS6_EEEvRS7_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JS6_EEEvRS7_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7destroyIS6_EEvRS7_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7destroyIS6_EEvRS7_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEbRKSt13move_iteratorIT_ESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEbRKSt13move_iteratorIT_ESC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEbRKSt13move_iteratorIT_ESC_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEJS6_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1EOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE8allocateERS7_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE9constructIS5_JS5_EEEvRS7_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE9constructIS6_JS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE9constructIS6_JS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKbEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKbEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKbEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC2IZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EET_NS_10enable_if_IXntsrNS_11is_integralISE_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1079 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2IZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EET_NS_10enable_if_IXntsrNS_11is_integralISD_EE5valueEiE4typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1086 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2IZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EET_NS_10enable_if_IXntsrNS_11is_integralISD_EE5valueEiE4typeE", + "range": { + "startCol": 17, + "endCol": 233 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 1088 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE4swapERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 856 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 858 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 858 + }, + "labels": [] + }, + { + "text": " jne .L16346", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 858 + }, + "labels": [ + { + "name": ".L16346", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 859 + }, + "labels": [] + }, + { + "text": " jmp .L16345", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 865 + }, + "labels": [ + { + "name": ".L16345", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16346:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 862 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 863 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 864 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " jmp .L16345", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [ + { + "name": ".L16345", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 861 + }, + "labels": [] + }, + { + "text": ".L16345:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 865 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 865 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 865 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKlEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKlEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKlEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EixENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L16353", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L16353", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_v", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " jmp .L16355", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L16355", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16353:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L16355:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L16357", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L16357", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_v", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " jmp .L16359", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L16359", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16357:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L16359:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEEC2IS8_EERKSaIT_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSC_OSaISt13_Rb_tree_nodeIS8_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEEONSt16remove_referenceIT_E4typeEOSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEEONSt16remove_referenceIT_E4typeEOSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEEC2ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEEC2ERKSA_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC2ERSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC2ERKSt17_Rb_tree_iteratorIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_", + "range": { + "startCol": 17, + "endCol": 209 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " je .L16368", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [ + { + "name": ".L16368", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 238 + } + } + ] + }, + { + "text": " jmp .L16370", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2269 + }, + "labels": [ + { + "name": ".L16370", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16368:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": ".L16370:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE7destroyISA_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE10deallocateEPSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L16376", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L16376", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test9log_levelEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test9log_levelEEET_v", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " jmp .L16378", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L16378", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16376:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L16378:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEEC2IS8_EERKSaIT_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSC_OSaISt13_Rb_tree_nodeIS8_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEEONSt16remove_referenceIT_E4typeEOSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEEONSt16remove_referenceIT_E4typeEOSE_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEEC2ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEEC2ERKSA_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC2ERSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC2ERKSt17_Rb_tree_iteratorIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " je .L16387", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [ + { + "name": ".L16387", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 233 + } + } + ] + }, + { + "text": " jmp .L16389", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2269 + }, + "labels": [ + { + "name": ".L16389", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16387:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": ".L16389:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE7destroyISA_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE10deallocateEPSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKjEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKjEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKjEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " je .L16397", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L16397", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost3nfp3nil4instEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZN5boost3nfp3nil4instEv", + "range": { + "startCol": 17, + "endCol": 41 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost3nfp3nil8any_castIRKNS_9unit_test12report_levelEEET_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test12report_levelEEET_v", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " jmp .L16399", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [ + { + "name": ".L16399", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16397:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": ".L16399:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 244 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEEC2IS8_EERKSaIT_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEEC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEEC2Ev", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 157 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSC_OSaISt13_Rb_tree_nodeIS8_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 714 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEEONSt16remove_referenceIT_E4typeEOSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEEONSt16remove_referenceIT_E4typeEOSE_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEEC2ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEEC2ERKSA_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 715 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 716 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC2ERSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 542 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 543 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1010 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1011 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC2ERKSt17_Rb_tree_iteratorIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 350 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 351 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " sub rsp, 64", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2254 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_", + "range": { + "startCol": 17, + "endCol": 208 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2264 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [] + }, + { + "text": " je .L16408", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2266 + }, + "labels": [ + { + "name": ".L16408", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov r8, rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2267 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_", + "range": { + "startCol": 17, + "endCol": 237 + } + } + ] + }, + { + "text": " jmp .L16410", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2269 + }, + "labels": [ + { + "name": ".L16410", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16408:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2270 + }, + "labels": [] + }, + { + "text": ".L16410:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2271 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 72 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE7destroyISA_EEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE10deallocateEPSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 120 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 133 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_vE1vB5cxx11:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_vE1vB5cxx11[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE8allocateERS6_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test9test_unit19readonly_property62EEOT_RNSt16remove_referenceIS4_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE9constructIS6_JS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE9constructIS6_JS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSteqIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEbRKSt13move_iteratorIT_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE4baseEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE4baseEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKmEE7_M_headERS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKmLb0EE7_M_headERS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKmLb0EE7_M_headERS2_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC2IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC2IJOS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSI_IJDpT1_EESt12_Index_tupleIJXspT0_EEESR_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [ + { + "name": "_ZSt7forwardIONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+56], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE7_M_headERS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE7_M_headERS8_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC2IJRS6_EJLm0EEJEJEEERSt5tupleIJDpT_EERSI_IJDpT1_EESt12_Index_tupleIJXspT0_EEESR_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSC_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+56], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_SaIS5_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE7destroyIS5_EEvRS6_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE7destroyIS5_EEvRS6_PT_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEbRKSt13move_iteratorIT_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEbRKSt13move_iteratorIT_ESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEbRKSt13move_iteratorIT_ESB_", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEES9_EET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": ".L16448:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " jle .L16447", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [ + { + "name": ".L16447", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-32], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS8_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-40], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEaSEOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEaSEOS4_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " jmp .L16448", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [ + { + "name": ".L16448", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16447:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 669 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 670 + }, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEES9_EET0_T_SB_SA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 375 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 378 + }, + "labels": [] + }, + { + "text": ".L16452:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " jle .L16451", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 378 + }, + "labels": [ + { + "name": ".L16451", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 380 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 380 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEaSERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 380 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEaSERKS4_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 381 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-40], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 382 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 378 + }, + "labels": [] + }, + { + "text": " jmp .L16452", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 378 + }, + "labels": [ + { + "name": ".L16452", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16451:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 385 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 385 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS7_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EESC_EET0_T_SE_SD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " movabs rax, -6148914691236517205", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " imul rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": ".L16458:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " jle .L16457", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [ + { + "name": ".L16457", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-32], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-40], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEaSEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [ + { + "name": "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEaSEOS7_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " jmp .L16458", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [ + { + "name": ".L16458", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16457:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 669 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 670 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEONSt16remove_referenceIT_E4typeEOS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_SaIS8_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEbRKSt13move_iteratorIT_ESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEbRKSt13move_iteratorIT_ESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEbRKSt13move_iteratorIT_ESE_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEJS8_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9ut_detail20default_char_compareIcEclEcc:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov ecx, esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov edx, ecx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-12], dl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-16], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 66 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 71 + }, + "labels": [] + }, + { + "text": " call _ZNSt11char_traitsIcE2eqERKcS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 71 + }, + "labels": [ + { + "name": "_ZNSt11char_traitsIcE2eqERKcS2_", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 73 + }, + "labels": [] + }, + { + "text": "_ZSteqIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEbRKSt13move_iteratorIT_ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEEC2IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl10order_infoC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPmEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPmE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPmE4baseEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPmET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPmET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb1EPmS0_ET1_T0_S2_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPmET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPmET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb1EPmS0_ET1_T0_S2_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb1EPmS0_ET1_T0_S2_S1_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIPmET_RKS1_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIPmET_RKS1_S1_", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE8max_sizeERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE8max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 546 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE8max_sizeEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 550 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 384307168202282325", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost9unit_test9framework4impl11name_filter9componentEPS7_EET0_T_SC_SB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 87 + }, + "labels": [] + }, + { + "text": ".L16485:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " cmp rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " je .L16484", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16484", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test9framework4impl11name_filter9componentEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test9framework4impl11name_filter9componentEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructIN5boost9unit_test9framework4impl11name_filter9componentEJRKS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 91 + }, + "labels": [ + { + "name": "_ZSt10_ConstructIN5boost9unit_test9framework4impl11name_filter9componentEJRKS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " add QWORD PTR [rbp-24], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-8], 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [] + }, + { + "text": " jmp .L16485", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 90 + }, + "labels": [ + { + "name": ".L16485", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16484:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 92 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 99 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_SaIS8_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE7destroyIS8_EEvRS9_PT_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEbRKSt13move_iteratorIT_ESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEbRKSt13move_iteratorIT_ESE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEbRKSt13move_iteratorIT_ESE_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEJS8_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC1EOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost9unit_test9framework4impl11name_filter9componentEEOT_RNSt16remove_referenceIS8_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKNS0_17type_index_facadeIT_T0_EES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index5equalERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 155 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index5equalERKS1_", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/type_index_facade.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": "_ZNK5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEE4callINS_10shared_ptrIS3_EEEEvRT_PKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call _ZN5boost11get_pointerINS_9unit_test17test_unit_fixtureEEEPNS_10shared_ptrIT_E12element_typeERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [ + { + "name": "_ZN5boost11get_pointerINS_9unit_test17test_unit_fixtureEEEPNS_10shared_ptrIT_E12element_typeERKS5_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " lea rdx, [rcx+rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " and eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " je .L16504", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [ + { + "name": ".L16504", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " sub rax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " add rax, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " jmp .L16505", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [ + { + "name": ".L16505", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16504:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": ".L16505:", + "source": null, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " call rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/mem_fn_template.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEE7_M_headERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EE7_M_headERS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EE7_M_headERS5_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEEC2IJRS3_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKN5boost9unit_test13output_formatEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKN5boost9unit_test13output_formatEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS9_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZSt4cout", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14runtime_config13stream_holderC1ERSo", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueIPNS_9unit_test15unit_test_log_tEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": "_ZSteqIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbRKSt13move_iteratorIT_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueINS_9unit_test13output_formatEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueIPFPNS_9unit_test10test_suiteEiPPcEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE9constructIS8_JS8_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbx+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L16524", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L16524", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L16524:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE9constructIS5_JS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L16528", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L16528", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L16528:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE9constructIS5_JS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aIN5boost9unit_test9framework5state13context_frameES4_SaIS4_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE7destroyIS4_EEvRS5_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE7destroyIS4_EEvRS5_PT_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPN5boost9unit_test9framework5state13context_frameEEbRKSt13move_iteratorIT_ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPN5boost9unit_test9framework5state13context_frameEEbRKSt13move_iteratorIT_ESA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPN5boost9unit_test9framework5state13context_frameEEbRKSt13move_iteratorIT_ESA_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost9unit_test9framework5state13context_frameEJS4_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework5state13context_frameC1EOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPPN5boost9unit_test10test_suiteEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPPN5boost9unit_test10test_suiteEE4baseEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIPPN5boost9unit_test10test_suiteEET_RKS5_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIPPN5boost9unit_test10test_suiteEET_RKS5_S5_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmPN5boost9unit_test9test_unitEEC2IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS8_IJDpT1_EESt12_Index_tupleIJXspT0_EEESH_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueIPNS_9unit_test13test_observerEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueINS_9unit_test17test_case_counter19readonly_property43EE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": "_ZN5boost3_bi5valueImE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/bind/bind.hpp", + "line": 124 + }, + "labels": [] + }, + { + "text": "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10shared_ptrINS3_9unit_test17test_unit_fixtureEEES8_EET0_T_SA_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " sar rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 666 + }, + "labels": [] + }, + { + "text": ".L16554:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " jle .L16553", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [ + { + "name": ".L16553", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-32], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " sub QWORD PTR [rbp-40], 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEaSEOS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 668 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-8], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " jmp .L16554", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 667 + }, + "labels": [ + { + "name": ".L16554", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16553:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 669 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 670 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 670 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEE7_M_headERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EE7_M_headERS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EE7_M_headERS5_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC2IJRS3_EJLm0EEJEJEEERSt5tupleIJDpT_EERSA_IJDpT1_EESt12_Index_tupleIJXspT0_EEESJ_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKN5boost16exception_detail10type_info_EEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKN5boost16exception_detail10type_info_EEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS9_", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS3_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test12test_resultsEEC2IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS7_IJDpT1_EESt12_Index_tupleIJXspT0_EEESG_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_resultsC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKmN5boost9unit_test12test_resultsEEC2IJOmEJLm0EEJEJEEERSt5tupleIJDpT_EERS7_IJDpT1_EESt12_Index_tupleIJXspT0_EEESG_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJOmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJOmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS5_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIOmEOT_RNSt16remove_referenceIS1_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt7forwardIOmEOT_RNSt16remove_referenceIS1_E4typeE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12test_resultsC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZSteqIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEbRKSt13move_iteratorIT_ESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPcEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPcE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPcE4baseEv", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPcET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPcET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb1EPcS0_ET1_T0_S2_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPcET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPcET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPcET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPcET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPcET_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPcET_S1_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb1EPcS0_ET1_T0_S2_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb1EPcS0_ET1_T0_S2_S1_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIPcET_RKS1_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIPcET_RKS1_S1_", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEONSt16remove_referenceIT_E4typeEOSF_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JSC_EEEvRSD_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISD_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISD_E4typeE", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE9constructISD_JSD_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE9constructISD_JSD_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSteqIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEbRKSt13move_iteratorIT_ESI_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISD_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEEC2EOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 628 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 630 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 631 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 632 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L16580", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L16580", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L16580:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 6", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS7_JRKS7_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L16585", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": ".L16585", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r13, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZdlPvS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZdlPvS_", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": " mov rax, r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": ".L16585:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop r13", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_SaIS3_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS6_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS3_EEvRS4_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS3_EEvRS4_PT_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEbRKSt13move_iteratorIT_ES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEbRKSt13move_iteratorIT_ES9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEbRKSt13move_iteratorIT_ES9_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEJS3_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC1EOS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt4copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_ET0_T_S9_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 560 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [] + }, + { + "text": " call _ZSt13__copy_move_aILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 569 + }, + "labels": [ + { + "name": "_ZSt13__copy_move_aILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 570 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEaSEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_2io18ios_base_all_saverEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 655 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEaSEOS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC1EOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE4swapERS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE4swapERS3_", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 655 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt19__relocate_object_aIN5boost7runtime16parameter_cla_idES2_SaIS2_EEvPT_PT0_RT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 968 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZSt4moveIRN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS5_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 976 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE7destroyIS2_EEvRS3_PT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 977 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE7destroyIS2_EEvRS3_PT_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 978 + }, + "labels": [] + }, + { + "text": "_ZStneIPN5boost7runtime16parameter_cla_idEEbRKSt13move_iteratorIT_ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1501 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " call _ZSteqIPN5boost7runtime16parameter_cla_idEEbRKSt13move_iteratorIT_ES8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [ + { + "name": "_ZSteqIPN5boost7runtime16parameter_cla_idEEbRKSt13move_iteratorIT_ES8_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1503 + }, + "labels": [] + }, + { + "text": "_ZNSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1335 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1337 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1338 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1339 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEdeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1328 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost7runtime16parameter_cla_idEJS2_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameter_cla_idC1EOS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 144115188075855871", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEEC2IJRS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESE_IJDpT0_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1673 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEEC1IJRS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSD_IJDpT1_EESt12_Index_tupleIJXspT0_EEESM_IJXspT2_EEE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1678 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1679 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS5_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEONSt16remove_referenceIT_E4typeEOS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE9constructIS6_JS6_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE9constructIS6_JS6_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSteqIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEbRKSt13move_iteratorIT_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS6_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEE7_M_headERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " call _ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EE7_M_headERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [ + { + "name": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EE7_M_headERS7_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 349 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IJRS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSF_IJDpT1_EESt12_Index_tupleIJXspT0_EEESO_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKN5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKN5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IJOS4_EJLm0EEJEJEEERSt5tupleIJDpT_EERSF_IJDpT1_EESt12_Index_tupleIJXspT0_EEESO_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJON5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJON5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSA_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardION5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt7forwardION5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEONSt16remove_referenceIT_E4typeEOS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JS6_EEEvRS7_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE9constructIS7_JS7_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE9constructIS7_JS7_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZSteqIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEbRKSt13move_iteratorIT_ESC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L16636", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L16636", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L16636:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 2", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE9constructIS6_JS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2IZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EET_NS_10enable_if_IXntsrNS_11is_integralISD_EE5valueEiE4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-16], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 711 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [] + }, + { + "text": " call _ZN5boost13function_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 718 + }, + "labels": [ + { + "name": "_ZN5boost13function_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 720 + }, + "labels": [ + { + "name": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_", + "range": { + "startCol": 17, + "endCol": 184 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 721 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEEONSt16remove_referenceIT_E4typeEOSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEEC2ERKSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEEC2ERKSC_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 152 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L16649", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L16649", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L16650", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16650", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L16650", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16650", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L16651", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16651", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16650:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L16651:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L16652", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L16652", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16652:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16649:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L16654", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L16654", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L16655", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L16655", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16655:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEmmEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L16657", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L16657", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L16658", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L16658", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16658:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16657:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16654:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L16659", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L16659", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L16660", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L16660", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16660:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEppEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L16662", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L16662", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L16663", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L16663", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16663:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16662:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " jmp .L16664", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L16664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16659:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L16664:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEclERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L16670", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16670", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L16670", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L16670", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L16671", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16671", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16670:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L16672", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16672", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16671:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L16672:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test9log_levelEEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test9log_levelEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test9log_levelEEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEEONSt16remove_referenceIT_E4typeEOSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEEC2ERKSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEEC2ERKSC_", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L16684", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L16684", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L16685", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16685", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L16685", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16685", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L16686", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16686", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16685:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L16686:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L16687", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L16687", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16687:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16684:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L16689", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L16689", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L16690", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L16690", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16690:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEmmEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L16692", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L16692", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L16693", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L16693", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16693:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16692:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16689:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L16694", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L16694", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L16695", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L16695", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16695:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEppEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L16697", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L16697", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L16698", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L16698", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16698:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16697:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " jmp .L16699", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L16699", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16694:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L16699:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEclERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L16705", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16705", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L16705", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L16705", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L16706", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16706", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16705:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L16707", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16707", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16706:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L16707:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test12report_levelEEET_vE1v:", + "source": null, + "labels": [] + }, + { + "text": " .zero 8", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test12report_levelEEET_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 137 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [ + { + "name": "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR _ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test12report_levelEEET_vE1v[rip]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 138 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 79 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEEONSt16remove_referenceIT_E4typeEOSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 147 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEEC2ERKSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEEC2ERKSC_", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC2EPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 273 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 274 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " sub rsp, 280", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-264], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-272], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-280], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2193 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-272]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE13_M_const_castEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE13_M_const_castEv", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-232], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2197 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [] + }, + { + "text": " je .L16719", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2201 + }, + "labels": [ + { + "name": ".L16719", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L16720", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16720", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " je .L16720", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16720", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": " jmp .L16721", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [ + { + "name": ".L16721", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16720:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2204 + }, + "labels": [] + }, + { + "text": ".L16721:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [] + }, + { + "text": " je .L16722", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2203 + }, + "labels": [ + { + "name": ".L16722", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-200]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2205 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16722:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2207 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16719:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [] + }, + { + "text": " je .L16724", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2209 + }, + "labels": [ + { + "name": ".L16724", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-240], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2212 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [] + }, + { + "text": " je .L16725", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2213 + }, + "labels": [ + { + "name": ".L16725", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-192]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-184]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2214 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16725:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEmmEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [] + }, + { + "text": " je .L16727", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2215 + }, + "labels": [ + { + "name": ".L16727", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [] + }, + { + "text": " je .L16728", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2217 + }, + "labels": [ + { + "name": ".L16728", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-152], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-240]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-176]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-168]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2218 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16728:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2220 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16727:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2223 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16724:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [] + }, + { + "text": " je .L16729", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2225 + }, + "labels": [ + { + "name": ".L16729", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-248], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2228 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [] + }, + { + "text": " je .L16730", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2229 + }, + "labels": [ + { + "name": ".L16730", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2230 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16730:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEppEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEppEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [] + }, + { + "text": " je .L16732", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2231 + }, + "labels": [ + { + "name": ".L16732", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [] + }, + { + "text": " je .L16733", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2233 + }, + "labels": [ + { + "name": ".L16733", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-72], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEERKS1_OT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2234 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16733:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-248]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_S4_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2236 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16732:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-280]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-264]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_", + "range": { + "startCol": 17, + "endCol": 171 + } + } + ] + }, + { + "text": " jmp .L16734", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2239 + }, + "labels": [ + { + "name": ".L16734", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16729:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-232]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2243 + }, + "labels": [] + }, + { + "text": ".L16734:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2244 + }, + "labels": [] + }, + { + "text": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEclERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1155 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_function.h", + "line": 1156 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], r8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1803 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-64], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jne .L16740", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16740", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-72], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " je .L16740", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [ + { + "name": ".L16740", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-41]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " je .L16741", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16741", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16740:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": " jmp .L16742", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [ + { + "name": ".L16742", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16741:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1813 + }, + "labels": [] + }, + { + "text": ".L16742:", + "source": null, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1812 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1816 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " lea rcx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1819 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov edi, eax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " call _ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1818 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1820 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1821 + }, + "labels": [] + }, + { + "text": " add rsp, 80", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1822 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIPmET_RKS1_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L16749", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L16749", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L16749:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 4", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE9constructIS5_JRKS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbx+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE9constructIS6_JS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 104", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC1EOS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKmLb0EE7_M_headERS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " call _ZSt12__get_helperILm0ERKmJEERT0_RSt11_Tuple_implIXT_EJS2_DpT1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [ + { + "name": "_ZSt12__get_helperILm0ERKmJEERT0_RSt11_Tuple_implIXT_EJS2_DpT1_EE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZSt3getILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " call _ZSt12__get_helperILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEERT0_RSt11_Tuple_implIXT_EJS7_DpT1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [ + { + "name": "_ZSt12__get_helperILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEERT0_RSt11_Tuple_implIXT_EJS7_DpT1_EE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE7_M_headERS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZSt3getILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " call _ZSt12__get_helperILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEERT0_RSt11_Tuple_implIXT_EJS8_DpT1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [ + { + "name": "_ZSt12__get_helperILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEERT0_RSt11_Tuple_implIXT_EJS8_DpT1_EE", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZSteqIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEbRKSt13move_iteratorIT_ESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEE4baseEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEaSEOS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 652 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1EOS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEE4swapERS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEE4swapERS4_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 654 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 655 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 656 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEaSERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 541 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEE4swapERS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEE4swapERS4_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " lea rax, [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 543 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 544 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 545 + }, + "labels": [] + }, + { + "text": "_ZSteqIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEbRKSt13move_iteratorIT_ESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPmE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPmET_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE8max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 142 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZSt11__addressofIN5boost9unit_test9framework4impl11name_filter9componentEEPT_RS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 49 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 50 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filter9componentC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 195 + }, + "labels": [] + }, + { + "text": "_ZSt10_ConstructIN5boost9unit_test9framework4impl11name_filter9componentEJRKS5_EEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test9framework4impl11name_filter9componentEEOT_RNSt16remove_referenceIS8_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test9framework4impl11name_filter9componentEEOT_RNSt16remove_referenceIS8_E4typeE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl11name_filter9componentC1ERKS4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_construct.h", + "line": 109 + }, + "labels": [] + }, + { + "text": "_ZSteqIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEbRKSt13move_iteratorIT_ESE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEE4baseEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZN5boost11get_pointerINS_9unit_test17test_unit_fixtureEEEPNS_10shared_ptrIT_E12element_typeERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 973 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 973 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 975 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 975 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10shared_ptrINS_9unit_test17test_unit_fixtureEE3getEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 975 + }, + "labels": [ + { + "name": "_ZNK5boost10shared_ptrINS_9unit_test17test_unit_fixtureEE3getEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 976 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 976 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE9constructIS5_JRKS5_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EE7_M_headERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZSt3getILm0EJRKN5boost9unit_test13output_formatEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " call _ZSt12__get_helperILm0ERKN5boost9unit_test13output_formatEJEERT0_RSt11_Tuple_implIXT_EJS5_DpT1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [ + { + "name": "_ZSt12__get_helperILm0ERKN5boost9unit_test13output_formatEJEERT0_RSt11_Tuple_implIXT_EJS5_DpT1_EE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 230584300921369395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 230584300921369395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSteqIPN5boost9unit_test9framework5state13context_frameEEbRKSt13move_iteratorIT_ESA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEE4baseEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEE4baseEv", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPPN5boost9unit_test10test_suiteEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEET_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIPPN5boost9unit_test10test_suiteEET_RKS5_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EE7_M_headERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZSt3getILm0EJRKN5boost16exception_detail10type_info_EEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " call _ZSt12__get_helperILm0ERKN5boost16exception_detail10type_info_EJEERT0_RSt11_Tuple_implIXT_EJS5_DpT1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [ + { + "name": "_ZSt12__get_helperILm0ERKN5boost16exception_detail10type_info_EJEERT0_RSt11_Tuple_implIXT_EJS5_DpT1_EE", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZSt3getILm0EJOmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " call _ZSt12__get_helperILm0EOmJEERT0_RSt11_Tuple_implIXT_EJS1_DpT1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [ + { + "name": "_ZSt12__get_helperILm0EOmJEERT0_RSt11_Tuple_implIXT_EJS1_DpT1_EE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPcE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPcET_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb1EPcS0_ET1_T0_S2_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb1EPcS0_ET1_T0_S2_S1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb1EPcS0_ET1_T0_S2_S1_", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIPcET_RKS1_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE9constructISD_JSD_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISD_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISD_E4typeE", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC1EOSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 144115188075855871", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSteqIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEbRKSt13move_iteratorIT_ES9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2169 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " call _ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [ + { + "name": "_ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 2171 + }, + "labels": [] + }, + { + "text": "_ZSt13__copy_move_aILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 511 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a1ILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a1ILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [] + }, + { + "text": " call _ZSt12__niter_wrapIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_RKS6_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 513 + }, + "labels": [ + { + "name": "_ZSt12__niter_wrapIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_RKS6_S6_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 517 + }, + "labels": [] + }, + { + "text": "_ZSteqIPN5boost7runtime16parameter_cla_idEEbRKSt13move_iteratorIT_ES8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1495 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEE4baseEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEE4baseEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [ + { + "name": "_ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEE4baseEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " cmp rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1497 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEEC2IJRS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSD_IJDpT1_EESt12_Index_tupleIJXspT0_EEESM_IJXspT2_EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1685 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [] + }, + { + "text": " call _ZSt3getILm0EJRKN5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1688 + }, + "labels": [ + { + "name": "_ZSt3getILm0EJRKN5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1689 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1690 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE9constructIS6_JS6_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbx]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EE7_M_headERS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 166 + }, + "labels": [] + }, + { + "text": "_ZSt3getILm0EJRKN5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " call _ZSt12__get_helperILm0ERKN5boost9unit_test13basic_cstringIKcEEJEERT0_RSt11_Tuple_implIXT_EJS7_DpT1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [ + { + "name": "_ZSt12__get_helperILm0ERKN5boost9unit_test13basic_cstringIKcEEJEERT0_RSt11_Tuple_implIXT_EJS7_DpT1_EE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZSt3getILm0EJON5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1294 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " call _ZSt12__get_helperILm0EON5boost9unit_test13basic_cstringIKcEEJEERT0_RSt11_Tuple_implIXT_EJS6_DpT1_EE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [ + { + "name": "_ZSt12__get_helperILm0EON5boost9unit_test13basic_cstringIKcEEJEERT0_RSt11_Tuple_implIXT_EJS6_DpT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1295 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE9constructIS7_JS7_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1EOS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 230584300921369395", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_E13stored_vtable:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E6manageERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E6manageERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 260 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail8function26void_function_obj_invoker1IZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_vSB_E6invokeERNS1_15function_bufferESB_", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail8function26void_function_obj_invoker1IZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_vSB_E6invokeERNS1_15function_bufferESB_", + "range": { + "startCol": 17, + "endCol": 236 + } + } + ] + }, + { + "text": "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 921 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_E13stored_vtable", + "range": { + "startCol": 34, + "endCol": 218 + } + } + ] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEbT_RNS1_15function_bufferE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEbT_RNS1_15function_bufferE", + "range": { + "startCol": 17, + "endCol": 229 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [] + }, + { + "text": " je .L16856", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 942 + }, + "labels": [ + { + "name": ".L16856", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], OFFSET FLAT:_ZZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_E13stored_vtable", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 943 + }, + "labels": [ + { + "name": "_ZZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_E13stored_vtable", + "range": { + "startCol": 48, + "endCol": 232 + } + } + ] + }, + { + "text": " or QWORD PTR [rbp-8], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 948 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 949 + }, + "labels": [] + }, + { + "text": " jmp .L16858", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [ + { + "name": ".L16858", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16856:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 951 + }, + "labels": [] + }, + { + "text": ".L16858:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 952 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L16874:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L16871", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L16871", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L16872", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L16872", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " jmp .L16873", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L16873", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16872:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": ".L16873:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L16874", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L16874", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16871:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L16875", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L16875", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L16876", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L16876", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_13output_formatEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L16879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L16879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16876:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEmmEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": ".L16875:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L16878", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L16878", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_13output_formatEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L16879", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L16879", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16878:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L16879:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L16903:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L16900", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L16900", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L16901", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L16901", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " jmp .L16902", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L16902", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16901:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": ".L16902:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L16903", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L16903", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16900:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L16904", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L16904", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L16905", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L16905", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_9log_levelEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L16908", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L16908", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16905:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEmmEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": ".L16904:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L16907", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L16907", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_9log_levelEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L16908", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L16908", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16907:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L16908:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE13_M_const_castEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 354 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 355 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 759 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 760 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1038 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1039 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 741 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 805 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 806 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2091 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2095 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2096 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-17], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2097 + }, + "labels": [] + }, + { + "text": ".L16932:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [] + }, + { + "text": " je .L16929", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L16929", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2100 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-17], al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2101 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " je .L16930", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L16930", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " jmp .L16931", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": ".L16931", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16930:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": ".L16931:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2102 + }, + "labels": [] + }, + { + "text": " jmp .L16932", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2098 + }, + "labels": [ + { + "name": ".L16932", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16929:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2104 + }, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-17], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [] + }, + { + "text": " je .L16933", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2105 + }, + "labels": [ + { + "name": ".L16933", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-88], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-88]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [] + }, + { + "text": " je .L16934", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2107 + }, + "labels": [ + { + "name": ".L16934", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_12report_levelEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-72]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [] + }, + { + "text": " jmp .L16937", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2108 + }, + "labels": [ + { + "name": ".L16937", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16934:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEmmEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2110 + }, + "labels": [ + { + "name": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEmmEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": ".L16933:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-120]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [] + }, + { + "text": " je .L16936", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2112 + }, + "labels": [ + { + "name": ".L16936", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rdx, [rbp-104]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_12report_levelEEERS1_Lb1EEEOT_OT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [] + }, + { + "text": " jmp .L16937", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2113 + }, + "labels": [ + { + "name": ".L16937", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16936:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-112]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC1IRS1_Lb1EEEOT_RKS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2114 + }, + "labels": [] + }, + { + "text": ".L16937:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2115 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 732 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 733 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEmmEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 300 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 303 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 304 + }, + "labels": [] + }, + { + "text": "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEppEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " call _ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 288 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 289 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 550 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 552 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 192153584101141162", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZSt12__get_helperILm0ERKmJEERT0_RSt11_Tuple_implIXT_EJS2_DpT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKmEE7_M_headERS2_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKmEE7_M_headERS2_", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": "_ZSt12__get_helperILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEERT0_RSt11_Tuple_implIXT_EJS7_DpT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS7_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": "_ZSt12__get_helperILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEERT0_RSt11_Tuple_implIXT_EJS8_DpT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS8_", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEE4swapERS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 758 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [] + }, + { + "text": " call _ZSt4swapIPN5boost9unit_test9decorator4baseEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS9_ESt18is_move_assignableIS9_EEE5valueEvE4typeERS9_SJ_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 760 + }, + "labels": [ + { + "name": "_ZSt4swapIPN5boost9unit_test9decorator4baseEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS9_ESt18is_move_assignableIS9_EEE5valueEvE4typeERS9_SJ_", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 761 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 762 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10shared_ptrINS_9unit_test17test_unit_fixtureEE3getEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 740 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 742 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 742 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 743 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 743 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE9constructIS5_JRKS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE9constructIS5_JRKS5_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZSt12__get_helperILm0ERKN5boost9unit_test13output_formatEJEERT0_RSt11_Tuple_implIXT_EJS5_DpT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEE7_M_headERS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEE7_M_headERS5_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test10test_suiteEEEPT_PKS7_SA_S8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test10test_suiteEEEPT_PKS7_SA_S8_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZSt12__get_helperILm0ERKN5boost16exception_detail10type_info_EJEERT0_RSt11_Tuple_implIXT_EJS5_DpT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEE7_M_headERS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEE7_M_headERS5_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": "_ZSt12__get_helperILm0EOmJEERT0_RSt11_Tuple_implIXT_EJS1_DpT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJOmEE7_M_headERS1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJOmEE7_M_headERS1_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb1EPcS0_ET1_T0_S2_S1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIcEEPT_PKS3_S6_S4_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIcEEPT_PKS3_S6_S4_", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 500 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/cpp_type_traits.h", + "line": 501 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a1ILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 505 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " call _ZSt14__copy_move_a2ILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [ + { + "name": "_ZSt14__copy_move_a2ILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 506 + }, + "labels": [] + }, + { + "text": "_ZSt12__niter_wrapIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_RKS6_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 331 + }, + "labels": [] + }, + { + "text": "_ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEE4baseEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1311 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_iterator.h", + "line": 1312 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 346 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZSt12__get_helperILm0ERKN5boost9unit_test13basic_cstringIKcEEJEERT0_RSt11_Tuple_implIXT_EJS7_DpT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEE7_M_headERS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEE7_M_headERS7_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": "_ZSt12__get_helperILm0EON5boost9unit_test13basic_cstringIKcEEJEERT0_RSt11_Tuple_implIXT_EJS6_DpT1_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1283 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " call _ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEE7_M_headERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [ + { + "name": "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEE7_M_headERS6_", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/tuple", + "line": 1284 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E6manageERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-36], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 395 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-36], 4", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [] + }, + { + "text": " jne .L16995", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 399 + }, + "labels": [ + { + "name": ".L16995", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_EENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_EENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 402 + }, + "labels": [] + }, + { + "text": " jmp .L16997", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [ + { + "name": ".L16997", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L16995:", + "source": null, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-36]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 404 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 284 + } + } + ] + }, + { + "text": ".L16997:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 406 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function26void_function_obj_invoker1IZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_vSB_E6invokeERNS1_15function_bufferESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [] + }, + { + "text": " call _ZZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEENKUlNS0_13basic_cstringIKcEEE_clES8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 158 + }, + "labels": [ + { + "name": "_ZZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEENKUlNS0_13basic_cstringIKcEEE_clES8_", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 159 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEbT_RNS1_15function_bufferE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 490 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 493 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEbT_RNS1_15function_bufferENS1_16function_obj_tagE", + "range": { + "startCol": 17, + "endCol": 252 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 494 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_13output_formatEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEOT_RNSt16remove_referenceISD_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEOT_RNSt16remove_referenceISD_E4typeE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_9log_levelEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEOT_RNSt16remove_referenceISD_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEOT_RNSt16remove_referenceISD_E4typeE", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 194 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 767 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [] + }, + { + "text": " call _ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEclERKS8_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 785 + }, + "labels": [ + { + "name": "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEclERKS8_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 786 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1002 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " call _ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1EPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1003 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 315 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 316 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_12report_levelEEERS1_Lb1EEEOT_OT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 352 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEOT_RNSt16remove_referenceISD_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEOT_RNSt16remove_referenceISD_E4typeE", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [ + { + "name": "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 353 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 632 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 634 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 635 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_", + "range": { + "startCol": 17, + "endCol": 198 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 636 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 637 + }, + "labels": [] + }, + { + "text": "_ZSt4moveIRPN5boost9unit_test9decorator4baseEEONSt16remove_referenceIT_E4typeEOS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 102 + }, + "labels": [] + }, + { + "text": "_ZSt4swapIPN5boost9unit_test9decorator4baseEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS9_ESt18is_move_assignableIS9_EEE5valueEvE4typeERS9_SJ_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test9decorator4baseEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test9decorator4baseEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 197 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test9decorator4baseEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test9decorator4baseEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 198 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " call _ZSt4moveIRPN5boost9unit_test9decorator4baseEEONSt16remove_referenceIT_E4typeEOS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [ + { + "name": "_ZSt4moveIRPN5boost9unit_test9decorator4baseEEONSt16remove_referenceIT_E4typeEOS7_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 199 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test10test_suiteEEEPT_PKS7_SA_S8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 425 + }, + "labels": [] + }, + { + "text": " je .L17032", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 425 + }, + "labels": [ + { + "name": ".L17032", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " call memmove", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": ".L17032:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 428 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 428 + }, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIcEEPT_PKS3_S6_S4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 425 + }, + "labels": [] + }, + { + "text": " je .L17035", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 425 + }, + "labels": [ + { + "name": ".L17035", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " call memmove", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": ".L17035:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 428 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 428 + }, + "labels": [] + }, + { + "text": "_ZSt14__copy_move_a2ILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 463 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [] + }, + { + "text": " call _ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEPT_PKS8_SB_S9_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 472 + }, + "labels": [ + { + "name": "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEPT_PKS8_SB_S9_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 473 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_EENS0_14stl_type_indexEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_index7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EES1_v", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 212 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex14stl_type_index7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EES1_v", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 376 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 379 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE", + "range": { + "startCol": 17, + "endCol": 291 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 381 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEbT_RNS1_15function_bufferENS1_16function_obj_tagE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 609 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-9]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS1_13basic_cstringIKcEEE_EEPT_RSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost9addressofIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS1_13basic_cstringIKcEEE_EEPT_RSB_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function16has_empty_targetEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function16has_empty_targetEz", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [] + }, + { + "text": " je .L17043", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 611 + }, + "labels": [ + { + "name": ".L17043", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE14assign_functorIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 612 + }, + "labels": [ + { + "name": "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE14assign_functorIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE", + "range": { + "startCol": 17, + "endCol": 265 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [] + }, + { + "text": " jmp .L17044", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 614 + }, + "labels": [ + { + "name": ".L17044", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17043:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 616 + }, + "labels": [] + }, + { + "text": ".L17044:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 618 + }, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEOT_RNSt16remove_referenceISD_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE8allocateERSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE8allocateERSB_m", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " jmp .L17056", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L17056", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L17056:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEOT_RNSt16remove_referenceISD_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE8allocateERSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE8allocateERSB_m", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " jmp .L17068", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L17068", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L17068:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 238 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE6_M_ptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE6_M_ptrEv", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 239 + }, + "labels": [] + }, + { + "text": "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEOT_RNSt16remove_referenceISD_E4typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/move.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 583 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE8allocateERSB_m", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE8allocateERSB_m", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 584 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " mov edi, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 617 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rdx, r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 618 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " jmp .L17080", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [ + { + "name": ".L17080", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 625 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 626 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 622 + }, + "labels": [] + }, + { + "text": ".L17080:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 628 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEPT_PKS8_SB_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 415 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " sub rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " sar rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 424 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-8], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 425 + }, + "labels": [] + }, + { + "text": " je .L17082", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 425 + }, + "labels": [ + { + "name": ".L17082", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": " call memmove", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 426 + }, + "labels": [] + }, + { + "text": ".L17082:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " lea rdx, [0+rax*8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " add rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 427 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 428 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_algobase.h", + "line": 428 + }, + "labels": [] + }, + { + "text": "_ZN5boost9typeindex14stl_type_index7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EES1_v:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [ + { + "name": "_ZTIZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_", + "range": { + "startCol": 34, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex14stl_type_indexC1ERKSt9type_info", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 246 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/type_index/stl_type_index.hpp", + "line": 247 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-20], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 330 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-20]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail8function22functor_manager_commonIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E12manage_smallERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 333 + }, + "labels": [ + { + "name": "_ZN5boost6detail8function22functor_manager_commonIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E12manage_smallERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE", + "range": { + "startCol": 17, + "endCol": 274 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 334 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS1_13basic_cstringIKcEEE_EEPT_RSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE14assign_functorIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 565 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 567 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_template.hpp", + "line": 568 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE8allocateERSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE9constructISA_JRKSA_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE9constructISA_JRKSA_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE8allocateERSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE9constructISA_JRKSA_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE9constructISA_JRKSA_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE6_M_ptrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE7_M_addrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE7_M_addrEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 77 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE8allocateERSB_m:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE8allocateEmPKv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE8allocateEmPKv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 460 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 507 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE9constructISA_JRKSA_EEEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 512 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE9constructISA_JRKSA_EEEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 516 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail8function22functor_manager_commonIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E12manage_smallERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 283 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " je .L17106", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L17106", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [] + }, + { + "text": " jne .L17107", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 286 + }, + "labels": [ + { + "name": ".L17107", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17106:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 287 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 289 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-68], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 291 + }, + "labels": [] + }, + { + "text": " jne .L17113", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 291 + }, + "labels": [ + { + "name": ".L17113", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 292 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 292 + }, + "labels": [] + }, + { + "text": " jmp .L17113", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 295 + }, + "labels": [ + { + "name": ".L17113", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17107:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 2", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 296 + }, + "labels": [] + }, + { + "text": " jne .L17110", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 296 + }, + "labels": [ + { + "name": ".L17110", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 298 + }, + "labels": [] + }, + { + "text": " jmp .L17114", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L17114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17110:", + "source": null, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-68], 3", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 301 + }, + "labels": [] + }, + { + "text": " jne .L17111", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 301 + }, + "labels": [ + { + "name": ".L17111", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZN5boost9typeindex7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_EENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_EENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " je .L17112", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 302 + }, + "labels": [ + { + "name": ".L17112", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 303 + }, + "labels": [] + }, + { + "text": " jmp .L17114", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L17114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17112:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 305 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 305 + }, + "labels": [] + }, + { + "text": " jmp .L17114", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L17114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17111:", + "source": null, + "labels": [] + }, + { + "text": " call _ZN5boost9typeindex7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_EENS0_14stl_type_indexEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZN5boost9typeindex7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_EENS0_14stl_type_indexEv", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9typeindex14stl_type_index9type_infoEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [ + { + "name": "_ZNK5boost9typeindex14stl_type_index9type_infoEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 307 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+8], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 308 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rax+9], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 309 + }, + "labels": [] + }, + { + "text": " jmp .L17114", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [ + { + "name": ".L17114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17113:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 295 + }, + "labels": [] + }, + { + "text": ".L17114:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/function/function_base.hpp", + "line": 311 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L17118", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L17118", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L17118:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE9constructISA_JRKSA_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L17125", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L17125", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L17125:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE9constructISA_JRKSA_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE7_M_addrEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 68 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/aligned_buffer.h", + "line": 69 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE8allocateEmPKv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " call _ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE11_M_max_sizeEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE11_M_max_sizeEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-16], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " seta al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [] + }, + { + "text": " je .L17132", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 105 + }, + "labels": [ + { + "name": ".L17132", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " call _ZSt17__throw_bad_allocv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 106 + }, + "labels": [] + }, + { + "text": ".L17132:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sub rax, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " sal rax, 3", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 115 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+16], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_pair.h", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE9constructISA_JRKSA_EEEvPT_DpOT0_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZnwmPv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [ + { + "name": "_ZnwmPv", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1ERKS7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 150 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 164703072086692425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 164703072086692425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE11_M_max_sizeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 185 + }, + "labels": [] + }, + { + "text": " movabs rax, 164703072086692425", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 188 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/new_allocator.h", + "line": 192 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEED0Ev", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEED0Ev", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEED0Ev", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE", + "range": { + "startCol": 34, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEED0Ev", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE", + "range": { + "startCol": 34, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEED0Ev", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE", + "range": { + "startCol": 34, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEED0Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEED0Ev", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEED0Ev", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEED0Ev", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE", + "range": { + "startCol": 34, + "endCol": 113 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEED0Ev", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE", + "range": { + "startCol": 34, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime14typed_argumentImEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14typed_argumentImEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14typed_argumentImEE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentImED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentImED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14typed_argumentImED0Ev", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEED0Ev", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEED0Ev", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14typed_argumentIjEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14typed_argumentIjEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14typed_argumentIjEE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentIjED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentIjED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14typed_argumentIjED0Ev", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED0Ev", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEED0Ev", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE", + "range": { + "startCol": 34, + "endCol": 112 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEED0Ev", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEED0Ev", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE", + "range": { + "startCol": 34, + "endCol": 110 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEED0Ev", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE", + "range": { + "startCol": 34, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEED0Ev", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE", + "range": { + "startCol": 34, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEED0Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEED0Ev", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE", + "range": { + "startCol": 34, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEED0Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEED0Ev", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE", + "range": { + "startCol": 34, + "endCol": 164 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov esi, 576", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZNK5boost10wrapexceptINS_17bad_function_callEE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost10wrapexceptINS_17bad_function_callEE5cloneEv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " .quad _ZNK5boost10wrapexceptINS_17bad_function_callEE7rethrowEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost10wrapexceptINS_17bad_function_callEE7rethrowEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " .quad _ZN5boost10wrapexceptINS_17bad_function_callEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost10wrapexceptINS_17bad_function_callEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost10wrapexceptINS_17bad_function_callEED0Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad -8", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZThn8_N5boost10wrapexceptINS_17bad_function_callEED1Ev", + "source": null, + "labels": [ + { + "name": "_ZThn8_N5boost10wrapexceptINS_17bad_function_callEED1Ev", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " .quad _ZThn8_N5boost10wrapexceptINS_17bad_function_callEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZThn8_N5boost10wrapexceptINS_17bad_function_callEED0Ev", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " .quad _ZNKSt13runtime_error4whatEv", + "source": null, + "labels": [] + }, + { + "text": " .quad -24", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZThn24_N5boost10wrapexceptINS_17bad_function_callEED1Ev", + "source": null, + "labels": [ + { + "name": "_ZThn24_N5boost10wrapexceptINS_17bad_function_callEED1Ev", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": " .quad _ZThn24_N5boost10wrapexceptINS_17bad_function_callEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZThn24_N5boost10wrapexceptINS_17bad_function_callEED0Ev", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED0Ev", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EclERSo", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEED0Ev", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14typed_argumentIbEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14typed_argumentIbEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14typed_argumentIbEE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentIbED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14typed_argumentIbED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14typed_argumentIbED0Ev", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED0Ev", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEclERSo", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE", + "range": { + "startCol": 34, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test6output20xml_report_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test6output20xml_report_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test6output20xml_report_formatterE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output20xml_report_formatterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test6output20xml_report_formatterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output20xml_report_formatterD0Ev", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output20xml_report_formatter20results_report_startERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output20xml_report_formatter20results_report_startERSo", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output20xml_report_formatter21results_report_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output20xml_report_formatter21results_report_finishERSo", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output20xml_report_formatter22test_unit_report_startERKNS0_9test_unitERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output20xml_report_formatter22test_unit_report_startERKNS0_9test_unitERSo", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output20xml_report_formatter23test_unit_report_finishERKNS0_9test_unitERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output20xml_report_formatter23test_unit_report_finishERKNS0_9test_unitERSo", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output20xml_report_formatter22do_confirmation_reportERKNS0_9test_unitERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output20xml_report_formatter22do_confirmation_reportERKNS0_9test_unitERSo", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test6output20xml_report_formatterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output20xml_report_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output20xml_report_formatterE", + "range": { + "startCol": 34, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter6formatD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter6formatD2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output20xml_report_formatterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output20xml_report_formatterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test6output17xml_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test6output17xml_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test6output17xml_log_formatterE", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatterD0Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter9log_startERSom", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter9log_startERSom", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter10log_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter10log_finishERSo", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter14log_build_infoERSob", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter14log_build_infoERSob", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter15test_unit_startERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter15test_unit_startERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter20log_exception_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter20log_exception_finishERSo", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter16log_entry_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter16log_entry_finishERSo", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter19entry_context_startERSoNS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter19entry_context_startERSoNS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output17xml_log_formatter20entry_context_finishERSoNS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output17xml_log_formatter20entry_context_finishERSoNS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter13set_log_levelENS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter13set_log_levelENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test23unit_test_log_formatter30get_default_stream_descriptionB5cxx11Ev", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test23unit_test_log_formatter30get_default_stream_descriptionB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output17xml_log_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output17xml_log_formatterE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test23unit_test_log_formatterD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatterD2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output17xml_log_formatterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output17xml_log_formatterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/xml_log_formatter.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED0Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EE10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EE10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov esi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED0Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED0Ev", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov esi, 248", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED0Ev", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov esi, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED0Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EE10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EE10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov esi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED0Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED0Ev", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EE10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EE10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov esi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED0Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED0Ev", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov esi, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED0Ev", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE5cloneEv", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov esi, 304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime6optionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime6optionE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime6optionE", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime6optionD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime6optionD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime6optionD0Ev", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime6option5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime6option5cloneEv", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime6option16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime6option16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime6option15produce_defaultERNS0_15arguments_storeE", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime6option15produce_defaultERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime6option13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime6option13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime6option10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime6option10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime11basic_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11basic_param10value_helpERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11basic_param10value_helpERSo", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9ut_detail16labels_collectorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9ut_detail16labels_collectorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9ut_detail16labels_collectorE", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail16labels_collector5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail16labels_collector5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail16labels_collectorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail16labels_collectorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail16labels_collectorD0Ev", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test9ut_detail16labels_collectorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9ut_detail16labels_collectorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9ut_detail16labels_collectorE", + "range": { + "startCol": 34, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail16labels_collectorD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail16labels_collectorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 165 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9ut_detail20dot_content_reporterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9ut_detail20dot_content_reporterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9ut_detail20dot_content_reporterE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20dot_content_reporter5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20dot_content_reporter5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20dot_content_reporter16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20dot_content_reporter16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20dot_content_reporter17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20dot_content_reporter17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20dot_content_reporterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20dot_content_reporterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20dot_content_reporterD0Ev", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20dot_content_reporterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9ut_detail20dot_content_reporterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9ut_detail20dot_content_reporterE", + "range": { + "startCol": 34, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20dot_content_reporterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20dot_content_reporterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9ut_detail20hrf_content_reporterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9ut_detail20hrf_content_reporterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9ut_detail20hrf_content_reporterE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20hrf_content_reporter5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20hrf_content_reporter16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20hrf_content_reporter17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20hrf_content_reporter17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20hrf_content_reporterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9ut_detail20hrf_content_reporterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail20hrf_content_reporterD0Ev", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20hrf_content_reporterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9ut_detail20hrf_content_reporterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9ut_detail20hrf_content_reporterE", + "range": { + "startCol": 34, + "endCol": 88 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9ut_detail20hrf_content_reporterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail20hrf_content_reporterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_main.ipp", + "line": 57 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test23unit_test_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test23unit_test_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test23unit_test_log_formatterE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter13set_log_levelENS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter13set_log_levelENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test23unit_test_log_formatter30get_default_stream_descriptionB5cxx11Ev", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test23unit_test_log_formatter30get_default_stream_descriptionB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test15unit_test_log_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test15unit_test_log_tE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test15unit_test_log_tE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t10test_startEmm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t10test_startEmm", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t11test_finishEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t11test_finishEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t12test_abortedEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t12test_abortedEv", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t15test_unit_startERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t15test_unit_startERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t16test_unit_finishERKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t16test_unit_finishERKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t19test_unit_timed_outERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t19test_unit_timed_outERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t17test_unit_abortedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t17test_unit_abortedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t16exception_caughtERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t16exception_caughtERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_t8priorityEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t8priorityEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_tD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test15unit_test_log_tD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_tD0Ev", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test15unit_test_log_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test15unit_test_log_tE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13test_observerD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test15unit_test_log_tD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 224 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test20global_configurationE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test20global_configurationE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test20global_configurationE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer10test_startEmm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer10test_startEmm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer11test_finishEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer11test_finishEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer12test_abortedEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer12test_abortedEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16test_unit_finishERKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16test_unit_finishERKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16exception_caughtERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16exception_caughtERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test20global_configuration8priorityEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test20global_configuration8priorityEv", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test20global_configurationD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test20global_configurationD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test20global_configurationD0Ev", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test14global_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test14global_fixtureE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test14global_fixtureE", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost10test_tools18output_test_streamE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 120", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost10test_tools18output_test_streamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZN5boost10test_tools18output_test_streamD1Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_streamD1Ev", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " .quad _ZN5boost10test_tools18output_test_streamD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_streamD0Ev", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " .quad _ZN5boost10test_tools18output_test_stream8is_emptyEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream8is_emptyEb", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " .quad _ZN5boost10test_tools18output_test_stream12check_lengthEmb", + "source": null, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream12check_lengthEmb", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZN5boost10test_tools18output_test_stream8is_equalENS_9unit_test13basic_cstringIKcEEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream8is_equalENS_9unit_test13basic_cstringIKcEEb", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost10test_tools18output_test_stream13match_patternEb", + "source": null, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream13match_patternEb", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZNK5boost10test_tools18output_test_stream32get_stream_string_representationB5cxx11Ev", + "source": null, + "labels": [ + { + "name": "_ZNK5boost10test_tools18output_test_stream32get_stream_string_representationB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost10test_tools18output_test_stream4syncEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost10test_tools18output_test_stream4syncEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad -120", + "source": null, + "labels": [] + }, + { + "text": " .quad -120", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost10test_tools18output_test_streamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZTv0_n24_N5boost10test_tools18output_test_streamD1Ev", + "source": null, + "labels": [ + { + "name": "_ZTv0_n24_N5boost10test_tools18output_test_streamD1Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " .quad _ZTv0_n24_N5boost10test_tools18output_test_streamD0Ev", + "source": null, + "labels": [ + { + "name": "_ZTv0_n24_N5boost10test_tools18output_test_streamD0Ev", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": "_ZTTN5boost10test_tools18output_test_streamE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN5boost10test_tools18output_test_streamE+24", + "source": null, + "labels": [ + { + "name": "_ZTVN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZTCN5boost10test_tools18output_test_streamE0_NSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE+24", + "source": null, + "labels": [ + { + "name": "_ZTCN5boost10test_tools18output_test_streamE0_NSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " .quad _ZTCN5boost10test_tools18output_test_streamE0_So+24", + "source": null, + "labels": [ + { + "name": "_ZTCN5boost10test_tools18output_test_streamE0_So", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZTCN5boost10test_tools18output_test_streamE0_So+64", + "source": null, + "labels": [ + { + "name": "_ZTCN5boost10test_tools18output_test_streamE0_So", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZTCN5boost10test_tools18output_test_streamE0_NSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE+64", + "source": null, + "labels": [ + { + "name": "_ZTCN5boost10test_tools18output_test_streamE0_NSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " .quad _ZTVN5boost10test_tools18output_test_streamE+112", + "source": null, + "labels": [ + { + "name": "_ZTVN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": "_ZTCN5boost10test_tools18output_test_streamE0_NSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 120", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad -120", + "source": null, + "labels": [] + }, + { + "text": " .quad -120", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": "_ZTCN5boost10test_tools18output_test_streamE0_So:", + "source": null, + "labels": [] + }, + { + "text": " .quad 120", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTISo", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad -120", + "source": null, + "labels": [] + }, + { + "text": " .quad -120", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTISo", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED0Ev", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EclERSo", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE", + "range": { + "startCol": 34, + "endCol": 181 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED0Ev", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EclERSo", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE", + "range": { + "startCol": 34, + "endCol": 163 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED0Ev", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EclERSo", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "range": { + "startCol": 34, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED0Ev", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEclERSo", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test25framework_init_observer_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test25framework_init_observer_tE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test25framework_init_observer_tE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test25framework_init_observer_t10test_startEmm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test25framework_init_observer_t10test_startEmm", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer11test_finishEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer11test_finishEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test25framework_init_observer_t12test_abortedEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test25framework_init_observer_t12test_abortedEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16test_unit_finishERKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16test_unit_finishERKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test25framework_init_observer_t16assertion_resultENS0_16assertion_resultE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test25framework_init_observer_t16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test25framework_init_observer_t16exception_caughtERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test25framework_init_observer_t16exception_caughtERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test25framework_init_observer_t8priorityEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test25framework_init_observer_t8priorityEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test25framework_init_observer_tD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test25framework_init_observer_tD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test25framework_init_observer_tD0Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test25framework_init_observer_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test25framework_init_observer_tE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13test_observerD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test25framework_init_observer_tD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test25framework_init_observer_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/test_framework_init_observer.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD0Ev", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE", + "range": { + "startCol": 34, + "endCol": 111 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_reporter.ipp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED0Ev", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EclERSo", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE", + "range": { + "startCol": 34, + "endCol": 192 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED0Ev", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EclERSo", + "range": { + "startCol": 17, + "endCol": 179 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE", + "range": { + "startCol": 34, + "endCol": 192 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED0Ev", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EclERSo", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE", + "range": { + "startCol": 34, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED0Ev", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEclERSo", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test22results_collect_helperE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test22results_collect_helperE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test22results_collect_helperE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test22results_collect_helper5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test22results_collect_helper5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test22results_collect_helper16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test22results_collect_helper16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test22results_collect_helperD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test22results_collect_helperD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test22results_collect_helperD0Ev", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test22results_collect_helperD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test22results_collect_helperE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test22results_collect_helperE", + "range": { + "startCol": 34, + "endCol": 80 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test22results_collect_helperD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test22results_collect_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 200 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test19results_collector_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test19results_collector_tE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test19results_collector_tE", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t10test_startEmm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t10test_startEmm", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer11test_finishEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer11test_finishEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer12test_abortedEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer12test_abortedEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t15test_unit_startERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t15test_unit_startERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t16test_unit_finishERKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t16test_unit_finishERKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t19test_unit_timed_outERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t19test_unit_timed_outERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t17test_unit_abortedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t17test_unit_abortedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t16assertion_resultENS0_16assertion_resultE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t16exception_caughtERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t16exception_caughtERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_t8priorityEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t8priorityEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_tD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test19results_collector_tD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_tD0Ev", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test19results_collector_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test19results_collector_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test19results_collector_tE", + "range": { + "startCol": 34, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13test_observerD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19results_collector_tD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19results_collector_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_result5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_result5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD0Ev", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/results_collector.ipp", + "line": 149 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test18progress_monitor_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test18progress_monitor_tE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test18progress_monitor_tE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test18progress_monitor_t10test_startEmm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test18progress_monitor_t10test_startEmm", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer11test_finishEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer11test_finishEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test18progress_monitor_t12test_abortedEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test18progress_monitor_t12test_abortedEv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test18progress_monitor_t16test_unit_finishERKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test18progress_monitor_t16test_unit_finishERKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test18progress_monitor_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test18progress_monitor_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16exception_caughtERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16exception_caughtERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test18progress_monitor_t8priorityEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test18progress_monitor_t8priorityEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test18progress_monitor_tD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test18progress_monitor_tD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test18progress_monitor_tD0Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test18progress_monitor_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test18progress_monitor_tE", + "range": { + "startCol": 34, + "endCol": 76 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13test_observerD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerD2Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18progress_monitor_tD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18progress_monitor_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test6output22plain_report_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test6output22plain_report_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test6output22plain_report_formatterE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22plain_report_formatterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test6output22plain_report_formatterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22plain_report_formatterD0Ev", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22plain_report_formatter20results_report_startERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22plain_report_formatter20results_report_startERSo", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22plain_report_formatter21results_report_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22plain_report_formatter21results_report_finishERSo", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22plain_report_formatter22test_unit_report_startERKNS0_9test_unitERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22plain_report_formatter22test_unit_report_startERKNS0_9test_unitERSo", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22plain_report_formatter23test_unit_report_finishERKNS0_9test_unitERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22plain_report_formatter23test_unit_report_finishERKNS0_9test_unitERSo", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22plain_report_formatter22do_confirmation_reportERKNS0_9test_unitERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22plain_report_formatter22do_confirmation_reportERKNS0_9test_unitERSo", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test6output22plain_report_formatterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output22plain_report_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output22plain_report_formatterE", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test16results_reporter6formatD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test16results_reporter6formatD2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22plain_report_formatterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output22plain_report_formatterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/plain_report_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost16exception_detail25error_info_container_implE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost16exception_detail25error_info_container_implE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost16exception_detail25error_info_container_implE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " .quad _ZNK5boost16exception_detail25error_info_container_impl22diagnostic_informationEPKc", + "source": null, + "labels": [ + { + "name": "_ZNK5boost16exception_detail25error_info_container_impl22diagnostic_informationEPKc", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZNK5boost16exception_detail25error_info_container_impl3getERKNS0_10type_info_E", + "source": null, + "labels": [ + { + "name": "_ZNK5boost16exception_detail25error_info_container_impl3getERKNS0_10type_info_E", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZN5boost16exception_detail25error_info_container_impl3setERKNS_10shared_ptrINS0_15error_info_baseEEERKNS0_10type_info_E", + "source": null, + "labels": [ + { + "name": "_ZN5boost16exception_detail25error_info_container_impl3setERKNS_10shared_ptrINS0_15error_info_baseEEERKNS0_10type_info_E", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " .quad _ZNK5boost16exception_detail25error_info_container_impl7add_refEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost16exception_detail25error_info_container_impl7add_refEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " .quad _ZNK5boost16exception_detail25error_info_container_impl7releaseEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost16exception_detail25error_info_container_impl7releaseEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " .quad _ZNK5boost16exception_detail25error_info_container_impl5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost16exception_detail25error_info_container_impl5cloneEv", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED0Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEclERSo", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED0Ev", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEclERSo", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators", + "source": null, + "labels": [ + { + "name": "_ZTIZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decorators5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decorators5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decorators16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decorators16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD0Ev", + "source": null, + "labels": [ + { + "name": "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD0Ev", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [ + { + "name": "_ZTVZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators", + "range": { + "startCol": 34, + "endCol": 109 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " call _ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov esi, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 1225 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9framework4impl21global_fixture_handleE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9framework4impl21global_fixture_handleE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework4impl21global_fixture_handleE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl21global_fixture_handleD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl21global_fixture_handleD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl21global_fixture_handleD0Ev", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl21global_fixture_handle5setupEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl21global_fixture_handle5setupEv", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl21global_fixture_handle8teardownEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl21global_fixture_handle8teardownEv", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE", + "range": { + "startCol": 17, + "endCol": 261 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED0Ev", + "range": { + "startCol": 17, + "endCol": 262 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EclERSo", + "range": { + "startCol": 17, + "endCol": 265 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE", + "range": { + "startCol": 34, + "endCol": 278 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE", + "range": { + "startCol": 17, + "endCol": 248 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED0Ev", + "range": { + "startCol": 17, + "endCol": 249 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EclERSo", + "range": { + "startCol": 17, + "endCol": 252 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE", + "range": { + "startCol": 34, + "endCol": 265 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE", + "range": { + "startCol": 17, + "endCol": 237 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED0Ev", + "range": { + "startCol": 17, + "endCol": 238 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EclERSo", + "range": { + "startCol": 17, + "endCol": 241 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE", + "range": { + "startCol": 34, + "endCol": 254 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED0Ev", + "range": { + "startCol": 17, + "endCol": 225 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EclERSo", + "range": { + "startCol": 17, + "endCol": 228 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE", + "range": { + "startCol": 34, + "endCol": 241 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED0Ev", + "range": { + "startCol": 17, + "endCol": 205 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EclERSo", + "range": { + "startCol": 17, + "endCol": 208 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE", + "range": { + "startCol": 34, + "endCol": 221 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED0Ev", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EclERSo", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE", + "range": { + "startCol": 34, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED0Ev", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EclERSo", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "range": { + "startCol": 34, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED0Ev", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEclERSo", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE", + "range": { + "startCol": 34, + "endCol": 108 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 70 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9framework4impl14set_run_statusE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9framework4impl14set_run_statusE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework4impl14set_run_statusE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl14set_run_status5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl14set_run_status5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl14set_run_statusD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl14set_run_statusD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl14set_run_statusD0Ev", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test9framework4impl14set_run_statusD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework4impl14set_run_statusE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework4impl14set_run_statusE", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl14set_run_statusD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl14set_run_statusD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 343 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9framework4impl12label_filterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9framework4impl12label_filterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework4impl12label_filterE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl12label_filter5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12label_filter5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl12label_filterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl12label_filterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl12label_filterD0Ev", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test9framework4impl12label_filterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework4impl12label_filterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework4impl12label_filterE", + "range": { + "startCol": 34, + "endCol": 85 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl12label_filterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl12label_filterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov esi, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 314 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9framework4impl11name_filterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9framework4impl11name_filterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework4impl11name_filterE", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl11name_filter5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl11name_filter5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl11name_filter16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl11name_filter16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl11name_filter17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl11name_filter17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl11name_filterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9framework4impl11name_filterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework4impl11name_filterD0Ev", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework4impl11name_filterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework4impl11name_filterE", + "range": { + "startCol": 34, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework4impl11name_filterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl11name_filterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov esi, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/framework.ipp", + "line": 194 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test17test_case_counterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_case_counterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_case_counterE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_case_counter5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_case_counter5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_case_counter16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_case_counter16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_case_counterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17test_case_counterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_case_counterD0Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test17test_case_counterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test17test_case_counterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test17test_case_counterE", + "range": { + "startCol": 34, + "endCol": 75 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test17test_case_counterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_case_counterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_case_counter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test16results_reporter6formatE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test16results_reporter6formatE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test16results_reporter6formatE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9decorator12preconditionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator12preconditionE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator12preconditionE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator4basedeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator4basedeEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator12precondition5applyERNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator12precondition5applyERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator12precondition5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator12precondition5cloneEv", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator12preconditionD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator12preconditionD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator12preconditionD0Ev", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9decorator9fixture_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator9fixture_tE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator9fixture_tE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator4basedeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator4basedeEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator9fixture_t5applyERNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator9fixture_t5applyERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator9fixture_t5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator9fixture_t5cloneEv", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator9fixture_tD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator9fixture_tD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator9fixture_tD0Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9decorator10depends_onE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator10depends_onE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator10depends_onE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator4basedeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator4basedeEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator10depends_on5applyERNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator10depends_on5applyERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator10depends_on5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator10depends_on5cloneEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator10depends_onD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator10depends_onD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator10depends_onD0Ev", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9decorator11descriptionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator11descriptionE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator11descriptionE", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator4basedeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator4basedeEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator11description5applyERNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11description5applyERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator11description5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator11description5cloneEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator11descriptionD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator11descriptionD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11descriptionD0Ev", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9decorator7timeoutE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator7timeoutE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator7timeoutE", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator4basedeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator4basedeEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator7timeout5applyERNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator7timeout5applyERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator7timeout5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator7timeout5cloneEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator7timeoutD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator7timeoutD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator7timeoutD0Ev", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9decorator17expected_failuresE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator17expected_failuresE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator17expected_failuresE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator4basedeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator4basedeEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator17expected_failures5applyERNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator17expected_failures5applyERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator17expected_failures5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator17expected_failures5cloneEv", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator17expected_failuresD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator17expected_failuresD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator17expected_failuresD0Ev", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9decorator5labelE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator5labelE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator5labelE", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator4basedeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator4basedeEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator5label5applyERNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator5label5applyERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator5label5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator5label5cloneEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator5labelD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator5labelD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator5labelD0Ev", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9decorator15stack_decoratorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator15stack_decoratorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator15stack_decoratorE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator15stack_decoratordeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator15stack_decoratordeEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator15stack_decorator5applyERNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator15stack_decorator5applyERNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator15stack_decorator5cloneEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator15stack_decorator5cloneEv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator15stack_decoratorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9decorator15stack_decoratorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator15stack_decoratorD0Ev", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test9decorator4baseE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test9decorator4basedeEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test9decorator4basedeEv", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test6output19junit_result_helperE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test6output19junit_result_helperE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test6output19junit_result_helperE", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_result_helper5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_result_helper5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_result_helper16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_result_helper16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_result_helper17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_result_helper17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_result_helperD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_result_helperD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_result_helperD0Ev", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test6output19junit_result_helperD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output19junit_result_helperE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output19junit_result_helperE", + "range": { + "startCol": 34, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test17test_tree_visitorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD2Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_result_helperD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_result_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/junit_log_formatter.ipp", + "line": 104 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test6output19junit_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test6output19junit_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test6output19junit_log_formatterE", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatterD0Ev", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter9log_startERSom", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter9log_startERSom", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter10log_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter10log_finishERSo", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter14log_build_infoERSob", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter14log_build_infoERSob", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter15test_unit_startERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter15test_unit_startERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter20log_exception_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter20log_exception_finishERSo", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter16log_entry_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter16log_entry_finishERSo", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter19entry_context_startERSoNS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter19entry_context_startERSoNS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter20entry_context_finishERSoNS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter20entry_context_finishERSoNS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output19junit_log_formatter13set_log_levelENS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output19junit_log_formatter13set_log_levelENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11Ev", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output19junit_log_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output19junit_log_formatterE", + "range": { + "startCol": 34, + "endCol": 84 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " add rax, 176", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx114listImSaImEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " add rax, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output10junit_impl16junit_log_helperD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test23unit_test_log_formatterD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatterD2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output19junit_log_formatterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output19junit_log_formatterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov esi, 208", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/junit_log_formatter.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test13test_observerE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test13test_observerE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test13test_observerE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer10test_startEmm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer10test_startEmm", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer11test_finishEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer11test_finishEv", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer12test_abortedEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer12test_abortedEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16test_unit_finishERKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16test_unit_finishERKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer16exception_caughtERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer16exception_caughtERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observer8priorityEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observer8priorityEv", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observerD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test13test_observerD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test13test_observerD0Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test17test_tree_visitorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test17test_tree_visitorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test17test_tree_visitorD0Ev", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test6output22compiler_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test6output22compiler_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test6output22compiler_log_formatterE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatterD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatterD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatterD0Ev", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter9log_startERSom", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter9log_startERSom", + "range": { + "startCol": 17, + "endCol": 82 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter10log_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter10log_finishERSo", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter14log_build_infoERSob", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter14log_build_infoERSob", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter15test_unit_startERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter15test_unit_startERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter20log_exception_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter20log_exception_finishERSo", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter16log_entry_finishERSo", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter16log_entry_finishERSo", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter19entry_context_startERSoNS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter19entry_context_startERSoNS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter20entry_context_finishERSoNS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter20entry_context_finishERSoNS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test23unit_test_log_formatter13set_log_levelENS0_9log_levelE", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatter13set_log_levelENS0_9log_levelE", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test23unit_test_log_formatter30get_default_stream_descriptionB5cxx11Ev", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test23unit_test_log_formatter30get_default_stream_descriptionB5cxx11Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test6output22compiler_log_formatter12print_prefixERSoNS0_13basic_cstringIKcEEm", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test6output22compiler_log_formatter12print_prefixERSoNS0_13basic_cstringIKcEEm", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test6output22compiler_log_formatterE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test6output22compiler_log_formatterE", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test23unit_test_log_formatterD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test23unit_test_log_formatterD2Ev", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test6output22compiler_log_formatterD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test6output22compiler_log_formatterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/output/compiler_log_formatter.hpp", + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test12lazy_ostreamD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test12lazy_ostreamD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostreamD0Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZNK5boost9unit_test12lazy_ostreamclERSo", + "source": null, + "labels": [ + { + "name": "_ZNK5boost9unit_test12lazy_ostreamclERSo", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test19master_test_suite_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test19master_test_suite_tE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test19master_test_suite_tE", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test19master_test_suite_tD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test19master_test_suite_tD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test19master_test_suite_tD0Ev", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": "_ZN5boost9unit_test19master_test_suite_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test19master_test_suite_tE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test19master_test_suite_tE", + "range": { + "startCol": 34, + "endCol": 77 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test10test_suiteD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suiteD2Ev", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test19master_test_suite_tD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19master_test_suite_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov esi, 400", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tree/test_unit.hpp", + "line": 219 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test10test_suiteE", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test10test_suiteD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test10test_suiteD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test10test_suiteD0Ev", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": "_ZTVN5boost9unit_test17test_unit_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_unit_fixtureE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_unit_fixtureE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime8argumentE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime8argumentD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime8argumentD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD0Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime18unrecognized_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime18unrecognized_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime18unrecognized_paramE", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime18unrecognized_paramD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime18unrecognized_paramD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime18unrecognized_paramD0Ev", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime15ambiguous_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime15ambiguous_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime15ambiguous_paramE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime15ambiguous_paramD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime15ambiguous_paramD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime15ambiguous_paramD0Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime15missing_req_argE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime15missing_req_argE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime15missing_req_argE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime15missing_req_argD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime15missing_req_argD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime15missing_req_argD0Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZN5boost7runtime15missing_req_argD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15missing_req_argE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15missing_req_argE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15missing_req_argD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15missing_req_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime13duplicate_argE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime13duplicate_argE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime13duplicate_argE", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime13duplicate_argD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime13duplicate_argD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime13duplicate_argD0Ev", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZN5boost7runtime13duplicate_argD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime13duplicate_argE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime13duplicate_argE", + "range": { + "startCol": 34, + "endCol": 69 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime13duplicate_argD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime13duplicate_argD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime12format_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime12format_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime12format_errorE", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime12format_errorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime12format_errorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime12format_errorD0Ev", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZN5boost7runtime12format_errorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime12format_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime12format_errorE", + "range": { + "startCol": 34, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime12format_errorD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime18invalid_param_specE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime18invalid_param_specE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime18invalid_param_specE", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime18invalid_param_specD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime18invalid_param_specD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime18invalid_param_specD0Ev", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime17arg_type_mismatchE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime17arg_type_mismatchE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime17arg_type_mismatchE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime17arg_type_mismatchD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime17arg_type_mismatchD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime17arg_type_mismatchD0Ev", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime26access_to_missing_argumentE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime26access_to_missing_argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime26access_to_missing_argumentE", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime26access_to_missing_argumentD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime26access_to_missing_argumentD0Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZN5boost7runtime26access_to_missing_argumentD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime26access_to_missing_argumentE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime26access_to_missing_argumentE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime26access_to_missing_argumentD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime26access_to_missing_argumentD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime17conflicting_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime17conflicting_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime17conflicting_paramE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime17conflicting_paramD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime17conflicting_paramD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime17conflicting_paramD0Ev", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZN5boost7runtime17conflicting_paramD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime17conflicting_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime17conflicting_paramE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17conflicting_paramD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17conflicting_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime15duplicate_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime15duplicate_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime15duplicate_paramE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime15duplicate_paramD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime15duplicate_paramD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime15duplicate_paramD0Ev", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZN5boost7runtime15duplicate_paramD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime15duplicate_paramE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime15duplicate_paramE", + "range": { + "startCol": 34, + "endCol": 71 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15duplicate_paramD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15duplicate_paramD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime14invalid_cla_idE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime14invalid_cla_idE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime14invalid_cla_idE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime14invalid_cla_idD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime14invalid_cla_idD0Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZN5boost7runtime14invalid_cla_idD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14invalid_cla_idE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14invalid_cla_idE", + "range": { + "startCol": 34, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED2Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14invalid_cla_idD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14invalid_cla_idD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov esi, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/errors.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED0Ev", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime11input_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime11input_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11input_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11input_errorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime11input_errorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11input_errorD0Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime10init_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime10init_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime10init_errorE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime10init_errorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime10init_errorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime10init_errorD0Ev", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost7runtime11param_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost7runtime11param_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11param_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " .quad _ZN5boost7runtime11param_errorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost7runtime11param_errorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost7runtime11param_errorD0Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " .quad _ZNK5boost7runtime11param_error4whatEv", + "source": null, + "labels": [ + { + "name": "_ZNK5boost7runtime11param_error4whatEv", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": "_ZTVN5boost17bad_function_callE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost17bad_function_callE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost17bad_function_callE", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " .quad _ZN5boost17bad_function_callD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost17bad_function_callD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost17bad_function_callD0Ev", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " .quad _ZNKSt13runtime_error4whatEv", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost16exception_detail10clone_baseE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost16exception_detail10clone_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost16exception_detail10clone_baseE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9exceptionE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9exceptionE", + "range": { + "startCol": 17, + "endCol": 39 + } + } + ] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost16exception_detail20error_info_containerE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost16exception_detail20error_info_containerE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost16exception_detail20error_info_containerE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail15sp_counted_baseE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": " .quad __cxa_pure_virtual", + "source": null, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9framework11setup_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9framework11setup_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework11setup_errorE", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9framework11setup_errorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework11setup_errorD0Ev", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " .quad _ZNKSt13runtime_error4whatEv", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework11setup_errorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework11setup_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework11setup_errorE", + "range": { + "startCol": 34, + "endCol": 79 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework11setup_errorD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework11setup_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 285 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost9unit_test9framework14internal_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9framework14internal_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9framework14internal_errorE", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZN5boost9unit_test9framework14internal_errorD1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost9unit_test9framework14internal_errorD0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost9unit_test9framework14internal_errorD0Ev", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZNKSt13runtime_error4whatEv", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework14internal_errorD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost9unit_test9framework14internal_errorE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [ + { + "name": "_ZTVN5boost9unit_test9framework14internal_errorE", + "range": { + "startCol": 34, + "endCol": 82 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZNSt13runtime_errorD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test9framework14internal_errorD0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework14internal_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov esi, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/framework.hpp", + "line": 278 + }, + "labels": [] + }, + { + "text": "_ZTSZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*ZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_", + "source": null, + "labels": [ + { + "name": "_ZTSZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": "_ZTIPFvRKN5boost5debug16dbg_startup_infoEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv119__pointer_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSPFvRKN5boost5debug16dbg_startup_infoEE", + "source": null, + "labels": [ + { + "name": "_ZTSPFvRKN5boost5debug16dbg_startup_infoEE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIFvRKN5boost5debug16dbg_startup_infoEE", + "source": null, + "labels": [ + { + "name": "_ZTIFvRKN5boost5debug16dbg_startup_infoEE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSPFvRKN5boost5debug16dbg_startup_infoEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"PFvRKN5boost5debug16dbg_startup_infoEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIPFvvE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv119__pointer_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSPFvvE", + "source": null, + "labels": [ + { + "name": "_ZTSPFvvE", + "range": { + "startCol": 17, + "endCol": 26 + } + } + ] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .zero 4", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIFvvE", + "source": null, + "labels": [ + { + "name": "_ZTIFvvE", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": "_ZTSPFvvE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"PFvvE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail7forwardE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail7forwardE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail7forwardE", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail7forwardE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail7forwardE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE", + "range": { + "startCol": 17, + "endCol": 110 + } + } + ] + }, + { + "text": "_ZTSN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": "_ZTSN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE", + "range": { + "startCol": 17, + "endCol": 180 + } + } + ] + }, + { + "text": "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime14typed_argumentImEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14typed_argumentImEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14typed_argumentImEE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTIN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTIN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTIN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTIN5boost7runtime14typed_argumentIjEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14typed_argumentIjEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14typed_argumentIjEE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTIN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE", + "range": { + "startCol": 17, + "endCol": 125 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE", + "range": { + "startCol": 17, + "endCol": 93 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost10wrapexceptINS_17bad_function_callEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv121__vmi_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost10wrapexceptINS_17bad_function_callEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .long 3", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost16exception_detail10clone_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost16exception_detail10clone_baseE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " .quad 2", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost17bad_function_callE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost17bad_function_callE", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " .quad 2050", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9exceptionE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9exceptionE", + "range": { + "startCol": 17, + "endCol": 39 + } + } + ] + }, + { + "text": " .quad 6146", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost10wrapexceptINS_17bad_function_callEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost10wrapexceptINS_17bad_function_callEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime14typed_argumentIbEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14typed_argumentIbEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14typed_argumentIbEE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime14typed_argumentIbEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14typed_argumentIbEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost3nfp10nfp_detail27access_to_invalid_parameterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost3nfp10nfp_detail27access_to_invalid_parameterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost3nfp10nfp_detail27access_to_invalid_parameterE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": "_ZTSN5boost3nfp10nfp_detail27access_to_invalid_parameterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost3nfp10nfp_detail27access_to_invalid_parameterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "range": { + "startCol": 17, + "endCol": 105 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime6optionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime6optionE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime6optionE", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime6optionE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime6optionE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime11basic_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime11basic_paramE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime11basic_paramE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime11basic_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime11basic_paramE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9framework15nothing_to_testE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9framework15nothing_to_testE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9framework15nothing_to_testE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9framework15nothing_to_testE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9framework15nothing_to_testE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9ut_detail16labels_collectorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9ut_detail16labels_collectorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9ut_detail16labels_collectorE", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9ut_detail16labels_collectorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9ut_detail16labels_collectorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9ut_detail20dot_content_reporterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9ut_detail20dot_content_reporterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9ut_detail20dot_content_reporterE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9ut_detail20dot_content_reporterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9ut_detail20dot_content_reporterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9ut_detail20hrf_content_reporterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9ut_detail20hrf_content_reporterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9ut_detail20hrf_content_reporterE", + "range": { + "startCol": 17, + "endCol": 71 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9ut_detail20hrf_content_reporterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9ut_detail20hrf_content_reporterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test6output17xml_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test6output17xml_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test6output17xml_log_formatterE", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test23unit_test_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test23unit_test_log_formatterE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test6output17xml_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test6output17xml_log_formatterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost10test_tools18output_test_streamE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost10test_tools18output_test_streamE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost10test_tools18output_test_streamE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZTINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost10test_tools18output_test_streamE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost10test_tools18output_test_streamE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*N5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE", + "range": { + "startCol": 17, + "endCol": 94 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTIN5boost9unit_test6output20xml_report_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test6output20xml_report_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test6output20xml_report_formatterE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test16results_reporter6formatE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test16results_reporter6formatE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test6output20xml_report_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test6output20xml_report_formatterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test22results_collect_helperE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test22results_collect_helperE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test22results_collect_helperE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test22results_collect_helperE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test22results_collect_helperE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*N5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTIN5boost9unit_test6output22plain_report_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test6output22plain_report_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test6output22plain_report_formatterE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test16results_reporter6formatE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test16results_reporter6formatE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test6output22plain_report_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test6output22plain_report_formatterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost17execution_abortedE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost17execution_abortedE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost17execution_abortedE", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": "_ZTSN5boost17execution_abortedE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost17execution_abortedE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail23system_signal_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail23system_signal_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail23system_signal_exceptionE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail23system_signal_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail23system_signal_exceptionE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost12system_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost12system_errorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost12system_errorE", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": "_ZTSN5boost12system_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost12system_errorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": null, + "labels": [ + { + "name": "_ZTSNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "range": { + "startCol": 17, + "endCol": 73 + } + } + ] + }, + { + "text": "_ZTSNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"NSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost16exception_detail25error_info_container_implE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost16exception_detail25error_info_container_implE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost16exception_detail25error_info_container_implE", + "range": { + "startCol": 17, + "endCol": 74 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost16exception_detail20error_info_containerE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost16exception_detail20error_info_containerE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": "_ZTSN5boost16exception_detail25error_info_container_implE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost16exception_detail25error_info_container_implE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators:", + "source": null, + "labels": [] + }, + { + "text": " .string \"*ZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators", + "source": null, + "labels": [ + { + "name": "_ZTSZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTIN5boost19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost19execution_exceptionE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost19execution_exceptionE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost19execution_exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost19execution_exceptionE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9framework4impl21global_fixture_handleE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9framework4impl21global_fixture_handleE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9framework4impl21global_fixture_handleE", + "range": { + "startCol": 17, + "endCol": 77 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_unit_fixtureE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_unit_fixtureE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9framework4impl21global_fixture_handleE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9framework4impl21global_fixture_handleE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE", + "range": { + "startCol": 17, + "endCol": 261 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE", + "range": { + "startCol": 17, + "endCol": 248 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE", + "range": { + "startCol": 17, + "endCol": 237 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE", + "range": { + "startCol": 17, + "endCol": 204 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9framework4impl14set_run_statusE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9framework4impl14set_run_statusE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9framework4impl14set_run_statusE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9framework4impl14set_run_statusE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9framework4impl14set_run_statusE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9framework4impl12label_filterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9framework4impl12label_filterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9framework4impl12label_filterE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9framework4impl12label_filterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9framework4impl12label_filterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9framework4impl11name_filterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9framework4impl11name_filterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9framework4impl11name_filterE", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9framework4impl11name_filterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9framework4impl11name_filterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test14global_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test14global_fixtureE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test14global_fixtureE", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_unit_fixtureE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_unit_fixtureE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test14global_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test14global_fixtureE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test20global_configurationE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test20global_configurationE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test20global_configurationE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test13test_observerE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test13test_observerE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test20global_configurationE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test20global_configurationE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17test_case_counterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17test_case_counterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17test_case_counterE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17test_case_counterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17test_case_counterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test25framework_init_observer_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test25framework_init_observer_tE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test25framework_init_observer_tE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test13test_observerE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test13test_observerE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test25framework_init_observer_tE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test25framework_init_observer_tE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test16results_reporter6formatE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test16results_reporter6formatE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test16results_reporter6formatE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test16results_reporter6formatE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test16results_reporter6formatE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test18progress_monitor_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test18progress_monitor_tE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test18progress_monitor_tE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test13test_observerE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test13test_observerE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test18progress_monitor_tE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test18progress_monitor_tE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test15unit_test_log_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test15unit_test_log_tE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test15unit_test_log_tE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test13test_observerE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test13test_observerE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test15unit_test_log_tE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test15unit_test_log_tE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test6output19junit_result_helperE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test6output19junit_result_helperE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test6output19junit_result_helperE", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test6output19junit_result_helperE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test6output19junit_result_helperE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test19results_collector_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test19results_collector_tE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test19results_collector_tE", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test13test_observerE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test13test_observerE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test19results_collector_tE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test19results_collector_tE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test13test_observerE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test13test_observerE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test13test_observerE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test13test_observerE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test13test_observerE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17test_tree_visitorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17test_tree_visitorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17test_tree_visitorE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17test_tree_visitorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17test_tree_visitorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test6output19junit_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test6output19junit_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test6output19junit_log_formatterE", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test23unit_test_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test23unit_test_log_formatterE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test6output19junit_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test6output19junit_log_formatterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test12lazy_ostreamE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test12lazy_ostreamE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test12lazy_ostreamE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test12lazy_ostreamE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test19master_test_suite_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test19master_test_suite_tE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test19master_test_suite_tE", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test10test_suiteE", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test19master_test_suite_tE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test19master_test_suite_tE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv121__vmi_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test10test_suiteE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test10test_suiteE", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .long 1", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost9unit_test9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9test_unitE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " .quad 2050", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost9unit_test10test_suiteE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test10test_suiteE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator12preconditionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator12preconditionE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator12preconditionE", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator12preconditionE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator12preconditionE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator9fixture_tE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator9fixture_tE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator9fixture_tE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator9fixture_tE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator9fixture_tE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator10depends_onE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator10depends_onE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator10depends_onE", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator10depends_onE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator10depends_onE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator11descriptionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator11descriptionE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator11descriptionE", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator11descriptionE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator11descriptionE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator7timeoutE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator7timeoutE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator7timeoutE", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator7timeoutE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator7timeoutE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator17expected_failuresE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator17expected_failuresE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator17expected_failuresE", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator17expected_failuresE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator17expected_failuresE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator5labelE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator5labelE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator5labelE", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator5labelE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator5labelE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator15stack_decoratorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator15stack_decoratorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator15stack_decoratorE", + "range": { + "startCol": 17, + "endCol": 66 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator15stack_decoratorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator15stack_decoratorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9decorator4baseE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9decorator4baseE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9decorator4baseE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9decorator4baseE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9decorator4baseE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test17test_unit_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test17test_unit_fixtureE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test17test_unit_fixtureE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test17test_unit_fixtureE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test17test_unit_fixtureE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime8argumentE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime8argumentE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime8argumentE", + "range": { + "startCol": 17, + "endCol": 46 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime8argumentE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime8argumentE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime18unrecognized_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime18unrecognized_paramE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime18unrecognized_paramE", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime18unrecognized_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime18unrecognized_paramE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11input_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11input_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime15ambiguous_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime15ambiguous_paramE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime15ambiguous_paramE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime15ambiguous_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime15ambiguous_paramE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11input_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11input_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime15missing_req_argE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime15missing_req_argE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime15missing_req_argE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime15missing_req_argE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime15missing_req_argE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11input_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11input_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime13duplicate_argE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime13duplicate_argE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime13duplicate_argE", + "range": { + "startCol": 17, + "endCol": 52 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime13duplicate_argE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime13duplicate_argE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11input_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11input_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime12format_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime12format_errorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime12format_errorE", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime12format_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime12format_errorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE", + "range": { + "startCol": 17, + "endCol": 98 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11input_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11input_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime18invalid_param_specE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime18invalid_param_specE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime18invalid_param_specE", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime18invalid_param_specE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime18invalid_param_specE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime10init_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime10init_errorE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime17arg_type_mismatchE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime17arg_type_mismatchE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime17arg_type_mismatchE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime17arg_type_mismatchE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime17arg_type_mismatchE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime10init_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime10init_errorE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime26access_to_missing_argumentE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime26access_to_missing_argumentE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime26access_to_missing_argumentE", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime26access_to_missing_argumentE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime26access_to_missing_argumentE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime10init_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime10init_errorE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime17conflicting_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime17conflicting_paramE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime17conflicting_paramE", + "range": { + "startCol": 17, + "endCol": 56 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime17conflicting_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime17conflicting_paramE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime10init_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime10init_errorE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime15duplicate_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime15duplicate_paramE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime15duplicate_paramE", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime15duplicate_paramE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime15duplicate_paramE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime10init_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime10init_errorE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime14invalid_cla_idE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime14invalid_cla_idE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime14invalid_cla_idE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime14invalid_cla_idE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14invalid_cla_idE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime10init_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime10init_errorE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime11input_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime11input_errorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime11input_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11param_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11param_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime11input_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime11input_errorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime10init_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime10init_errorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime10init_errorE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost7runtime11param_errorE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost7runtime11param_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": "_ZTSN5boost7runtime10init_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime10init_errorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost7runtime11param_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost7runtime11param_errorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost7runtime11param_errorE", + "range": { + "startCol": 17, + "endCol": 50 + } + } + ] + }, + { + "text": " .quad _ZTISt9exception", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost7runtime11param_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime11param_errorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost17bad_function_callE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost17bad_function_callE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost17bad_function_callE", + "range": { + "startCol": 17, + "endCol": 48 + } + } + ] + }, + { + "text": " .quad _ZTISt13runtime_error", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost17bad_function_callE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost17bad_function_callE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost16exception_detail10clone_baseE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost16exception_detail10clone_baseE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost16exception_detail10clone_baseE", + "range": { + "startCol": 17, + "endCol": 59 + } + } + ] + }, + { + "text": "_ZTSN5boost16exception_detail10clone_baseE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost16exception_detail10clone_baseE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9exceptionE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9exceptionE", + "range": { + "startCol": 17, + "endCol": 39 + } + } + ] + }, + { + "text": "_ZTSN5boost9exceptionE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9exceptionE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost16exception_detail20error_info_containerE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost16exception_detail20error_info_containerE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost16exception_detail20error_info_containerE", + "range": { + "startCol": 17, + "endCol": 69 + } + } + ] + }, + { + "text": "_ZTSN5boost16exception_detail20error_info_containerE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost16exception_detail20error_info_containerE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail15sp_counted_baseE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail15sp_counted_baseE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail15sp_counted_baseE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9framework11setup_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9framework11setup_errorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9framework11setup_errorE", + "range": { + "startCol": 17, + "endCol": 62 + } + } + ] + }, + { + "text": " .quad _ZTISt13runtime_error", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost9unit_test9framework11setup_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9framework11setup_errorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9framework14internal_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9framework14internal_errorE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9framework14internal_errorE", + "range": { + "startCol": 17, + "endCol": 65 + } + } + ] + }, + { + "text": " .quad _ZTISt13runtime_error", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost9unit_test9framework14internal_errorE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9framework14internal_errorE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test6output22compiler_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test6output22compiler_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test6output22compiler_log_formatterE", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost9unit_test23unit_test_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost9unit_test23unit_test_log_formatterE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test6output22compiler_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test6output22compiler_log_formatterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test23unit_test_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test23unit_test_log_formatterE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test23unit_test_log_formatterE", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test23unit_test_log_formatterE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test23unit_test_log_formatterE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost5debug12_GLOBAL__N_16info_tD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " add rax, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 604 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_storeD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 74 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16parameters_storeD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 476 + }, + "labels": [] + }, + { + "text": ".LC757:", + "source": null, + "labels": [] + }, + { + "text": " .string \"////\"", + "source": null, + "labels": [] + }, + { + "text": ".LC758:", + "source": null, + "labels": [] + }, + { + "text": " .string \"auto_start_dbg\"", + "source": null, + "labels": [] + }, + { + "text": ".LC759:", + "source": null, + "labels": [] + }, + { + "text": " .string \"break_exec_path\"", + "source": null, + "labels": [] + }, + { + "text": ".LC760:", + "source": null, + "labels": [] + }, + { + "text": " .string \"build_info\"", + "source": null, + "labels": [] + }, + { + "text": ".LC761:", + "source": null, + "labels": [] + }, + { + "text": " .string \"catch_system_errors\"", + "source": null, + "labels": [] + }, + { + "text": ".LC762:", + "source": null, + "labels": [] + }, + { + "text": " .string \"color_output\"", + "source": null, + "labels": [] + }, + { + "text": ".LC763:", + "source": null, + "labels": [] + }, + { + "text": " .string \"detect_fp_exceptions\"", + "source": null, + "labels": [] + }, + { + "text": ".LC764:", + "source": null, + "labels": [] + }, + { + "text": " .string \"detect_memory_leaks\"", + "source": null, + "labels": [] + }, + { + "text": ".LC765:", + "source": null, + "labels": [] + }, + { + "text": " .string \"list_content\"", + "source": null, + "labels": [] + }, + { + "text": ".LC766:", + "source": null, + "labels": [] + }, + { + "text": " .string \"list_labels\"", + "source": null, + "labels": [] + }, + { + "text": ".LC767:", + "source": null, + "labels": [] + }, + { + "text": " .string \"log_format\"", + "source": null, + "labels": [] + }, + { + "text": ".LC768:", + "source": null, + "labels": [] + }, + { + "text": " .string \"log_level\"", + "source": null, + "labels": [] + }, + { + "text": ".LC769:", + "source": null, + "labels": [] + }, + { + "text": " .string \"log_sink\"", + "source": null, + "labels": [] + }, + { + "text": ".LC770:", + "source": null, + "labels": [] + }, + { + "text": " .string \"logger\"", + "source": null, + "labels": [] + }, + { + "text": ".LC771:", + "source": null, + "labels": [] + }, + { + "text": " .string \"output_format\"", + "source": null, + "labels": [] + }, + { + "text": ".LC772:", + "source": null, + "labels": [] + }, + { + "text": " .string \"random\"", + "source": null, + "labels": [] + }, + { + "text": ".LC773:", + "source": null, + "labels": [] + }, + { + "text": " .string \"report_format\"", + "source": null, + "labels": [] + }, + { + "text": ".LC774:", + "source": null, + "labels": [] + }, + { + "text": " .string \"report_level\"", + "source": null, + "labels": [] + }, + { + "text": ".LC775:", + "source": null, + "labels": [] + }, + { + "text": " .string \"report_memory_leaks_to\"", + "source": null, + "labels": [] + }, + { + "text": ".LC776:", + "source": null, + "labels": [] + }, + { + "text": " .string \"report_sink\"", + "source": null, + "labels": [] + }, + { + "text": ".LC777:", + "source": null, + "labels": [] + }, + { + "text": " .string \"result_code\"", + "source": null, + "labels": [] + }, + { + "text": ".LC778:", + "source": null, + "labels": [] + }, + { + "text": " .string \"run_test\"", + "source": null, + "labels": [] + }, + { + "text": ".LC779:", + "source": null, + "labels": [] + }, + { + "text": " .string \"save_pattern\"", + "source": null, + "labels": [] + }, + { + "text": ".LC780:", + "source": null, + "labels": [] + }, + { + "text": " .string \"show_progress\"", + "source": null, + "labels": [] + }, + { + "text": ".LC781:", + "source": null, + "labels": [] + }, + { + "text": " .string \"use_alt_stack\"", + "source": null, + "labels": [] + }, + { + "text": ".LC782:", + "source": null, + "labels": [] + }, + { + "text": " .string \"wait_for_debugger\"", + "source": null, + "labels": [] + }, + { + "text": ".LC783:", + "source": null, + "labels": [] + }, + { + "text": " .string \"help\"", + "source": null, + "labels": [] + }, + { + "text": ".LC784:", + "source": null, + "labels": [] + }, + { + "text": " .string \"usage\"", + "source": null, + "labels": [] + }, + { + "text": ".LC785:", + "source": null, + "labels": [] + }, + { + "text": " .string \"version\"", + "source": null, + "labels": [] + }, + { + "text": "_Z41__static_initialization_and_destruction_0ii:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " sub rsp, 168", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-164], edi", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-168], esi", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " cmp DWORD PTR [rbp-164], 1", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " jne .L17297", + "source": { + "file": null, + "line": 34 + }, + "labels": [ + { + "name": ".L17297", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp DWORD PTR [rbp-168], 65535", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " jne .L17297", + "source": { + "file": null, + "line": 34 + }, + "labels": [ + { + "name": ".L17297", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZStL8__ioinit", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iostream", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNSt8ios_base4InitC1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iostream", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iostream", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZStL8__ioinit", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iostream", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt8ios_base4InitD1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iostream", + "line": 74 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/iostream", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19results_collector_t8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19results_collector_t8instanceEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117results_collectorE[rip], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/results_collector.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L6s_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call _ZN5boost5debug12_GLOBAL__N_16info_tC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_1L6s_infoE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost5debug12_GLOBAL__N_16info_tD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/debug.ipp", + "line": 613 + }, + "labels": [] + }, + { + "text": " mov esi, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost3nfp12_GLOBAL__N_19no_paramsE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp15named_parameterIcNS0_16no_params_type_tEcEC1Ec", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/named_params.hpp", + "line": 276 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test5utils12_GLOBAL__N_117keep_empty_tokensE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " call _ZN5boost3nfp13typed_keywordIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tELb0EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/iterator/token_iterator.hpp", + "line": 168 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test15unit_test_log_t8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 227 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test15unit_test_log_t8instanceEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_113unit_test_logE[rip], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_log.hpp", + "line": 227 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test19unit_test_monitor_t8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 55 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test19unit_test_monitor_t8instanceEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_117unit_test_monitorE[rip], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_monitor.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18progress_monitor_t8instanceEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 55 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test18progress_monitor_t8instanceEv", + "range": { + "startCol": 17, + "endCol": 67 + } + } + ] + }, + { + "text": " mov QWORD PTR _ZN5boost9unit_test12_GLOBAL__N_116progress_monitorE[rip], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/progress_monitor.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test12lazy_ostream4instE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream4instE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " call _ZN5boost9unit_test12lazy_ostreamC1Eb", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test12lazy_ostream4instE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 67 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test12lazy_ostream4instE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test12lazy_ostreamD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/test_tools.ipp", + "line": 67 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC757", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 126 + }, + "labels": [ + { + "name": ".LC757", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost7runtimeL11help_prefixE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 126 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-156]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-156]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC758", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [ + { + "name": ".LC758", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "range": { + "startCol": 34, + "endCol": 98 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-156]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E", + "range": { + "startCol": 34, + "endCol": 98 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 73 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-155]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-155]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC759", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [ + { + "name": ".LC759", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-155]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 74 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-154]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-154]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC760", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [ + { + "name": ".LC760", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-154]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 75 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-153]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-153]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC761", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [ + { + "name": ".LC761", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-153]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 76 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-152]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC762", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [ + { + "name": ".LC762", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 77 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-151]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-151]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC763", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [ + { + "name": ".LC763", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-151]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 78 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-150]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-150]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC764", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [ + { + "name": ".LC764", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-150]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 79 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-149]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-149]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC765", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [ + { + "name": ".LC765", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-149]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 80 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-148]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-148]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC766", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [ + { + "name": ".LC766", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-148]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 81 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-147]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-147]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC767", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [ + { + "name": ".LC767", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-147]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 94 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 82 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-146]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-146]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC768", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [ + { + "name": ".LC768", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-146]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 93 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 83 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-145]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-145]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC769", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [ + { + "name": ".LC769", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-145]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 84 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC770", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [ + { + "name": ".LC770", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 99 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 85 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-143]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-143]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC771", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [ + { + "name": ".LC771", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-143]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 86 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-142]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-142]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC772", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [ + { + "name": ".LC772", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-142]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 87 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-141]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-141]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC773", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [ + { + "name": ".LC773", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-141]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 88 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-140]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-140]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC774", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [ + { + "name": ".LC774", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-140]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 89 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-139]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-139]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC775", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [ + { + "name": ".LC775", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-139]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 90 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-138]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-138]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC776", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [ + { + "name": ".LC776", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-138]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 91 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-137]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-137]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC777", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [ + { + "name": ".LC777", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-137]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 92 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC778", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [ + { + "name": ".LC778", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E", + "range": { + "startCol": 34, + "endCol": 95 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 93 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-135]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-135]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC779", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [ + { + "name": ".LC779", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-135]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 94 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-134]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-134]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC780", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [ + { + "name": ".LC780", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-134]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 95 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-133]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-133]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC781", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [ + { + "name": ".LC781", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-133]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E", + "range": { + "startCol": 34, + "endCol": 97 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 96 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-132]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-132]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC782", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [ + { + "name": ".LC782", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-132]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E", + "range": { + "startCol": 34, + "endCol": 101 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 97 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-131]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-131]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC783", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [ + { + "name": ".LC783", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-131]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E", + "range": { + "startCol": 34, + "endCol": 87 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 99 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-130]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-130]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC784", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [ + { + "name": ".LC784", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E", + "range": { + "startCol": 34, + "endCol": 89 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-130]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E", + "range": { + "startCol": 34, + "endCol": 89 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 100 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC785", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [ + { + "name": ".LC785", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "range": { + "startCol": 34, + "endCol": 91 + } + } + ] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E", + "range": { + "startCol": 34, + "endCol": 91 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 101 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_storeC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L17s_arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost7runtime15arguments_storeD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 649 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L18s_parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16parameters_storeC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:__dso_handle", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZN5boost9unit_test14runtime_config12_GLOBAL__N_1L18s_parameters_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZN5boost7runtime16parameters_storeD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " call __cxa_atexit", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/impl/unit_test_parameters.ipp", + "line": 650 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov edx, 11", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC487", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [ + { + "name": ".LC487", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ImEEPS2_T_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC21", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [ + { + "name": ".LC21", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE4trimES3_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZL8mtsetter", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9framework4impl29master_test_suite_name_setterC1ENS0_13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/unit_test_suite.hpp", + "line": 383 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9decorator11collector_t8instanceEv", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9decorator11collector_t8instanceEv", + "range": { + "startCol": 17, + "endCol": 70 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC685", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC685", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC683", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": ".LC683", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1EPS2_", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edx, 0", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZL17copy_test_invokerv", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZL17copy_test_invokerv", + "range": { + "startCol": 34, + "endCol": 57 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEEC1IPS1_EET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rsi, [rbp-64]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov ecx, 27", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m", + "source": { + "file": null, + "line": 27 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " mov ecx, 0", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov edi, OFFSET FLAT:_ZL22copy_test_registrar270", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC1EPNS0_9test_caseERNS0_9decorator11collector_tEm", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " jmp .L17297", + "source": { + "file": null, + "line": 34 + }, + "labels": [ + { + "name": ".L17297", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-156]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-155]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-154]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-153]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-152]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-151]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-150]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-149]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-148]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-147]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-146]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-145]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-144]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-143]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-142]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-141]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-140]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-139]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-138]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-137]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-136]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-135]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-134]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-133]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-132]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-131]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-130]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-129]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/basic_string.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _ZN5boost8functionIFvvEED1Ev", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": null, + "line": 27 + }, + "labels": [] + }, + { + "text": ".L17297:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test13basic_cstringIKcE4nullE:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail12static_constINS1_4impl26boost_test_print_type_implEE5valueE:", + "source": null, + "labels": [] + }, + { + "text": " .zero 1", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime3cla6parserEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime3cla6parserEEEvPT_", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentIbEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentIbEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test23unit_test_log_formatterEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test23unit_test_log_formatterEEEvPT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_23basic_wrap_stringstreamIcEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_23basic_wrap_stringstreamIcEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime3cla13rt_cla_detail14parameter_trieEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime3cla13rt_cla_detail14parameter_trieEEEvPT_", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime6optionEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime6optionEEEvPT_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_2io18ios_base_all_saverEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_2io18ios_base_all_saverEEEvPT_", + "range": { + "startCol": 17, + "endCol": 76 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_16exception_detail15error_info_baseEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_16exception_detail15error_info_baseEEEvPT_", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9framework4impl21global_fixture_handleEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9framework4impl21global_fixture_handleEEEvPT_", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator12preconditionEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator12preconditionEEEvPT_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator9fixture_tEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator9fixture_tEEEvPT_", + "range": { + "startCol": 17, + "endCol": 83 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator10depends_onEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator10depends_onEEEvPT_", + "range": { + "startCol": 17, + "endCol": 85 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator11descriptionEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator11descriptionEEEvPT_", + "range": { + "startCol": 17, + "endCol": 86 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator7timeoutEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator7timeoutEEEvPT_", + "range": { + "startCol": 17, + "endCol": 81 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator17expected_failuresEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator17expected_failuresEEEvPT_", + "range": { + "startCol": 17, + "endCol": 92 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator5labelEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator5labelEEEvPT_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_9unit_test9decorator15stack_decoratorEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_9unit_test9decorator15stack_decoratorEEEvPT_", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEclEPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 169 + }, + "labels": [ + { + "name": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEclEPS5_", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 170 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZTIN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_infoeqERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZNKSt9type_infoeqERKS_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " je .L17485", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [ + { + "name": ".L17485", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " jmp .L17487", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [ + { + "name": ".L17487", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17485:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": ".L17487:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 175 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 177 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [ + { + "name": "_ZTIN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE", + "range": { + "startCol": 34, + "endCol": 133 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9type_infoeqERKS_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [ + { + "name": "_ZNKSt9type_infoeqERKS_", + "range": { + "startCol": 17, + "endCol": 40 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " je .L17489", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [ + { + "name": ".L17489", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9addressofINS_6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEEEEPT_RS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [ + { + "name": "_ZN5boost9addressofINS_6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEEEEPT_RS8_", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17get_local_deleterINS0_13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEEEEPT_S9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [ + { + "name": "_ZN5boost6detail17get_local_deleterINS0_13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEEEEPT_S9_", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " jmp .L17491", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [ + { + "name": ".L17491", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17489:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 179 + }, + "labels": [] + }, + { + "text": ".L17491:", + "source": null, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 180 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZN5boost10wrapexceptINS_17bad_function_callEEC2ERKS2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail10clone_baseC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail10clone_baseC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callC2ERKS0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost17bad_function_callC2ERKS0_", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9exceptionC2ERKS0_", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost9exceptionC2ERKS0_", + "range": { + "startCol": 17, + "endCol": 44 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+64", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost10wrapexceptINS_17bad_function_callEEE+104", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " jmp .L17497", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": ".L17497", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost17bad_function_callD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost17bad_function_callD2Ev", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail10clone_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail10clone_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": ".L17497:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 103 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10wrapexceptINS_17bad_function_callEE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 143 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10wrapexceptINS_17bad_function_callEEC1ERKS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-24], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " je .L17499", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17499", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " add rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17500", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17500", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17499:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17500:", + "source": null, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost16exception_detail20copy_boost_exceptionEPNS_9exceptionEPKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost16exception_detail20copy_boost_exceptionEPNS_9exceptionEPKS1_", + "range": { + "startCol": 17, + "endCol": 87 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10wrapexceptINS_17bad_function_callEE7deleterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 151 + }, + "labels": [] + }, + { + "text": " jmp .L17506", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 151 + }, + "labels": [ + { + "name": ".L17506", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov esi, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 145 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10wrapexceptINS_17bad_function_callEE7deleterD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": ".L17506:", + "source": null, + "labels": [] + }, + { + "text": " add rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " pop rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " pop r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10wrapexceptINS_17bad_function_callEE7rethrowEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " push r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov edi, 64", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call __cxa_allocate_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10wrapexceptINS_17bad_function_callEEC1ERKS2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZN5boost10wrapexceptINS_17bad_function_callEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:_ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [ + { + "name": "_ZTIN5boost10wrapexceptINS_17bad_function_callEEE", + "range": { + "startCol": 34, + "endCol": 83 + } + } + ] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call __cxa_throw", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov r12, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call __cxa_free_exception", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rax, r12", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 156 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detaillsINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoS8_RKNS1_14print_helper_tIT_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detaillsINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoS8_RKNS1_14print_helper_tIT_EE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC1ERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC1ERKSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+48], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+52], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rdx, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " jmp .L17520", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": ".L17520", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": ".L17520:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC2ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 121 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rdx, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " jmp .L17524", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": ".L17524", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": ".L17524:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov edi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " jmp .L17529", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [ + { + "name": ".L17529", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov esi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": ".L17529:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " jne .L17534", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L17534", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " jmp .L17531", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": ".L17531", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17534:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": ".L17531:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EE10value_helpERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " je .L17536", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [ + { + "name": ".L17536", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC52", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [ + { + "name": ".LC52", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-29]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17537", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17537", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17537", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17537", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L17547:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17539", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17539", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-27]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17539", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17539", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jmp .L17540", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17540", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17539:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L17540:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17537", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17537", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17541", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17541", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-26]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": ".L17545:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17541", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17541", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " je .L17543", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L17543", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " jmp .L17544", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 456 + }, + "labels": [ + { + "name": ".L17544", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17543:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov esi, 124", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": ".L17544:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jmp .L17545", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17545", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17541:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17547", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17547", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " jmp .L17547", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17547", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17537:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC55", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [ + { + "name": ".LC55", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " jmp .L17549", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [ + { + "name": ".L17549", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17536:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": ".L17549:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov edi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " jmp .L17554", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [ + { + "name": ".L17554", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": ".L17554:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+232], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rdx+240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+240], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov edi, 248", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_9parameterIjLNS1_11args_amountE0ELb0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " jmp .L17560", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [ + { + "name": ".L17560", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, 248", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": ".L17560:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryIjLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryIjLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " jne .L17565", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L17565", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryIjLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryIjLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " jmp .L17562", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": ".L17562", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17565:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": ".L17562:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov edi, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " jmp .L17571", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [ + { + "name": ".L17571", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, 240", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": ".L17571:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EE16produce_argumentENS_9unit_test13basic_cstringIKcEESC_RNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EE16produce_argumentENS_9unit_test13basic_cstringIKcEESC_RNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE15produce_defaultERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " jne .L17576", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L17576", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " jmp .L17573", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": ".L17573", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17576:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": ".L17573:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC1ERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC1ERKSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+48], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+52], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 115 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rdx, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " jmp .L17583", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": ".L17583", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": ".L17583:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC2ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 117 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rdx, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " jmp .L17587", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": ".L17587", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": ".L17587:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov edi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " jmp .L17592", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [ + { + "name": ".L17592", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov esi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": ".L17592:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " jne .L17597", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L17597", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " jmp .L17594", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": ".L17594", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17597:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": ".L17594:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EE10value_helpERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " je .L17599", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [ + { + "name": ".L17599", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC52", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [ + { + "name": ".LC52", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-29]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17600", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17600", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L17610:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17602", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17602", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-27]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17602", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17602", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jmp .L17603", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17603", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17602:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L17603:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17600", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17600", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17604", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-26]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": ".L17608:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17604", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17604", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " je .L17606", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L17606", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " jmp .L17607", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 456 + }, + "labels": [ + { + "name": ".L17607", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17606:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov esi, 124", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": ".L17607:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jmp .L17608", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17608", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17604:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17610", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17610", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " jmp .L17610", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17610", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17600:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC55", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [ + { + "name": ".LC55", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " jmp .L17612", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [ + { + "name": ".L17612", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17599:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": ".L17612:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov edi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " jmp .L17617", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [ + { + "name": ".L17617", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": ".L17617:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC1ERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 207 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEEC1ERKSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 129 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC2ERKS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+48], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax+52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax+52], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE", + "range": { + "startCol": 34, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rdx, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " jmp .L17624", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": ".L17624", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": ".L17624:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC2ERKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2ERKS5_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE", + "range": { + "startCol": 34, + "endCol": 122 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " add rdx, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC1ERKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " jmp .L17628", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": ".L17628", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [ + { + "name": "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": ".L17628:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 417 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 444 + }, + "labels": [] + }, + { + "text": " mov edi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " jmp .L17633", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [ + { + "name": ".L17633", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov esi, 312", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 446 + }, + "labels": [] + }, + { + "text": ".L17633:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 447 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " jne .L17638", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L17638", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " jmp .L17635", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": ".L17635", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17638:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": ".L17635:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EE10value_helpERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " sub rsp, 80", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 449 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " add rax, 136", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " call _ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [] + }, + { + "text": " je .L17640", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 451 + }, + "labels": [ + { + "name": ".L17640", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC52", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [ + { + "name": ".LC52", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 452 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 453 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-29]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-40], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17641", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17641", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-28]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test8for_each15static_any_basecvbEv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17641", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17641", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L17651:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17643", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17643", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-27]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17643", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17643", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jmp .L17644", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17644", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17643:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": ".L17644:", + "source": null, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17641", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17641", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17645", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17645", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-26]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": ".L17649:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jne .L17645", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17645", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " cmp BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 455 + }, + "labels": [] + }, + { + "text": " je .L17647", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 455 + }, + "labels": [ + { + "name": ".L17647", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-1], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 456 + }, + "labels": [] + }, + { + "text": " jmp .L17648", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 456 + }, + "labels": [ + { + "name": ".L17648", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17647:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov esi, 124", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 458 + }, + "labels": [] + }, + { + "text": ".L17648:", + "source": null, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 459 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " mov BYTE PTR [rbp-2], 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " jmp .L17649", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17649", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17645:", + "source": null, + "labels": [] + }, + { + "text": " cmp BYTE PTR [rbp-2], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " je .L17651", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17651", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " add rax, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " lea rax, [rbp-25]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " jmp .L17651", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 454 + }, + "labels": [ + { + "name": ".L17651", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17641:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " mov esi, OFFSET FLAT:.LC55", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [ + { + "name": ".LC55", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 461 + }, + "labels": [] + }, + { + "text": " jmp .L17653", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [ + { + "name": ".L17653", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17640:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+136]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 464 + }, + "labels": [] + }, + { + "text": ".L17653:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 465 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov edi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC1ERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " jmp .L17658", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [ + { + "name": ".L17658", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, 288", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": ".L17658:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 92 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rsi+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rsi+240]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+232], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+240], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rsi+248]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rcx+248], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov edi, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_9parameterImLNS1_11args_amountE0ELb0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " jmp .L17664", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [ + { + "name": ".L17664", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, 256", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": ".L17664:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryImLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryImLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " jne .L17669", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L17669", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryImLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryImLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " jmp .L17666", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": ".L17666", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17669:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": ".L17666:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2ERKS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rax, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rdx, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " jmp .L17673", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [ + { + "name": ".L17673", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": ".L17673:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 172 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2ERKS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramC2ERKS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramC2ERKS1_", + "range": { + "startCol": 17, + "endCol": 55 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE", + "range": { + "startCol": 34, + "endCol": 143 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rax, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " add rdx, 232", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC1ERKS8_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " jmp .L17677", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": ".L17677", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime11basic_paramD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [ + { + "name": "_ZN5boost7runtime11basic_paramD2Ev", + "range": { + "startCol": 17, + "endCol": 51 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": ".L17677:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 302 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE5cloneEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 325 + }, + "labels": [] + }, + { + "text": " mov edi, 304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC1ERKS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime11basic_paramEEC1INS1_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " jmp .L17682", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [ + { + "name": ".L17682", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov esi, 304", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 327 + }, + "labels": [] + }, + { + "text": ".L17682:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 328 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " sub rsp, 72", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov eax, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-68], al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 329 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEESC_RNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 331 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEESC_RNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 193 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 332 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 333 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " add rax, 171", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test14class_propertyIbEntEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test14class_propertyIbEntEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [] + }, + { + "text": " jne .L17687", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 335 + }, + "labels": [ + { + "name": ".L17687", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+232]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " jmp .L17684", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 338 + }, + "labels": [ + { + "name": ".L17684", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17687:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 336 + }, + "labels": [] + }, + { + "text": ".L17684:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/parameter.hpp", + "line": 339 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZNSolsEj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " movzx eax, BYTE PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " movsx eax, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_c", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [ + { + "name": "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEclERSo:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 79 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " add rdx, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " call _ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 81 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/lazy_ostream.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEclEPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7destroyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 93 + }, + "labels": [ + { + "name": "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7destroyEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/make_shared_object.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": "_ZN5boost9addressofINS_6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEEEEPT_RS8_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 38 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 40 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/addressof.hpp", + "line": 41 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17get_local_deleterINS0_13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEEEEPT_S9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": "_ZN5boost10wrapexceptINS_17bad_function_callEE7deleterD2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " je .L17731", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [ + { + "name": ".L17731", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " add rdx, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": ".L17731:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/throw_exception.hpp", + "line": 113 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detaillsINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoS8_RKNS1_14print_helper_tIT_EE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 218 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 218 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-1]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail15print_log_valueINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEclERSoRKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 220 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail15print_log_valueINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEclERSoRKS7_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 223 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC1ERKSG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " je .L17738", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": ".L17738", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " jmp .L17738", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [ + { + "name": ".L17738", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": ".L17738:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " jmp .L17742", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17742", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17742:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " je .L17744", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17744", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L17745", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17745", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17744:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EE9interpretENS2_13basic_cstringIKcEES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EE9interpretENS2_13basic_cstringIKcEES7_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": ".L17745:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINS_9unit_test12report_levelEEEvNS3_13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINS_9unit_test12report_levelEEEvNS3_13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINS_9unit_test12report_levelEEEvNS3_13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINS_9unit_test12report_levelEEEvNS3_13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 199 + } + } + ] + }, + { + "text": " jmp .L17750", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17750", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17750:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterIjLNS1_11args_amountE0ELb0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterIjLNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterIjLNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " jmp .L17754", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17754", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17754:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryIjLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " je .L17756", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17756", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+4]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L17757", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17757", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17756:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime17value_interpreterIjLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime17value_interpreterIjLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": ".L17757:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setIjEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setIjEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryIjLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setIjEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setIjEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " jmp .L17762", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17762", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17762:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EE16produce_argumentENS_9unit_test13basic_cstringIKcEESC_RNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " sub rsp, 216", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-200], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-208], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-216], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-224], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 211 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-200]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-208]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE9interpretENS_9unit_test13basic_cstringIKcEESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE9interpretENS_9unit_test13basic_cstringIKcEESC_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 90 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [] + }, + { + "text": " je .L17764", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 215 + }, + "labels": [ + { + "name": ".L17764", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERT_NS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERT_NS_9unit_test13basic_cstringIKcEE", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 216 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 217 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backERKS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 217 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backERKS5_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " jmp .L17765", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 217 + }, + "labels": [ + { + "name": ".L17765", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17764:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov esi, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1EmRKS5_RKS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-216]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 222 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": ".L17765:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " jmp .L17772", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [ + { + "name": ".L17772", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-49]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " jmp .L17767", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [ + { + "name": ".L17767", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-192]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [] + }, + { + "text": " jmp .L17767", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 220 + }, + "labels": [ + { + "name": ".L17767", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": ".L17767:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 213 + }, + "labels": [] + }, + { + "text": ".L17772:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 225 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " sub rsp, 88", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-80], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 226 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-80]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " jmp .L17776", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 229 + }, + "labels": [ + { + "name": ".L17776", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 228 + }, + "labels": [] + }, + { + "text": ".L17776:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 229 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 229 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 229 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC1ERKSG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " je .L17781", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": ".L17781", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " jmp .L17781", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [ + { + "name": ".L17781", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": ".L17781:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 197 + } + } + ] + }, + { + "text": " jmp .L17785", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17785", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17785:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " je .L17787", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17787", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L17788", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17788", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17787:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EE9interpretENS2_13basic_cstringIKcEES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EE9interpretENS2_13basic_cstringIKcEES7_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": ".L17788:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINS_9unit_test9log_levelEEEvNS3_13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINS_9unit_test9log_levelEEEvNS3_13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINS_9unit_test9log_levelEEEvNS3_13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINS_9unit_test9log_levelEEEvNS3_13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 195 + } + } + ] + }, + { + "text": " jmp .L17793", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17793", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17793:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 942 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC1ERKSG_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [] + }, + { + "text": " je .L17798", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 945 + }, + "labels": [ + { + "name": ".L17798", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 946 + }, + "labels": [] + }, + { + "text": " jmp .L17798", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [ + { + "name": ".L17798", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 943 + }, + "labels": [] + }, + { + "text": ".L17798:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 947 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 202 + } + } + ] + }, + { + "text": " jmp .L17802", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17802", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17802:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " je .L17804", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17804", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax+48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L17805", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17805", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17804:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EE9interpretENS2_13basic_cstringIKcEES7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EE9interpretENS2_13basic_cstringIKcEES7_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": ".L17805:", + "source": null, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-68], eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-68]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+52]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " jmp .L17810", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17810", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17810:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterImLNS1_11args_amountE0ELb0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterImLNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterImLNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " jmp .L17814", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17814", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17814:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryImLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 104", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-88], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-96], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " je .L17816", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17816", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L17817", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17817", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17816:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-88]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime17value_interpreterImLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime17value_interpreterImLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": ".L17817:", + "source": null, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-72], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-72]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setImEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setImEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryImLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setImEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setImEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " jmp .L17822", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L17822", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L17822:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEESC_RNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " sub rsp, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-104], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-112], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-120], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-128], rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 182 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " je .L17824", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17824", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L17825", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": ".L17825", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L17824:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-104]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-112]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE9interpretENS_9unit_test13basic_cstringIKcEESC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZNK5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE9interpretENS_9unit_test13basic_cstringIKcEESC_", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": ".L17825:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-120]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-128]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " jmp .L17828", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [ + { + "name": ".L17828", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 184 + }, + "labels": [] + }, + { + "text": ".L17828:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 185 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 187 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rbx, [rax+40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime15arguments_store3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvNS_9unit_test13basic_cstringIKcEERKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 189 + }, + "labels": [ + { + "name": "_ZN5boost7runtime15arguments_store3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvNS_9unit_test13basic_cstringIKcEERKT_", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 190 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail15print_log_valueINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEclERSoRKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 83 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail15print_log_valueINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEE13set_precisionERSoN4mpl_5bool_ILb0EEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 87 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail15print_log_valueINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEE13set_precisionERSoN4mpl_5bool_ILb0EEE", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 87 + }, + "labels": [] + }, + { + "text": " mov ecx, OFFSET FLAT:_ZN5boost10test_tools9tt_detail12static_constINS1_4impl26boost_test_print_type_implEE5valueE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 91 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail12static_constINS1_4impl26boost_test_print_type_implEE5valueE", + "range": { + "startCol": 34, + "endCol": 126 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " mov rdi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 91 + }, + "labels": [] + }, + { + "text": " call _ZNK5boost10test_tools9tt_detail4impl26boost_test_print_type_implclINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoSA_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 91 + }, + "labels": [ + { + "name": "_ZNK5boost10test_tools9tt_detail4impl26boost_test_print_type_implclINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoSA_RKT_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-8], -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 93 + }, + "labels": [] + }, + { + "text": " je .L17832", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 93 + }, + "labels": [ + { + "name": ".L17832", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " sub rax, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " add rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " call _ZNSt8ios_base9precisionEl", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 94 + }, + "labels": [ + { + "name": "_ZNSt8ios_base9precisionEl", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": ".L17832:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEESB_E17_S_select_on_copyERKSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEESB_E17_S_select_on_copyERKSC_", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC1ERSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14enum_parameterINS_9unit_test12report_levelELNS3_11args_amountE0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".LC786:", + "source": null, + "labels": [] + }, + { + "text": " .string \" is not a valid enumeration value name for parameter \"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EE9interpretENS2_13basic_cstringIKcEES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-376], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-384], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-392], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-368], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-360], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jne .L17842", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17842", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC786", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".LC786", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L17842:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEptEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " jmp .L17854", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [ + { + "name": ".L17854", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17845", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17845", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17845:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17846", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17846", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17846:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17847", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17847", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17847:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17848", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17848", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17848:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17854:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3setINS_9unit_test12report_levelEEEvNS3_13basic_cstringIKcEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1INS1_14typed_argumentINS_9unit_test12report_levelEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L17860", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [ + { + "name": ".L17860", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L17860:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime9parameterINS_9unit_test12report_levelELNS3_11args_amountE0ELb1EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterIjLNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime9parameterIjLNS3_11args_amountE0ELb0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": ".LC787:", + "source": null, + "labels": [] + }, + { + "text": " .string \" can't be interpreted as value of parameter \"", + "source": null, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime17value_interpreterIjLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-392], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-400], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-408], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-372]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9string_asIjEEbNS0_13basic_cstringIKcEERT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9string_asIjEEbNS0_13basic_cstringIKcEERT_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " je .L17864", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [ + { + "name": ".L17864", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC787", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".LC787", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L17864:", + "source": null, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rbp-372]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " jmp .L17876", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 59 + }, + "labels": [ + { + "name": ".L17876", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L17867", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L17867", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17867:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L17868", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L17868", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17868:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L17869", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L17869", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17869:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L17870", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L17870", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17870:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17876:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3setIjEEvNS_9unit_test13basic_cstringIKcEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentIjEC1ERKj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1INS1_14typed_argumentIjEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L17882", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [ + { + "name": ".L17882", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L17882:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS3_11args_amountE2ELb0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EmRKS5_RKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 522 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_S_check_init_lenEmRKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_S_check_init_lenEmRKS6_", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EmRKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EmRKS6_", + "range": { + "startCol": 17, + "endCol": 106 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE18_M_fill_initializeEmRKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE18_M_fill_initializeEmRKS5_", + "range": { + "startCol": 17, + "endCol": 117 + } + } + ] + }, + { + "text": " jmp .L17887", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [ + { + "name": ".L17887", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev", + "range": { + "startCol": 17, + "endCol": 101 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 524 + }, + "labels": [] + }, + { + "text": ".L17887:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 525 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3setISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvNS_9unit_test13basic_cstringIKcEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov edi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC1ERKSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1INS1_14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L17893", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [ + { + "name": ".L17893", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L17893:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEESB_E17_S_select_on_copyERKSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEESB_E17_S_select_on_copyERKSC_", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC1ERSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_", + "range": { + "startCol": 17, + "endCol": 196 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14enum_parameterINS_9unit_test9log_levelELNS3_11args_amountE0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EE9interpretENS2_13basic_cstringIKcEES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-376], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-384], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-392], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-368], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-360], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jne .L17903", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17903", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC786", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".LC786", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L17903:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEptEv", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " jmp .L17915", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [ + { + "name": ".L17915", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17906", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17906", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17906:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17907", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17907", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17907:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17908", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17908", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17908:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17909", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17909", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17909:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17915:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3setINS_9unit_test9log_levelEEEvNS3_13basic_cstringIKcEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1INS1_14typed_argumentINS_9unit_test9log_levelEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L17921", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [ + { + "name": ".L17921", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L17921:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime9parameterINS_9unit_test9log_levelELNS3_11args_amountE0ELb1EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSG_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 691 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEESB_E17_S_select_on_copyERKSC_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEESB_E17_S_select_on_copyERKSC_", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_", + "range": { + "startCol": 17, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [] + }, + { + "text": " call _ZNSt15_Rb_tree_headerC2Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 693 + }, + "labels": [ + { + "name": "_ZNSt15_Rb_tree_headerC2Ev", + "range": { + "startCol": 17, + "endCol": 43 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 694 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 728 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 729 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 724 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 725 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 905 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC1ERSE_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 907 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 908 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_", + "range": { + "startCol": 17, + "endCol": 201 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 909 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14enum_parameterINS_9unit_test13output_formatELNS3_11args_amountE0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EE9interpretENS2_13basic_cstringIKcEES7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " sub rsp, 392", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-376], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-384], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-392], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 144 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-368], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 146 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-360], rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-360]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jne .L17932", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17932", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-392]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC786", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".LC786", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-384]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L17932:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEptEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [ + { + "name": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEptEv", + "range": { + "startCol": 17, + "endCol": 121 + } + } + ] + }, + { + "text": " mov eax, DWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " jmp .L17944", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 152 + }, + "labels": [ + { + "name": ".L17944", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17935", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17935", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17935:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17936", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17936", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17936:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17937", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17937", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17937:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " jmp .L17938", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [ + { + "name": ".L17938", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17938:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 148 + }, + "labels": [] + }, + { + "text": ".L17944:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 153 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime9parameterINS_9unit_test13output_formatELNS3_11args_amountE0ELb1EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterImLNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime9parameterImLNS3_11args_amountE0ELb0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNK5boost7runtime17value_interpreterImLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 408", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-392], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-400], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-408], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-368]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test5utils9string_asImEEbNS0_13basic_cstringIKcEERT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test5utils9string_asImEEbNS0_13basic_cstringIKcEERT_", + "range": { + "startCol": 17, + "endCol": 84 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " je .L17948", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 56 + }, + "labels": [ + { + "name": ".L17948", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcEC1ERKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorC1ENS_9unit_test13basic_cstringIKcEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-408]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC787", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".LC787", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-400]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:.LC18", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".LC18", + "range": { + "startCol": 34, + "endCol": 39 + } + } + ] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc", + "range": { + "startCol": 17, + "endCol": 102 + } + } + ] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_", + "range": { + "startCol": 17, + "endCol": 97 + } + } + ] + }, + { + "text": ".L17948:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-376]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " jmp .L17960", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 59 + }, + "labels": [ + { + "name": ".L17960", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-352]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L17951", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L17951", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17951:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-288]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L17952", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L17952", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17952:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-224]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L17953", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L17953", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17953:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-160]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " jmp .L17954", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [ + { + "name": ".L17954", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17954:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-96]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime12format_errorD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": ".L17960:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument_factory.hpp", + "line": 60 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3setImEEvNS_9unit_test13basic_cstringIKcEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentImEC1ERKm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1INS1_14typed_argumentImEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L17966", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [ + { + "name": ".L17966", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L17966:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS3_11args_amountE0ELb0EEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime15arguments_store3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvNS_9unit_test13basic_cstringIKcEERKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " mov edi, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEC1INS1_14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [ + { + "name": "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " jmp .L17973", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [ + { + "name": ".L17973", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov esi, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, QWORD PTR [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10shared_ptrINS_7runtime8argumentEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 118 + }, + "labels": [] + }, + { + "text": ".L17973:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 119 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail15print_log_valueINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEE13set_precisionERSoN4mpl_5bool_ILb0EEE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, -1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 115 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 116 + }, + "labels": [] + }, + { + "text": "_ZNK5boost10test_tools9tt_detail4impl26boost_test_print_type_implclINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoSA_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 61 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " call _ZN5boost10test_tools9tt_detail4impl21boost_test_print_typeINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoS9_RKT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 62 + }, + "labels": [ + { + "name": "_ZN5boost10test_tools9tt_detail4impl21boost_test_print_typeINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoS9_RKT_", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 63 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEESB_E17_S_select_on_copyERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE37select_on_container_copy_constructionERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE37select_on_container_copy_constructionERKSB_", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14enum_parameterINS_9unit_test12report_levelELNS3_11args_amountE0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEC1EPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L17987", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L17987", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L17987:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idINS_9unit_test12report_levelEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idINS_9unit_test12report_levelEEElv", + "range": { + "startCol": 17, + "endCol": 72 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentC2El", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentC2El", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINS0_12report_levelEEC1ES2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " jmp .L17999", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [ + { + "name": ".L17999", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": ".L17999:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentINS_9unit_test12report_levelEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test12report_levelEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test12report_levelEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 176 + } + } + ] + }, + { + "text": " jmp .L18003", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L18003", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L18003:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINS_9unit_test12report_levelELNS3_11args_amountE0ELb1EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEC1EPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18009", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18009", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18009:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime9parameterIjLNS3_11args_amountE0ELb0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEC1EPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18015", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18015", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterIjLNS1_11args_amountE0ELb0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterIjLNS1_11args_amountE0ELb0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18015:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9string_asIjEEbNS0_13basic_cstringIKcEERT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 456", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-456], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-464], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEC1ERKNS_12basic_stringIcS2_S3_EESt13_Ios_Openmode", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNSirsERj", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE4failEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " je .L18017", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18017", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE3eofEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " je .L18017", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18017", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L18018", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18018", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18017:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": ".L18018:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L18026", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18026", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L18021", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18021", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": ".L18021:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": ".L18026:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentIjEC2ERKj:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idIjEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idIjEElv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentC2El", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentC2El", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentIjEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentIjEE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyIjEC1Ej", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentIjEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentIjEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentIjEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L18031", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L18031", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L18031:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS3_11args_amountE2ELb0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEC1EPSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18037", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18037", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18037:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_S_check_init_lenEmRKS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1767 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKS5_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_max_sizeERKS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [ + { + "name": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_max_sizeERKS6_", + "range": { + "startCol": 17, + "endCol": 109 + } + } + ] + }, + { + "text": " cmp QWORD PTR [rbp-40], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " seta bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " call _ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " test bl, bl", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [] + }, + { + "text": " je .L18039", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1769 + }, + "labels": [ + { + "name": ".L18039", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov edi, OFFSET FLAT:.LC750", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1770 + }, + "labels": [ + { + "name": ".LC750", + "range": { + "startCol": 34, + "endCol": 40 + } + } + ] + }, + { + "text": " call _ZSt20__throw_length_errorPKc", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1770 + }, + "labels": [] + }, + { + "text": ".L18039:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1772 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1773 + }, + "labels": [] + }, + { + "text": "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE18_M_fill_initializeEmRKS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1593 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1593 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1593 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1593 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1597 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1597 + }, + "labels": [] + }, + { + "text": " call _ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1597 + }, + "labels": [ + { + "name": "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv", + "range": { + "startCol": 17, + "endCol": 120 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1597 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1596 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1596 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1596 + }, + "labels": [] + }, + { + "text": " mov rsi, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1596 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1596 + }, + "labels": [] + }, + { + "text": " call _ZSt24__uninitialized_fill_n_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS5_S5_ET_S7_T0_RKT1_RSaIT2_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1596 + }, + "labels": [ + { + "name": "_ZSt24__uninitialized_fill_n_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS5_S5_ET_S7_T0_RKT1_RSaIT2_E", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1595 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1595 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1598 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1598 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_vector.h", + "line": 1598 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 167 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEElv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentC2El", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentC2El", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE", + "range": { + "startCol": 34, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC1ERKSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " jmp .L18046", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [ + { + "name": ".L18046", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": ".L18046:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 218 + } + } + ] + }, + { + "text": " jmp .L18050", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L18050", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L18050:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEESB_E17_S_select_on_copyERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE37select_on_container_copy_constructionERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE37select_on_container_copy_constructionERKSB_", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 145 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 219 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14enum_parameterINS_9unit_test9log_levelELNS3_11args_amountE0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEC1EPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18060", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18060", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18060:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEC2ERKS3_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idINS_9unit_test9log_levelEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idINS_9unit_test9log_levelEEElv", + "range": { + "startCol": 17, + "endCol": 68 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentC2El", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentC2El", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov eax, DWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, eax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINS0_9log_levelEEC1ES2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " jmp .L18072", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [ + { + "name": ".L18072", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": ".L18072:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentINS_9unit_test9log_levelEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test9log_levelEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test9log_levelEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " jmp .L18076", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L18076", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L18076:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINS_9unit_test9log_levelELNS3_11args_amountE0ELb1EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEC1EPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18082", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18082", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18082:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEESB_E17_S_select_on_copyERKSC_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " call _ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE37select_on_container_copy_constructionERKSB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [ + { + "name": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE37select_on_container_copy_constructionERKSB_", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/ext/alloc_traits.h", + "line": 98 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbx], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 899 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax+40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 900 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 901 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 902 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14enum_parameterINS_9unit_test13output_formatELNS3_11args_amountE0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEC1EPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18092", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18092", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18092:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1194 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 1195 + }, + "labels": [] + }, + { + "text": "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 383 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_map.h", + "line": 384 + }, + "labels": [] + }, + { + "text": "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 401 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " setne al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEptEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 362 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 363 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINS_9unit_test13output_formatELNS3_11args_amountE0ELb1EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEC1EPS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18106", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18106", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18106:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime9parameterImLNS3_11args_amountE0ELb0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEC1EPS5_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18112", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18112", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterImLNS1_11args_amountE0ELb0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterImLNS1_11args_amountE0ELb0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18112:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test5utils9string_asImEEbNS0_13basic_cstringIKcEERT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " sub rsp, 456", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-456], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-464], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 53 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcEC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE3endEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE3endEv", + "range": { + "startCol": 17, + "endCol": 61 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-456]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test13basic_cstringIKcE5beginEv", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1IPKcvEET_S8_RKS3_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rcx, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov edx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEEC1ERKNS_12basic_stringIcS2_S3_EESt13_Ios_Openmode", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-464]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " call _ZNSirsERm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE4failEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " je .L18114", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " add rax, 120", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNKSt9basic_iosIcSt11char_traitsIcEE3eofEv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " je .L18114", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18114", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov ebx, 1", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L18115", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18115", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18114:", + "source": null, + "labels": [] + }, + { + "text": " mov ebx, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": ".L18115:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov eax, ebx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L18123", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18123", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-64]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " jmp .L18118", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [ + { + "name": ".L18118", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": ".L18118:", + "source": null, + "labels": [] + }, + { + "text": " lea rax, [rbp-17]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _ZNSaIcED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 58 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-448]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZNSt7__cxx1119basic_istringstreamIcSt11char_traitsIcESaIcEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": ".L18123:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/string_cast.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentImEC2ERKm:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idImEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idImEElv", + "range": { + "startCol": 17, + "endCol": 45 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentC2El", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentC2El", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentImEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentImEE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyImEC1Em", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentImEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentImEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentImEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " jmp .L18128", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L18128", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L18128:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS3_11args_amountE0ELb0EEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEC1EPSB_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18134", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18134", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18134:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 62 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost4rtti7type_idINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEElv", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost4rtti7type_idINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEElv", + "range": { + "startCol": 17, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentC2El", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentC2El", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE", + "range": { + "startCol": 34, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC1ERKS7_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " jmp .L18138", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [ + { + "name": ".L18138", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": ".L18138:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 65 + }, + "labels": [] + }, + { + "text": "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 373 + }, + "labels": [ + { + "name": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE", + "range": { + "startCol": 17, + "endCol": 200 + } + } + ] + }, + { + "text": " jmp .L18142", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [ + { + "name": ".L18142", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 371 + }, + "labels": [] + }, + { + "text": ".L18142:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 374 + }, + "labels": [] + }, + { + "text": "_ZN5boost10test_tools9tt_detail4impl21boost_test_print_typeINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoS9_RKT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 52 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " call _ZStlsRSoRKNSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEE", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 55 + }, + "labels": [ + { + "name": "_ZStlsRSoRKNSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEE", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 56 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/tools/detail/print_helper.hpp", + "line": 57 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE37select_on_container_copy_constructionERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " je .L18150", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [ + { + "name": ".L18150", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": ".L18150:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": ".L18153:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [] + }, + { + "text": " je .L18151", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L18151", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "range": { + "startCol": 17, + "endCol": 207 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " je .L18152", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [ + { + "name": ".L18152", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 223 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": ".L18152:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " jmp .L18153", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L18153", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18151:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [] + }, + { + "text": " jmp .L18159", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [ + { + "name": ".L18159", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1905 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": ".L18159:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEC2EPS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 34, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18167", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18167", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18167:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_", + "range": { + "startCol": 17, + "endCol": 210 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_", + "range": { + "startCol": 17, + "endCol": 123 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " jne .L18169", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L18169", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " je .L18170", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": ".L18170", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18169:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 147 + } + } + ] + }, + { + "text": " jmp .L18172", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L18172", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18170:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": ".L18172:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyINS0_12report_levelEEC2ES2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINS0_12report_levelEEC2ES2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINS0_12report_levelEEC2ES2_", + "range": { + "startCol": 17, + "endCol": 79 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test12report_levelEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEC2EPS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 34, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18180", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18180", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18180:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEC2EPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 34, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime9parameterIjLNS1_11args_amountE0ELb0EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18184", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18184", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18184:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentIjEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14typed_argumentIjEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEC2EPSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE", + "range": { + "startCol": 34, + "endCol": 175 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18189", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18189", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18189:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZSt24__uninitialized_fill_n_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS5_S5_ET_S7_T0_RKT1_RSaIT2_E:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 400 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " call _ZSt20uninitialized_fill_nIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS5_ET_S7_T0_RKT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 402 + }, + "labels": [ + { + "name": "_ZSt20uninitialized_fill_nIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS5_ET_S7_T0_RKT1_", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 402 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 402 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2ERKSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2ERKSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2ERKSA_", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE37select_on_container_copy_constructionERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " je .L18199", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [ + { + "name": ".L18199", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 219 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": ".L18199:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": ".L18202:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [] + }, + { + "text": " je .L18200", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L18200", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "range": { + "startCol": 17, + "endCol": 203 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " je .L18201", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [ + { + "name": ".L18201", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 219 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": ".L18201:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " jmp .L18202", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L18202", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18200:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [] + }, + { + "text": " jmp .L18208", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [ + { + "name": ".L18208", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1905 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": ".L18208:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEC2EPS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 34, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18216", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18216", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18216:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_", + "range": { + "startCol": 17, + "endCol": 206 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " jne .L18218", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L18218", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " je .L18219", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": ".L18219", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18218:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " jmp .L18221", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L18221", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18219:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": ".L18221:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test18readwrite_propertyINS0_9log_levelEEC2ES2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov esi, edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test14class_propertyINS0_9log_levelEEC2ES2_", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [ + { + "name": "_ZN5boost9unit_test14class_propertyINS0_9log_levelEEC2ES2_", + "range": { + "startCol": 17, + "endCol": 75 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 174 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test9log_levelEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEC2EPS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 34, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18229", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18229", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18229:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE37select_on_container_copy_constructionERKSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 558 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " call _ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEEC1ERKSA_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/alloc_traits.h", + "line": 559 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 752 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 755 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 756 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1877 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "range": { + "startCol": 17, + "endCol": 208 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1881 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1882 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [] + }, + { + "text": " je .L18235", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1886 + }, + "labels": [ + { + "name": ".L18235", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1887 + }, + "labels": [] + }, + { + "text": ".L18235:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1888 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1889 + }, + "labels": [] + }, + { + "text": ".L18238:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [] + }, + { + "text": " je .L18236", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L18236", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_", + "range": { + "startCol": 17, + "endCol": 208 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1893 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1894 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+8], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1895 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [] + }, + { + "text": " je .L18237", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1896 + }, + "labels": [ + { + "name": ".L18237", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_", + "range": { + "startCol": 17, + "endCol": 224 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rdx+24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1897 + }, + "labels": [] + }, + { + "text": ".L18237:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1898 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1899 + }, + "labels": [] + }, + { + "text": " jmp .L18238", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1891 + }, + "labels": [ + { + "name": ".L18238", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18236:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [] + }, + { + "text": " jmp .L18244", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1907 + }, + "labels": [ + { + "name": ".L18244", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1904 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1905 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1902 + }, + "labels": [] + }, + { + "text": ".L18244:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1908 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 809 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_minimumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 810 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 817 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " call _ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [ + { + "name": "_ZNSt18_Rb_tree_node_base10_S_maximumEPS_", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 818 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEC2EPS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 34, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18252", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18252", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18252:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " sub rsp, 40", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2563 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv", + "range": { + "startCol": 17, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv", + "range": { + "startCol": 17, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rcx, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdx, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_", + "range": { + "startCol": 17, + "endCol": 211 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-32], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2566 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rdx, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [] + }, + { + "text": " call _ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2567 + }, + "labels": [ + { + "name": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " jne .L18254", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L18254", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [] + }, + { + "text": " je .L18255", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2568 + }, + "labels": [ + { + "name": ".L18255", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18254:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv", + "range": { + "startCol": 17, + "endCol": 148 + } + } + ] + }, + { + "text": " jmp .L18257", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [ + { + "name": ".L18257", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18255:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2569 + }, + "labels": [] + }, + { + "text": ".L18257:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 2570 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " sub rsp, 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1014 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rdx, [rax+8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1015 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEC2EPS7_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 34, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18263", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18263", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18263:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEC2EPS5_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 34, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime9parameterImLNS1_11args_amountE0ELb0EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18267", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18267", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18267:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentImEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14typed_argumentImEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEC2EPSB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 34, + "endCol": 175 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18272", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18272", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18272:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 277 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countC1INS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_count4swapERS1_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [ + { + "name": "_ZN5boost6detail12shared_count4swapERS1_", + "range": { + "startCol": 17, + "endCol": 57 + } + } + ] + }, + { + "text": " lea rax, [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail12shared_countD1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 279 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail26sp_enable_shared_from_thisEz", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 280 + }, + "labels": [ + { + "name": "_ZN5boost6detail26sp_enable_shared_from_thisEz", + "range": { + "startCol": 17, + "endCol": 63 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/shared_ptr.hpp", + "line": 281 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "range": { + "startCol": 17, + "endCol": 190 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L18286:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L18283", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L18283", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 172 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L18284", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L18284", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L18286", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L18286", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18284:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L18286", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L18286", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18283:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINS0_12report_levelEEC2ES2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEC1EPS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18297", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18297", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18297:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentIjEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18303", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18303", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentIjEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentIjEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18303:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZSt20uninitialized_fill_nIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS5_ET_S7_T0_RKT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 272 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 272 + }, + "labels": [] + }, + { + "text": " mov BYTE PTR [rbp-1], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 286 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rcx, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 289 + }, + "labels": [] + }, + { + "text": " call _ZNSt22__uninitialized_fill_nILb0EE15__uninit_fill_nIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS7_EET_S9_T0_RKT1_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 289 + }, + "labels": [ + { + "name": "_ZNSt22__uninitialized_fill_nILb0EE15__uninit_fill_nIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS7_EET_S9_T0_RKT1_", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 290 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 290 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEC1EPSD_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18311", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18311", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18311:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "range": { + "startCol": 17, + "endCol": 186 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L18324:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L18321", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L18321", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L18322", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L18322", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 169 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L18324", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L18324", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18322:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L18324", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L18324", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18321:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZN5boost9unit_test14class_propertyINS0_9log_levelEEC2ES2_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rbp-12], esi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 54 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rbp-12]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/class_properties.hpp", + "line": 55 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEC1EPS6_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18335", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18335", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18335:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " sub rsp, 48", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 660 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " call _ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [ + { + "name": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_", + "range": { + "startCol": 17, + "endCol": 191 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-8], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 662 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov edx, DWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov DWORD PTR [rax], edx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 663 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 664 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+24], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 665 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 666 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 667 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 801 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 802 + }, + "labels": [] + }, + { + "text": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 793 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 794 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 763 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " add rax, 8", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 764 + }, + "labels": [] + }, + { + "text": "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-64], rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1946 + }, + "labels": [] + }, + { + "text": ".L18348:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [] + }, + { + "text": " je .L18345", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L18345", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rbx, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E", + "range": { + "startCol": 17, + "endCol": 173 + } + } + ] + }, + { + "text": " mov rcx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-64]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rsi, rcx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " call _ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_", + "range": { + "startCol": 17, + "endCol": 78 + } + } + ] + }, + { + "text": " xor eax, 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " test al, al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [] + }, + { + "text": " je .L18346", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1951 + }, + "labels": [ + { + "name": ".L18346", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 174 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [] + }, + { + "text": " jmp .L18348", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1952 + }, + "labels": [ + { + "name": ".L18348", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18346:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-48]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " call _ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [ + { + "name": "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base", + "range": { + "startCol": 17, + "endCol": 175 + } + } + ] + }, + { + "text": " mov QWORD PTR [rbp-48], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1954 + }, + "labels": [] + }, + { + "text": " jmp .L18348", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1950 + }, + "labels": [ + { + "name": ".L18348", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18345:", + "source": null, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " lea rax, [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " call _ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC1EPKSt18_Rb_tree_node_base", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1955 + }, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 1956 + }, + "labels": [] + }, + { + "text": "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 396 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " cmp rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " sete al", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 397 + }, + "labels": [] + }, + { + "text": "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC2EPKSt18_Rb_tree_node_base:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 347 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_tree.h", + "line": 348 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentImEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEC1EPS4_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18358", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18358", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentImEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentImEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18358:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " sub rsp, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-32], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 141 + }, + "labels": [] + }, + { + "text": " mov edi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _Znwm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rdi, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEC1EPSA_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 150 + }, + "labels": [] + }, + { + "text": " jmp .L18364", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [ + { + "name": ".L18364", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-32]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 154 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 155 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 152 + }, + "labels": [] + }, + { + "text": ".L18364:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/shared_count.hpp", + "line": 169 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEC2EPS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE", + "range": { + "startCol": 34, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE", + "range": { + "startCol": 34, + "endCol": 100 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18370", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18370", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18370:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE", + "range": { + "startCol": 34, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentIjED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentIjEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentIjEE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentIjED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentIjED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentIjEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18376", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18376", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18376:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZNSt22__uninitialized_fill_nILb0EE15__uninit_fill_nIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS7_EET_S9_T0_RKT1_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 229 + }, + "labels": [] + }, + { + "text": " push rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 229 + }, + "labels": [] + }, + { + "text": " sub rsp, 56", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-40], rdi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-48], rsi", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-56], rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 229 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 232 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-24], rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 232 + }, + "labels": [] + }, + { + "text": ".L18379:", + "source": null, + "labels": [] + }, + { + "text": " cmp QWORD PTR [rbp-48], 0", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " je .L18378", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 235 + }, + "labels": [ + { + "name": ".L18378", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 236 + }, + "labels": [ + { + "name": "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " mov rdx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-56]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rsi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " mov rdi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 236 + }, + "labels": [] + }, + { + "text": " call _ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS5_EEvPT_DpOT0_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 236 + }, + "labels": [ + { + "name": "_ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS5_EEvPT_DpOT0_", + "range": { + "startCol": 17, + "endCol": 104 + } + } + ] + }, + { + "text": " sub QWORD PTR [rbp-48], 1", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " add QWORD PTR [rbp-24], 32", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 235 + }, + "labels": [] + }, + { + "text": " jmp .L18379", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 235 + }, + "labels": [ + { + "name": ".L18379", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": ".L18378:", + "source": null, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 237 + }, + "labels": [] + }, + { + "text": " jmp .L18385", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 237 + }, + "labels": [ + { + "name": ".L18385", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call __cxa_begin_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-24]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-40]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rsi, rdx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 241 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 241 + }, + "labels": [] + }, + { + "text": " call _ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 241 + }, + "labels": [ + { + "name": "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_", + "range": { + "startCol": 17, + "endCol": 91 + } + } + ] + }, + { + "text": " call __cxa_rethrow", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 242 + }, + "labels": [] + }, + { + "text": " mov rbx, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call __cxa_end_catch", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rax, rbx", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 239 + }, + "labels": [] + }, + { + "text": " call _Unwind_Resume", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 239 + }, + "labels": [] + }, + { + "text": ".L18385:", + "source": null, + "labels": [] + }, + { + "text": " mov rbx, QWORD PTR [rbp-8]", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 244 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 244 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/stl_uninitialized.h", + "line": 244 + }, + "labels": [] + }, + { + "text": "", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEC2EPSD_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE", + "range": { + "startCol": 34, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE", + "range": { + "startCol": 34, + "endCol": 142 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, 40", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18391", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18391", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18391:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEC2EPS6_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE", + "range": { + "startCol": 34, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE", + "range": { + "startCol": 34, + "endCol": 96 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18397", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18397", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18397:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEC2EPS4_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE", + "range": { + "startCol": 34, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentImED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentImEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentImEE", + "range": { + "startCol": 34, + "endCol": 73 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentImED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentImED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentImEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18403", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18403", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18403:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEC2EPSA_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseC2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseC2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE", + "range": { + "startCol": 34, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rbp-16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax+16], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 77 + }, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 82 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZTVN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE", + "range": { + "startCol": 34, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " add rax, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime8argumentD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [ + { + "name": "_ZN5boost7runtime8argumentD2Ev", + "range": { + "startCol": 17, + "endCol": 47 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov esi, 48", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/test/utils/runtime/argument.hpp", + "line": 59 + }, + "labels": [] + }, + { + "text": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPT_:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 31 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " test rax, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " je .L18409", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [ + { + "name": ".L18409", + "range": { + "startCol": 17, + "endCol": 24 + } + } + ] + }, + { + "text": " mov rdx, QWORD PTR [rax]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " add rdx, 8", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdx, QWORD PTR [rdx]", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": " call rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 36 + }, + "labels": [] + }, + { + "text": ".L18409:", + "source": null, + "labels": [] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/core/checked_delete.hpp", + "line": 37 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED0Ev", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 170 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE", + "range": { + "startCol": 34, + "endCol": 156 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEED0Ev", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE", + "range": { + "startCol": 34, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEED0Ev", + "range": { + "startCol": 17, + "endCol": 112 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 118 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE", + "range": { + "startCol": 34, + "endCol": 128 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEED0Ev", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 164 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 182 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 188 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 177 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE", + "range": { + "startCol": 34, + "endCol": 174 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEED0Ev", + "range": { + "startCol": 17, + "endCol": 89 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 95 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 113 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 119 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE", + "range": { + "startCol": 34, + "endCol": 105 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEED0Ev", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 140 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 146 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE", + "range": { + "startCol": 34, + "endCol": 132 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 34, + "endCol": 175 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 34, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 142 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 160 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 166 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 34, + "endCol": 152 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 144 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 162 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 168 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 34, + "endCol": 154 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 155 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 34, + "endCol": 147 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 133 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 163 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 152 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 34, + "endCol": 149 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 183 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 189 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 178 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE", + "range": { + "startCol": 34, + "endCol": 175 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 108 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 114 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 138 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 34, + "endCol": 124 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 141 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 159 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 165 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 154 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 34, + "endCol": 151 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad 0", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEED1Ev", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEED0Ev", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEED0Ev", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE7disposeEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE7disposeEv", + "range": { + "startCol": 17, + "endCol": 143 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail15sp_counted_base7destroyEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_base7destroyEv", + "range": { + "startCol": 17, + "endCol": 60 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 161 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info", + "range": { + "startCol": 17, + "endCol": 167 + } + } + ] + }, + { + "text": " .quad _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE19get_untyped_deleterEv", + "source": null, + "labels": [ + { + "name": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE19get_untyped_deleterEv", + "range": { + "startCol": 17, + "endCol": 156 + } + } + ] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEED2Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov edx, OFFSET FLAT:_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE+16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 34, + "endCol": 153 + } + } + ] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rax], rdx", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail15sp_counted_baseD2Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [ + { + "name": "_ZN5boost6detail15sp_counted_baseD2Ev", + "range": { + "startCol": 17, + "endCol": 54 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEED0Ev:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEED1Ev", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov esi, 24", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " call _ZdlPvm", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 64 + }, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE", + "range": { + "startCol": 17, + "endCol": 139 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE", + "range": { + "startCol": 17, + "endCol": 111 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE", + "range": { + "startCol": 17, + "endCol": 157 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE", + "range": { + "startCol": 17, + "endCol": 88 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE", + "range": { + "startCol": 17, + "endCol": 115 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 17, + "endCol": 135 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 17, + "endCol": 137 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 17, + "endCol": 130 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 17, + "endCol": 132 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE", + "range": { + "startCol": 17, + "endCol": 158 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE", + "range": { + "startCol": 17, + "endCol": 134 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__si_class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE", + "range": { + "startCol": 17, + "endCol": 136 + } + } + ] + }, + { + "text": " .quad _ZTIN5boost6detail15sp_counted_baseE", + "source": null, + "labels": [ + { + "name": "_ZTIN5boost6detail15sp_counted_baseE", + "range": { + "startCol": 17, + "endCol": 53 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE", + "range": { + "startCol": 17, + "endCol": 116 + } + } + ] + }, + { + "text": "_ZTSN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIFvvE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__function_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSFvvE", + "source": null, + "labels": [ + { + "name": "_ZTSFvvE", + "range": { + "startCol": 17, + "endCol": 25 + } + } + ] + }, + { + "text": "_ZTSFvvE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"FvvE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIFvRKN5boost5debug16dbg_startup_infoEE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv120__function_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSFvRKN5boost5debug16dbg_startup_infoEE", + "source": null, + "labels": [ + { + "name": "_ZTSFvRKN5boost5debug16dbg_startup_infoEE", + "range": { + "startCol": 17, + "endCol": 58 + } + } + ] + }, + { + "text": "_ZTSFvRKN5boost5debug16dbg_startup_infoEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"FvRKN5boost5debug16dbg_startup_infoEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTIN5boost9unit_test9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTVN10__cxxabiv117__class_type_infoE+16", + "source": null, + "labels": [] + }, + { + "text": " .quad _ZTSN5boost9unit_test9test_unitE", + "source": null, + "labels": [ + { + "name": "_ZTSN5boost9unit_test9test_unitE", + "range": { + "startCol": 17, + "endCol": 49 + } + } + ] + }, + { + "text": "_ZTSN5boost9unit_test9test_unitE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost9unit_test9test_unitE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost7runtime14typed_argumentImEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14typed_argumentImEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZTSN5boost7runtime14typed_argumentIjEE:", + "source": null, + "labels": [] + }, + { + "text": " .string \"N5boost7runtime14typed_argumentIjEE\"", + "source": null, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 131 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentImEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentImEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 103 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 149 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentIjEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentIjEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 80 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 107 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterImLNS1_11args_amountE0ELb0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterImLNS1_11args_amountE0ELb0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 127 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 129 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 122 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 124 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 150 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterIjLNS1_11args_amountE0ELb0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterIjLNS1_11args_amountE0ELb0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 99 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 126 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE7disposeEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " sub rsp, 16", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 84 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rbp-8]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rax, QWORD PTR [rax+16]", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " mov rdi, rax", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [] + }, + { + "text": " call _ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEvPT_", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 89 + }, + "labels": [ + { + "name": "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEvPT_", + "range": { + "startCol": 17, + "endCol": 128 + } + } + ] + }, + { + "text": " nop", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " leave", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 90 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 92 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 94 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 95 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-16], rsi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 97 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 99 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 100 + }, + "labels": [] + }, + { + "text": "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE19get_untyped_deleterEv:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov QWORD PTR [rbp-8], rdi", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 102 + }, + "labels": [] + }, + { + "text": " mov eax, 0", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 104 + }, + "labels": [] + }, + { + "text": " pop rbp", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": "/celibs/boost_1_74_0/boost/smart_ptr/detail/sp_counted_impl.hpp", + "line": 105 + }, + "labels": [] + }, + { + "text": "_GLOBAL__sub_I__ZN5boost9unit_test6output22compiler_log_formatter9log_startERSom:", + "source": null, + "labels": [] + }, + { + "text": " push rbp", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " mov rbp, rsp", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " mov esi, 65535", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " mov edi, 1", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " call _Z41__static_initialization_and_destruction_0ii", + "source": { + "file": null, + "line": 34 + }, + "labels": [ + { + "name": "_Z41__static_initialization_and_destruction_0ii", + "range": { + "startCol": 17, + "endCol": 64 + } + } + ] + }, + { + "text": " pop rbp", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": " ret", + "source": { + "file": null, + "line": 34 + }, + "labels": [] + }, + { + "text": ".LC73:", + "source": null, + "labels": [] + }, + { + "text": " .long -1598689907", + "source": null, + "labels": [] + }, + { + "text": " .long 1051772663", + "source": null, + "labels": [] + }, + { + "text": ".LC216:", + "source": null, + "labels": [] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .long 1083129856", + "source": null, + "labels": [] + }, + { + "text": ".LC217:", + "source": null, + "labels": [] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .long 1104006501", + "source": null, + "labels": [] + }, + { + "text": ".LC227:", + "source": null, + "labels": [] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .long 1138753536", + "source": null, + "labels": [] + }, + { + "text": ".LC311:", + "source": null, + "labels": [] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .long 1093567616", + "source": null, + "labels": [] + }, + { + "text": ".LC360:", + "source": null, + "labels": [] + }, + { + "text": " .long 0", + "source": null, + "labels": [] + }, + { + "text": " .long 1078525952", + "source": null, + "labels": [] + } + ], + "labelDefinitions": { + "_ZNSt14numeric_limitsImE3maxEv": 1, + "_ZNKSt6chrono8durationIlSt5ratioILl1ELl1000000000EEE5countEv": 7, + "_ZStL19piecewise_construct": 15, + "_ZN9__gnu_cxx5__ops16__iter_less_iterEv": 17, + "_ZNSt11char_traitsIcE2eqERKcS2_": 23, + "_ZNSt11char_traitsIcE6lengthEPKc": 36, + "_ZNSt9exceptionC2Ev": 46, + "_ZNKSt9type_info4nameEv": 56, + ".L13": 69, + ".L15": 72, + "_ZNKSt9type_info6beforeERKS_": 75, + ".L17": 98, + ".L18": 107, + "_ZNKSt9type_infoeqERKS_": 110, + ".L21": 136, + ".L22": 139, + ".L23": 141, + "_ZnwmPv": 144, + "_ZdlPvS_": 152, + "_ZNSt7__cxx119to_stringEl": 160, + ".L29": 175, + ".L30": 177, + ".L36": 226, + "_ZNSt8__detail14__to_chars_lenImEEjT_i": 231, + ".L43": 248, + ".L38": 255, + ".L40": 262, + ".L41": 269, + ".L42": 276, + ".L39": 283, + "_ZN5boost9unit_testL16INV_TEST_UNIT_IDE": 286, + "_ZN5boost9unit_test9ut_detail19test_id_2_unit_typeEm": 292, + ".L45": 302, + ".L47": 304, + "_ZN5boost9unit_test9ut_detail20test_unit_id_restoreC2ERmm": 307, + "_ZN5boost9unit_test9ut_detail20test_unit_id_restoreD2Ev": 327, + "_ZStanSt13_Ios_FmtflagsS_": 339, + "_ZStorSt13_Ios_FmtflagsS_": 348, + "_ZStcoSt13_Ios_Fmtflags": 357, + "_ZStoRRSt13_Ios_FmtflagsS_": 365, + "_ZStaNRSt13_Ios_FmtflagsS_": 382, + "_ZStorSt13_Ios_OpenmodeS_": 399, + "_ZStoRRSt13_Ios_OpenmodeS_": 408, + "_ZNKSt8ios_base5flagsEv": 425, + "_ZNSt8ios_base5flagsESt13_Ios_Fmtflags": 433, + "_ZNSt8ios_base4setfESt13_Ios_Fmtflags": 447, + "_ZNSt8ios_base4setfESt13_Ios_FmtflagsS0_": 465, + "_ZNKSt8ios_base9precisionEv": 498, + "_ZNSt8ios_base9precisionEl": 506, + "_ZNKSt8ios_base5widthEv": 520, + "_ZNSt8ios_base5widthEl": 528, + "_ZSt9boolalphaRSt8ios_base": 542, + "_ZSt8showbaseRSt8ios_base": 554, + "_ZSt3hexRSt8ios_base": 566, + "_ZNKSt17integral_constantIbLb1EEcvbEv": 579, + "_ZN5boost9unit_test14log_entry_dataC2Ev": 586, + ".L91": 607, + "_ZN5boost9unit_test14log_entry_data5clearEv": 611, + "_ZN5boost9unit_test19log_checkpoint_data5clearEv": 628, + "_ZN5boost9unit_test23unit_test_log_formatterC2Ev": 653, + "_ZN5boost9unit_test23unit_test_log_formatterD2Ev": 665, + "_ZN5boost9unit_test23unit_test_log_formatterD0Ev": 675, + "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE": 689, + "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_skippedERSoRKNS0_9test_unitE": 710, + "_ZN5boost9unit_test23unit_test_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE": 719, + "_ZN5boost9unit_test23unit_test_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE": 728, + ".LC0": 737, + "_ZNK5boost9unit_test23unit_test_log_formatter30get_default_stream_descriptionB5cxx11Ev": 739, + ".L105": 766, + ".LC1": 771, + "_ZN5boost9unit_test5utils8setcolorC2EbNS1_9term_attr1_ENS1_10term_color1_ES6_Pi": 773, + "_ZN5boost9unit_test5utils8setcolorC2EbPi": 810, + "_ZN5boost9unit_test5utilslsERSoRKNS1_8setcolorE": 836, + ".L110": 850, + ".L109": 861, + ".L111": 863, + "_ZN5boost9unit_test5utils14scope_setcolorC2EbRSoNS1_9term_attr1_ENS1_10term_color1_ES7_": 866, + "_ZN5boost9unit_test5utils14scope_setcolorD2Ev": 902, + ".L115": 927, + "_ZN5boost9unit_test6output22compiler_log_formatterC2Ev": 932, + "_ZN5boost9unit_test9framework17context_generatorC2Ev": 950, + "_ZN5boost9unit_test9framework14internal_errorC2ENS0_13basic_cstringIKcEE": 959, + ".L120": 1005, + ".L123": 1012, + "_ZN5boost9unit_test9framework11setup_errorC2ENS0_13basic_cstringIKcEE": 1018, + ".L126": 1064, + ".L129": 1071, + "_ZN5boost9unit_test9framework15nothing_to_testC2Ei": 1077, + "_ZN5boost6detail16atomic_incrementEPj": 1088, + "_ZN5boost6detail16atomic_decrementEPj": 1097, + "_ZN5boost6detail15sp_counted_baseC2Ev": 1108, + "_ZN5boost6detail15sp_counted_baseD2Ev": 1122, + "_ZN5boost6detail15sp_counted_baseD0Ev": 1132, + "_ZN5boost6detail15sp_counted_base7destroyEv": 1146, + ".L139": 1160, + "_ZN5boost6detail15sp_counted_base12add_ref_copyEv": 1164, + "_ZN5boost6detail15sp_counted_base7releaseEv": 1176, + ".L143": 1199, + "_ZN5boost6detail15sp_counted_base12weak_releaseEv": 1203, + ".L146": 1223, + "_ZNSt9exceptionC2ERKS_": 1227, + "_ZN5boost36throw_exception_assert_compatibilityERKSt9exception": 1238, + "_ZN5boost16exception_detail20error_info_containerD2Ev": 1245, + "_ZN5boost9exceptionC2Ev": 1255, + "_ZN5boost9exceptionD2Ev": 1276, + "_ZN5boost9exceptionD0Ev": 1291, + "_ZN5boost16exception_detail10clone_baseD2Ev": 1305, + "_ZN5boost16exception_detail10clone_baseD0Ev": 1315, + "_ZN5boost16exception_detail20copy_boost_exceptionEPNS_9exceptionEPKS1_": 1329, + ".L156": 1363, + ".L158": 1392, + ".L161": 1399, + "_ZN5boost6detail12shared_countC2Ev": 1403, + "_ZN5boost6detail12shared_countD2Ev": 1412, + ".L165": 1425, + "_ZN5boost6detail12shared_countC2ERKS1_": 1429, + ".L168": 1447, + "_ZN5boost6detail12shared_count4swapERS1_": 1451, + "_ZNK5boost6detail12shared_count19get_untyped_deleterEv": 1469, + ".L171": 1488, + ".L173": 1490, + "_ZN5boost6detail26sp_enable_shared_from_thisEz": 1493, + "_ZN5boost4core21scoped_demangled_nameC2EPKc": 1499, + "_ZN5boost4core21scoped_demangled_nameD2Ev": 1513, + "_ZNK5boost4core21scoped_demangled_name3getEv": 1525, + "_ZN5boost4core14demangle_allocEPKc": 1533, + "_ZN5boost4core13demangle_freeEPKc": 1548, + "_ZN5boost4core8demangleB5cxx11EPKc": 1559, + ".L183": 1580, + ".L187": 1608, + "_ZN5boost9typeindex14stl_type_indexC2ERKSt9type_info": 1613, + "_ZNK5boost9typeindex14stl_type_index9type_infoEv": 1624, + "_ZNK5boost9typeindex14stl_type_index5equalERKS1_": 1632, + "_ZN5boost13function_baseC2Ev": 1647, + "_ZNK5boost13function_base5emptyEv": 1656, + "_ZNK5boost13function_base28has_trivial_copy_and_destroyEv": 1666, + ".LC2": 1677, + "_ZN5boost17bad_function_callC2Ev": 1679, + "_ZN5boost6detail8function16has_empty_targetEz": 1694, + "_ZN5boost10shared_ptrINS_6detail22translator_holder_baseEED2Ev": 1700, + "_ZNK5boost19execution_exception4codeEv": 1712, + "_ZNK5boost19execution_exception4whatEv": 1720, + "_ZNK5boost19execution_exception5whereEv": 1735, + "_ZNSt18_Rb_tree_node_base10_S_minimumEPS_": 1743, + ".L210": 1747, + ".L209": 1756, + "_ZNSt18_Rb_tree_node_base10_S_maximumEPS_": 1760, + ".L214": 1764, + ".L213": 1773, + "_ZNSt15_Rb_tree_headerC2Ev": 1777, + "_ZNSt15_Rb_tree_header8_M_resetEv": 1790, + "_ZN5boost7runtime11param_errorD2Ev": 1807, + "_ZN5boost7runtime11param_errorD0Ev": 1825, + "_ZNK5boost7runtime11param_error4whatEv": 1839, + "_ZN5boost7runtime11param_errorC2ENS_9unit_test13basic_cstringIKcEE": 1850, + "_ZN5boost7runtime10init_errorC2ENS_9unit_test13basic_cstringIKcEE": 1875, + "_ZN5boost7runtime10init_errorD2Ev": 1899, + "_ZN5boost7runtime10init_errorD0Ev": 1913, + "_ZN5boost7runtime11input_errorC2ENS_9unit_test13basic_cstringIKcEE": 1927, + "_ZN5boost7runtime11input_errorD2Ev": 1951, + "_ZN5boost7runtime11input_errorD0Ev": 1965, + "_ZN5boost7runtime14invalid_cla_idC2ENS_9unit_test13basic_cstringIKcEE": 1979, + "_ZN5boost7runtime15duplicate_paramC2ENS_9unit_test13basic_cstringIKcEE": 2003, + "_ZN5boost7runtime17conflicting_paramC2ENS_9unit_test13basic_cstringIKcEE": 2027, + "_ZN5boost7runtime26access_to_missing_argumentC2ENS_9unit_test13basic_cstringIKcEE": 2051, + "_ZN5boost7runtime17arg_type_mismatchC2ENS_9unit_test13basic_cstringIKcEE": 2075, + "_ZN5boost7runtime18invalid_param_specC2ENS_9unit_test13basic_cstringIKcEE": 2099, + "_ZN5boost7runtime12format_errorC2ENS_9unit_test13basic_cstringIKcEE": 2123, + "_ZN5boost7runtime13duplicate_argC2ENS_9unit_test13basic_cstringIKcEE": 2147, + "_ZN5boost7runtime15missing_req_argC2ENS_9unit_test13basic_cstringIKcEE": 2171, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implD2Ev": 2195, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EOS6_": 2206, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EOS6_": 2220, + ".LC3": 2234, + "_ZN5boost7runtime15ambiguous_paramC2EOSt6vectorINS_9unit_test13basic_cstringIKcEESaIS6_EE": 2236, + "_ZN5boost7runtime15ambiguous_paramD2Ev": 2267, + "_ZN5boost7runtime15ambiguous_paramD0Ev": 2285, + "_ZN5boost7runtime18unrecognized_paramC2EOSt6vectorINS_9unit_test13basic_cstringIKcEESaIS6_EE": 2299, + "_ZN5boost7runtime18unrecognized_paramD2Ev": 2330, + "_ZN5boost7runtime18unrecognized_paramD0Ev": 2348, + "_ZN5boost7runtime8argumentC2El": 2362, + "_ZN5boost7runtime8argumentD2Ev": 2376, + "_ZN5boost7runtime8argumentD0Ev": 2386, + "_ZN5boost7runtime15arguments_store5clearEv": 2400, + "_ZNK5boost7runtime15arguments_store3hasENS_9unit_test13basic_cstringIKcEE": 2411, + "_ZN5boost9unit_test14runtime_config3hasENS0_13basic_cstringIKcEE": 2434, + "_ZN5boost9function0IvEC2Ev": 2454, + "_ZN5boost8functionIFvvEEC2Ev": 2465, + "_ZN5boost8functionIFvvEED2Ev": 2476, + "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED2Ev": 2487, + "_ZN5boost9unit_test14runtime_config13stream_holderC2ERSo": 2499, + ".LC4": 2514, + "_ZN5boost9unit_test14runtime_config13stream_holder5setupERKNS0_13basic_cstringIKcEERKNS_8functionIFvvEEE": 2516, + ".L264": 2559, + ".L263": 2564, + ".L266": 2594, + ".L265": 2599, + ".L268": 2660, + ".L271": 2667, + ".L260": 2669, + "_ZNK5boost9unit_test14runtime_config13stream_holder3refEv": 2675, + "_ZN5boost9unit_test14runtime_config13stream_holder16callback_cleanerC2ENS_8functionIFvvEEE": 2683, + ".L277": 2707, + "_ZN5boost9unit_test14runtime_config13stream_holder16callback_cleanerD2Ev": 2711, + ".L279": 2726, + "_ZN5boost9unit_test17test_unit_fixtureD2Ev": 2737, + "_ZN5boost9unit_test17test_unit_fixtureD0Ev": 2747, + "_ZN5boost9unit_test17test_unit_fixtureC2Ev": 2761, + "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEED2Ev": 2771, + "_ZN5boost10test_tools16assertion_resultC2Eb": 2783, + "_ZNK5boost10test_tools16assertion_resultntEv": 2802, + "_ZN5boost10test_tools16assertion_resultaSEb": 2812, + "_ZN5boost10test_tools16assertion_result19readonly_property65C2Eb": 2824, + "_ZNK5boost10test_tools16assertion_result17has_empty_messageEv": 2839, + "_ZN5boost23basic_wrap_stringstreamIcEC2Ev": 2850, + "_ZN5boost10test_tools16assertion_result7messageEv": 2865, + ".L293": 2888, + ".L297": 2901, + "_ZNK5boost10test_tools16assertion_result7messageEv": 2905, + ".L299": 2921, + ".L298": 2933, + "_ZN5boost9unit_test9decorator11collector_tC2Ev": 2937, + ".L305": 2963, + "_ZN5boost9unit_test9decorator4baseD2Ev": 2967, + "_ZN5boost9unit_test9decorator4baseD0Ev": 2977, + "_ZN5boost9unit_test9decorator4baseC2Ev": 2991, + "_ZN5boost9unit_test9decorator15stack_decoratorC2Ev": 3001, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEED2Ev": 3015, + "_ZNK5boost9unit_test9decorator15stack_decorator5cloneEv": 3027, + "_ZN5boost9unit_test9decorator5labelC2ENS0_13basic_cstringIKcEE": 3047, + "_ZNK5boost9unit_test9decorator5label5cloneEv": 3068, + "_ZN5boost9unit_test9decorator17expected_failuresC2Em": 3099, + "_ZNK5boost9unit_test9decorator17expected_failures5cloneEv": 3117, + "_ZN5boost9unit_test9decorator7timeoutC2Ej": 3140, + "_ZNK5boost9unit_test9decorator7timeout5cloneEv": 3158, + "_ZN5boost9unit_test9decorator11descriptionC2ENS0_13basic_cstringIKcEE": 3181, + "_ZNK5boost9unit_test9decorator11description5cloneEv": 3202, + "_ZN5boost9unit_test9decorator10depends_onC2ENS0_13basic_cstringIKcEE": 3233, + "_ZNK5boost9unit_test9decorator10depends_on5cloneEv": 3254, + "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEED2Ev": 3285, + "_ZN5boost9unit_test9decorator9fixture_tC2ENS_10shared_ptrINS0_17test_unit_fixtureEEE": 3297, + "_ZNK5boost9unit_test9decorator9fixture_t5cloneEv": 3318, + ".L334": 3355, + "_ZN5boost8functionIFNS_10test_tools16assertion_resultEmEED2Ev": 3362, + "_ZN5boost9unit_test9decorator12preconditionC2ENS_8functionIFNS_10test_tools16assertion_resultEmEEE": 3373, + ".L339": 3400, + "_ZNK5boost9unit_test9decorator12precondition5cloneEv": 3404, + ".L343": 3439, + ".L346": 3446, + "_ZN5boost9unit_test9test_unit19readonly_property62C2Em": 3451, + "_ZN5boost9unit_test9test_unit19readonly_property63C2Em": 3465, + "_ZN5boost9unit_test14class_propertyISt6vectorImSaImEEED2Ev": 3479, + "_ZN5boost9unit_test17readonly_propertyISt6vectorImSaImEEED2Ev": 3490, + "_ZN5boost9unit_test9test_unit19readonly_property64C2Ev": 3501, + "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev": 3512, + "_ZN5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev": 3523, + "_ZN5boost9unit_test9test_unit19readonly_property66C2Ev": 3534, + "_ZN5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEED2Ev": 3545, + "_ZN5boost9unit_test17readonly_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEED2Ev": 3556, + "_ZN5boost9unit_test9test_unit19readonly_property69C2Ev": 3567, + "_ZNK5boost9unit_test9test_unit10is_enabledEv": 3578, + "_ZN5boost9unit_test14class_propertyINS_8functionIFvvEEEED2Ev": 3592, + "_ZN5boost9unit_test17readonly_propertyINS_8functionIFvvEEEED2Ev": 3603, + "_ZN5boost9unit_test9test_case20readonly_property144C2ERKNS_8functionIFvvEEE": 3614, + "_ZN5boost9unit_test9test_case20readonly_property144D2Ev": 3628, + "_ZN5boost9unit_test9test_caseD2Ev": 3639, + "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEED2Ev": 3654, + "_ZN5boost9unit_test10test_suiteD2Ev": 3665, + "_ZN5boost9unit_test10test_suiteD0Ev": 3692, + "_ZN5boost9unit_test14make_test_caseERKNS_8functionIFvvEEENS0_13basic_cstringIKcEES8_m": 3706, + ".L371": 3762, + ".L374": 3769, + "_ZN5boost9unit_test12lazy_ostreamD2Ev": 3776, + "_ZN5boost9unit_test12lazy_ostreamD0Ev": 3786, + "_ZN5boost9unit_test12lazy_ostream8instanceEv": 3800, + "_ZN5boost9unit_testlsERSoRKNS0_12lazy_ostreamE": 3806, + "_ZNK5boost9unit_test12lazy_ostream5emptyEv": 3823, + "_ZNK5boost9unit_test12lazy_ostreamclERSo": 3831, + "_ZN5boost9unit_test12lazy_ostreamC2Eb": 3839, + ".LC5": 3854, + "_ZN5boost9unit_test6output12_GLOBAL__N_121test_phase_identifierEv": 3856, + ".L387": 3874, + ".L394": 3884, + ".L392": 3897, + ".L395": 3901, + ".LC6": 3909, + ".LC7": 3911, + ".LC8": 3913, + ".LC9": 3915, + ".LC10": 3917, + "_ZN5boost9unit_test6output22compiler_log_formatter9log_startERSom": 3919, + ".L398": 3954, + ".L399": 3956, + ".L400": 3963, + "_ZN5boost9unit_test6output22compiler_log_formatter10log_finishERSo": 3967, + ".LC11": 3979, + ".LC12": 3981, + ".LC13": 3983, + ".LC14": 3985, + ".LC15": 3987, + ".LC16": 3989, + ".LC17": 3991, + ".LC18": 3993, + "_ZN5boost9unit_test6output22compiler_log_formatter14log_build_infoERSob": 3995, + ".L404": 4054, + ".LC19": 4058, + ".LC20": 4060, + ".LC21": 4062, + "_ZN5boost9unit_test6output22compiler_log_formatter15test_unit_startERSoRKNS0_9test_unitE": 4064, + ".L408": 4138, + ".LC22": 4144, + ".LC23": 4146, + ".LC24": 4148, + ".LC25": 4150, + "_ZN5boost9unit_test6output22compiler_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm": 4152, + ".L411": 4244, + ".L410": 4253, + ".L414": 4269, + ".LC26": 4275, + ".LC27": 4277, + "_ZN5boost9unit_test6output22compiler_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE": 4279, + ".L417": 4368, + ".L420": 4375, + ".LC28": 4381, + ".LC29": 4383, + ".LC30": 4385, + ".LC31": 4387, + "_ZN5boost9unit_test6output22compiler_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE": 4389, + ".L422": 4453, + ".L423": 4460, + ".L424": 4483, + ".L426": 4546, + ".L428": 4557, + ".L429": 4561, + ".L434": 4575, + "_ZN5boost9unit_test6output22compiler_log_formatter20log_exception_finishERSo": 4582, + ".LC32": 4595, + ".LC33": 4597, + ".LC34": 4599, + "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE": 4601, + ".L439": 4617, + ".L443": 4623, + ".L442": 4663, + ".L441": 4682, + ".L440": 4736, + ".L438": 4790, + ".L437": 4844, + ".L450": 4867, + "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE": 4874, + "_ZN5boost9unit_test6output22compiler_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE": 4889, + "_ZN5boost9unit_test6output22compiler_log_formatter16log_entry_finishERSo": 4904, + ".L454": 4928, + ".LC35": 4936, + "_ZN5boost9unit_test6output22compiler_log_formatter12print_prefixERSoNS0_13basic_cstringIKcEEm": 4938, + ".L457": 4968, + ".LC36": 4972, + ".LC37": 4974, + ".LC38": 4976, + ".LC39": 4978, + "_ZN5boost9unit_test6output22compiler_log_formatter19entry_context_startERSoNS0_9log_levelE": 4980, + ".L459": 4994, + ".L461": 4999, + ".L462": 5001, + ".L463": 5009, + ".LC40": 5013, + "_ZN5boost9unit_test6output22compiler_log_formatter20entry_context_finishERSoNS0_9log_levelE": 5015, + ".L465": 5028, + ".LC41": 5035, + "_ZN5boost9unit_test6output22compiler_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE": 5037, + "_ZNSt8__detail17_List_node_headerC2Ev": 5057, + "_ZNSt8__detail17_List_node_headerC2EOS0_": 5068, + ".L469": 5106, + ".L471": 5120, + "_ZNSt8__detail17_List_node_header7_M_initEv": 5125, + "_ZNSt8__detail17_List_node_header7_M_baseEv": 5141, + "_ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC2Ev": 5148, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10_List_implD2Ev": 5169, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev": 5180, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev": 5191, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev": 5202, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implD2Ev": 5213, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2Ev": 5224, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2Ev": 5235, + "_ZN5boost9unit_test6output10junit_impl16junit_log_helperC2Ev": 5246, + "_ZN5boost9unit_test6output10junit_impl16junit_log_helper5clearEv": 5271, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EED2Ev": 5296, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EEC2Ev": 5307, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEEC2Ev": 5318, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEED2Ev": 5329, + "_ZN5boost9unit_test6output10junit_impl16junit_log_helperD2Ev": 5340, + "_ZNSt7__cxx1110_List_baseImSaImEE10_List_implD2Ev": 5363, + "_ZNSt7__cxx1110_List_baseImSaImEEC2Ev": 5374, + "_ZNSt7__cxx114listImSaImEEC2Ev": 5385, + "_ZNSt7__cxx114listImSaImEED2Ev": 5396, + "_ZN5boost9unit_test6output19junit_log_formatterC2Ev": 5407, + "_ZN5boost9unit_test6output19junit_log_formatter13set_log_levelENS0_9log_levelE": 5439, + ".L496": 5450, + ".L497": 5454, + "_ZN5boost9unit_test6output19junit_log_formatter21get_current_log_entryEv": 5461, + ".L499": 5476, + ".L501": 5502, + ".L503": 5507, + "_ZNK5boost9unit_test8for_each15static_any_basecvbEv": 5511, + "_ZZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type": 5518, + "_ZSt7forwardIcEOT_RNSt16remove_referenceIS0_E4typeE": 5520, + "_ZGVZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEEE9char_type": 5527, + "_ZNSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEED2Ev": 5529, + ".LC42": 5540, + ".LC43": 5542, + ".LC44": 5544, + ".LC45": 5546, + ".LC46": 5548, + "_ZN5boost9unit_test5utils13print_escapedERSoNS0_13basic_cstringIKcEE": 5550, + ".L510": 5609, + ".L521": 5645, + ".L513": 5665, + ".L514": 5667, + ".L519": 5686, + ".L517": 5720, + ".L518": 5727, + ".L515": 5730, + ".L523": 5753, + ".L525": 5757, + "_ZN5boost9unit_test5utils13print_escapedERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 5766, + "_ZZN5boost9unit_test5utils19print_escaped_cdataERSoNS0_13basic_cstringIKcEEE9cdata_end": 5785, + "_ZGVZN5boost9unit_test5utils19print_escaped_cdataERSoNS0_13basic_cstringIKcEEE9cdata_end": 5787, + ".LC47": 5789, + ".LC48": 5791, + "_ZN5boost9unit_test5utils19print_escaped_cdataERSoNS0_13basic_cstringIKcEE": 5793, + ".L528": 5818, + ".L529": 5837, + ".L532": 5882, + ".L527": 5886, + "_ZN5boost9unit_test5utilslsERKNS1_14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEENS0_13basic_cstringIKcEE": 5892, + "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_unitE": 5941, + "_ZN5boost9unit_test17test_tree_visitor5visitERKNS0_9test_caseE": 5949, + "_ZN5boost9unit_test17test_tree_visitor16test_suite_startERKNS0_10test_suiteE": 5966, + "_ZN5boost9unit_test17test_tree_visitor17test_suite_finishERKNS0_10test_suiteE": 5983, + "_ZN5boost9unit_test17test_tree_visitorD2Ev": 5991, + "_ZN5boost9unit_test17test_tree_visitorD0Ev": 6001, + "_ZN5boost9unit_test18traverse_test_treeERKNS0_9test_unitERNS0_17test_tree_visitorEb": 6015, + ".L545": 6034, + ".L547": 6042, + "_ZN5boost9unit_test13test_observer10test_startEmm": 6046, + "_ZN5boost9unit_test13test_observer11test_finishEv": 6055, + "_ZN5boost9unit_test13test_observer12test_abortedEv": 6062, + "_ZN5boost9unit_test13test_observer15test_unit_startERKNS0_9test_unitE": 6069, + "_ZN5boost9unit_test13test_observer16test_unit_finishERKNS0_9test_unitEm": 6077, + "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE": 6086, + "_ZN5boost9unit_test13test_observer17test_unit_skippedERKNS0_9test_unitE": 6105, + "_ZN5boost9unit_test13test_observer19test_unit_timed_outERKNS0_9test_unitE": 6113, + "_ZN5boost9unit_test13test_observer17test_unit_abortedERKNS0_9test_unitE": 6121, + "_ZN5boost9unit_test13test_observer16assertion_resultENS0_16assertion_resultE": 6129, + "_ZN5boost9unit_test13test_observer16exception_caughtERKNS_19execution_exceptionE": 6137, + "_ZN5boost9unit_test13test_observer8priorityEv": 6145, + "_ZN5boost9unit_test13test_observerD2Ev": 6152, + "_ZN5boost9unit_test13test_observerD0Ev": 6162, + "_ZN5boost9unit_test12_GLOBAL__N_122first_failed_assertionEv": 6176, + "_ZN5boost9unit_test12test_results19readonly_property57C2Ev": 6182, + "_ZN5boost9unit_test12test_results19readonly_property61C2Ev": 6193, + "_ZN5boost9unit_test19results_collector_t8priorityEv": 6204, + "_ZN5boost9unit_test6output17tu_name_normalizeENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 6211, + "_ZN5boost9unit_test6output23tu_name_remove_newlinesENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 6237, + ".LC49": 6288, + "_ZN5boost9unit_test6output13file_basenameENS0_13basic_cstringIKcEE": 6290, + ".L573": 6337, + "_ZN5boost9unit_test6output19junit_log_formatter9log_startERSom": 6350, + "_ZN5boost9unit_test17test_tree_visitorC2Ev": 6372, + "_ZN5boost9unit_test6output19junit_result_helperC2ERSoRKNS0_9test_unitERKSt3mapImNS1_10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS9_EEERKS9_b": 6382, + ".LC50": 6419, + ".LC51": 6421, + ".LC52": 6423, + ".LC53": 6425, + ".LC54": 6427, + ".LC55": 6429, + ".LC56": 6431, + ".LC57": 6433, + "_ZNK5boost9unit_test6output19junit_result_helper13add_log_entryERKNS1_10junit_impl16junit_log_helper15assertion_entryE": 6435, + ".L579": 6454, + ".L581": 6464, + ".L580": 6467, + ".L583": 6543, + ".L582": 6558, + ".L587": 6570, + ".L590": 6577, + "_ZN5boost9unit_test6output19junit_result_helper24conditional_cdata_helperC2ERSoNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 6581, + "_ZN5boost9unit_test6output19junit_result_helper24conditional_cdata_helperD2Ev": 6602, + ".L593": 6639, + "_ZN5boost9unit_test6output19junit_result_helper24conditional_cdata_helperclERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 6648, + ".L595": 6693, + ".L597": 6704, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10_List_implC2EOS8_": 6709, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EOS7_": 6728, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EOS7_": 6742, + ".LC58": 6756, + ".LC59": 6758, + ".LC60": 6760, + ".LC61": 6762, + ".LC62": 6764, + ".LC63": 6766, + ".LC64": 6768, + ".LC65": 6770, + "_ZNK5boost9unit_test6output19junit_result_helper20build_skipping_chainB5cxx11ERKNS0_9test_unitE": 6772, + ".L602": 6811, + ".L607": 6821, + ".L603": 6837, + ".L604": 6839, + ".L628": 6902, + ".L605": 6904, + ".L611": 6975, + ".L612": 6981, + ".L613": 6987, + ".L616": 6998, + ".L618": 7009, + ".L614": 7015, + ".L629": 7022, + "_ZNK5boost9unit_test6output19junit_result_helper14get_class_nameB5cxx11ERKNS0_9test_unitE": 7028, + ".L634": 7045, + ".L631": 7061, + ".L632": 7063, + ".L633": 7121, + ".L635": 7141, + ".L636": 7143, + ".L640": 7162, + ".L641": 7168, + ".L642": 7174, + ".L647": 7181, + ".LC66": 7187, + ".LC67": 7189, + ".LC68": 7191, + ".LC69": 7193, + ".LC70": 7195, + ".LC71": 7197, + ".LC72": 7199, + "_ZNK5boost9unit_test6output19junit_result_helper21write_testcase_headerERKNS0_9test_unitEPKNS0_12test_resultsEi": 7201, + ".L649": 7231, + ".L650": 7271, + ".L652": 7288, + ".L651": 7293, + ".L653": 7332, + ".L654": 7368, + ".L655": 7376, + ".L657": 7404, + ".L660": 7414, + ".LC74": 7418, + "_ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_outERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEb": 7420, + ".L664": 7477, + ".L663": 7497, + ".L662": 7501, + ".L666": 7510, + ".L665": 7530, + ".L670": 7536, + ".L680": 7566, + ".L669": 7568, + ".L667": 7573, + ".L672": 7584, + ".L674": 7597, + ".L679": 7604, + ".LC75": 7608, + ".LC76": 7610, + ".LC77": 7612, + ".LC78": 7614, + ".LC79": 7616, + ".LC80": 7618, + ".LC81": 7620, + ".LC82": 7622, + ".LC83": 7624, + ".LC84": 7626, + ".LC85": 7628, + "_ZNK5boost9unit_test6output19junit_result_helper25write_testcase_system_errERKNS1_10junit_impl16junit_log_helperEPKNS0_9test_unitEPKNS0_12test_resultsE": 7630, + ".L682": 7655, + ".L683": 7657, + ".L684": 7668, + ".L685": 7671, + ".L686": 7673, + ".L688": 7689, + ".L689": 7697, + ".L691": 7720, + ".L690": 7750, + ".L693": 7796, + ".L692": 7835, + ".L694": 7853, + ".L696": 7864, + ".L695": 7884, + ".L697": 7902, + ".L699": 7950, + ".L702": 7961, + ".L704": 7972, + ".L706": 7983, + ".L700": 7989, + ".L716": 7996, + "_ZNK5boost9unit_test6output19junit_result_helper17get_nb_assertionsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEPKNS0_12test_resultsE": 8001, + ".L721": 8021, + ".L720": 8043, + ".L718": 8048, + ".L722": 8062, + ".LC86": 8067, + ".LC87": 8069, + "_ZNK5boost9unit_test6output19junit_result_helper20output_detailed_logsERKNS1_10junit_impl16junit_log_helperERKNS0_9test_unitEbPKNS0_12test_resultsE": 8071, + ".L725": 8094, + ".L727": 8112, + ".L730": 8118, + ".L728": 8143, + ".L731": 8165, + ".L724": 8167, + "_ZN5boost9unit_test6output19junit_result_helper5visitERKNS0_9test_caseE": 8170, + ".L733": 8226, + ".L732": 8253, + ".LC88": 8259, + ".LC89": 8261, + ".LC90": 8263, + ".LC91": 8265, + ".LC92": 8267, + ".LC93": 8269, + ".LC94": 8271, + ".LC95": 8273, + ".LC96": 8275, + ".LC97": 8277, + ".LC98": 8279, + ".LC99": 8281, + ".LC100": 8283, + "_ZN5boost9unit_test6output19junit_result_helper16test_suite_startERKNS0_10test_suiteE": 8285, + ".L739": 8481, + ".L740": 8489, + ".L738": 8645, + ".L741": 8687, + ".L745": 8696, + ".L747": 8709, + ".L752": 8716, + ".LC101": 8720, + "_ZN5boost9unit_test6output19junit_result_helper17test_suite_finishERKNS0_10test_suiteE": 8722, + ".L753": 8758, + ".LC102": 8761, + ".LC103": 8763, + ".LC104": 8765, + ".LC105": 8767, + ".LC106": 8769, + ".LC107": 8771, + "_ZN5boost9unit_test6output19junit_log_formatter10log_finishERSo": 8773, + ".L760": 8807, + ".L757": 8828, + ".L758": 8830, + ".L759": 8843, + ".L756": 8871, + ".L755": 8900, + "_ZN5boost9unit_test6output19junit_log_formatter14log_build_infoERSob": 8904, + "_ZNSt4pairIN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEED2Ev": 8917, + "_ZN5boost9unit_test6output19junit_log_formatter15test_unit_startERSoRKNS0_9test_unitE": 8929, + ".L769": 8975, + ".L772": 8982, + ".LC108": 8986, + ".LC109": 8988, + "_ZN5boost9unit_test6output19junit_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm": 8990, + ".L774": 9018, + ".LC110": 9026, + "_ZN5boost9unit_test6output19junit_log_formatter17test_unit_abortedERSoRKNS0_9test_unitE": 9028, + ".L777": 9055, + "_ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryD2Ev": 9059, + ".LC111": 9078, + ".LC112": 9080, + ".LC113": 9082, + "_ZN5boost9unit_test6output19junit_log_formatter19test_unit_timed_outERSoRKNS0_9test_unitE": 9084, + ".L783": 9135, + "_ZN5boost9unit_test6output19junit_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE": 9140, + ".LC114": 9180, + ".LC115": 9182, + ".LC116": 9184, + ".LC117": 9186, + ".LC118": 9188, + ".LC119": 9190, + ".LC120": 9192, + ".LC121": 9194, + ".LC122": 9196, + ".LC123": 9198, + ".LC124": 9200, + ".LC125": 9202, + ".LC126": 9204, + "_ZN5boost9unit_test6output19junit_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE": 9206, + ".L788": 9245, + ".L792": 9272, + ".L790": 9279, + ".L793": 9286, + ".L789": 9293, + ".L791": 9300, + ".L787": 9307, + ".L786": 9314, + ".L794": 9321, + ".L795": 9352, + ".L796": 9474, + ".L798": 9508, + ".L801": 9515, + ".LC127": 9519, + ".LC128": 9521, + "_ZN5boost9unit_test6output19junit_log_formatter20log_exception_finishERSo": 9523, + ".L803": 9544, + ".LC129": 9555, + ".LC130": 9557, + ".LC131": 9559, + ".LC132": 9561, + ".LC133": 9563, + ".LC134": 9565, + ".LC135": 9567, + ".LC136": 9569, + ".LC137": 9571, + ".LC138": 9573, + ".LC139": 9575, + "_ZN5boost9unit_test6output19junit_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE": 9577, + ".L807": 9604, + ".L808": 9612, + ".L805": 9620, + ".L810": 9628, + ".L813": 9651, + ".L812": 9654, + ".L815": 9656, + ".L806": 9728, + ".L816": 9744, + ".L817": 9746, + ".L809": 9823, + ".L819": 9831, + ".L821": 9847, + ".L804": 9857, + ".LC140": 9861, + ".LC141": 9863, + "_ZN5boost9unit_test6output19junit_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE": 9865, + ".L829": 9901, + ".L830": 9921, + ".L832": 9957, + ".L835": 9964, + ".L826": 9966, + ".LC142": 9972, + ".LC143": 9974, + "_ZN5boost9unit_test6output19junit_log_formatter16log_entry_finishERSo": 9976, + ".L838": 10011, + ".L839": 10032, + ".L837": 10052, + ".L841": 10062, + ".L844": 10069, + ".LC144": 10073, + ".LC145": 10075, + ".LC146": 10077, + ".LC147": 10079, + "_ZN5boost9unit_test6output19junit_log_formatter19entry_context_startERSoNS0_9log_levelE": 10081, + ".L848": 10111, + ".L849": 10126, + ".L850": 10133, + ".L845": 10135, + ".LC148": 10138, + "_ZN5boost9unit_test6output19junit_log_formatter20entry_context_finishERSoNS0_9log_levelE": 10140, + ".L854": 10170, + ".L851": 10172, + ".LC149": 10175, + ".LC150": 10177, + ".LC151": 10179, + ".LC152": 10181, + "_ZN5boost9unit_test6output19junit_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE": 10183, + ".L858": 10213, + ".L859": 10244, + ".L860": 10246, + ".L862": 10283, + ".L863": 10289, + ".L864": 10295, + ".L869": 10302, + ".L855": 10304, + "__tcf_0": 10308, + ".L872": 10315, + ".L870": 10322, + "__tcf_1": 10326, + ".L875": 10333, + ".L873": 10340, + ".LC153": 10344, + ".LC154": 10346, + ".LC155": 10348, + ".LC156": 10350, + ".LC157": 10352, + ".LC158": 10354, + "_ZNK5boost9unit_test6output19junit_log_formatter30get_default_stream_descriptionB5cxx11Ev": 10356, + ".L877": 10455, + ".L878": 10539, + ".L879": 10597, + ".L887": 10599, + ".L882": 10657, + ".L883": 10659, + ".L884": 10667, + ".L885": 10669, + ".L881": 10679, + ".L880": 10686, + ".L890": 10718, + ".L896": 10725, + ".L895": 10732, + ".L900": 10763, + ".L906": 10770, + ".L905": 10777, + ".L911": 10800, + ".L912": 10806, + ".L915": 10817, + ".L913": 10823, + ".L898": 10829, + ".L935": 10836, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2Ev": 10845, + "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC2Ev": 10856, + "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEED2Ev": 10867, + "_ZN5boost5debug12_GLOBAL__N_19fd_holderC2Ei": 10878, + "_ZN5boost5debug12_GLOBAL__N_19fd_holderD2Ev": 10889, + ".L942": 10902, + "_ZN5boost5debug12_GLOBAL__N_19fd_holdercviEv": 10906, + "_ZNK5boost5debug12_GLOBAL__N_112process_info10parent_pidEv": 10914, + "_ZNK5boost5debug12_GLOBAL__N_112process_info11binary_nameEv": 10922, + "_ZNK5boost5debug12_GLOBAL__N_112process_info11binary_pathEv": 10937, + ".LC159": 10952, + ".LC160": 10954, + ".LC161": 10956, + "_ZN5boost5debug12_GLOBAL__N_112process_infoC2Ei": 10958, + ".L952": 11002, + ".L954": 11017, + ".L956": 11026, + ".L955": 11037, + ".L958": 11041, + ".L957": 11052, + ".L959": 11089, + ".L953": 11104, + ".L964": 11117, + ".LC162": 11121, + "_ZN5boost5debug12_GLOBAL__N_1L20prepare_window_titleERKNS0_16dbg_startup_infoE": 11123, + ".L966": 11172, + ".L967": 11174, + "_ZN5boost5debug12_GLOBAL__N_18copy_argERNS_9unit_test13basic_cstringIcEENS3_IKcEE": 11199, + ".L970": 11220, + ".L971": 11247, + ".LC163": 11251, + "_ZN5boost5debug12_GLOBAL__N_111safe_execlpEPKcz": 11253, + ".L986": 11274, + ".L977": 11282, + ".L974": 11294, + ".L975": 11298, + ".L976": 11307, + ".L978": 11342, + ".L984": 11354, + ".L980": 11366, + ".L981": 11370, + ".L982": 11403, + ".L985": 11412, + ".LC164": 11416, + ".LC165": 11418, + ".LC166": 11420, + "_ZN5boost5debug12_GLOBAL__N_1L23start_debugger_in_emacsERKNS0_16dbg_startup_infoEPKcS6_": 11422, + ".L990": 11452, + ".L991": 11471, + ".L987": 11473, + "_ZZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoEE13cmd_file_name": 11476, + ".LC167": 11478, + ".LC168": 11480, + ".LC169": 11482, + ".LC170": 11484, + ".LC171": 11486, + ".LC172": 11488, + ".LC173": 11490, + ".LC174": 11492, + ".LC175": 11494, + "_ZN5boost5debug12_GLOBAL__N_1L21prepare_gdb_cmnd_fileERKNS0_16dbg_startup_infoE": 11496, + ".L993": 11539, + ".L995": 11553, + ".L996": 11577, + ".L997": 11591, + ".L998": 11613, + ".L999": 11627, + ".L1000": 11651, + ".L1001": 11665, + ".L1002": 11683, + ".L1003": 11697, + ".L1004": 11711, + ".L1005": 11725, + ".L1006": 11739, + ".L1007": 11753, + ".L994": 11755, + ".L1011": 11768, + ".LC176": 11774, + ".LC177": 11776, + ".LC178": 11778, + "_ZN5boost5debug12_GLOBAL__N_1L20start_gdb_in_consoleERKNS0_16dbg_startup_infoE": 11780, + ".L1015": 11800, + ".L1012": 11802, + ".LC179": 11805, + ".LC180": 11807, + ".LC181": 11809, + ".LC182": 11811, + ".LC183": 11813, + ".LC184": 11815, + ".LC185": 11817, + ".LC186": 11819, + ".LC187": 11821, + ".LC188": 11823, + ".LC189": 11825, + "_ZN5boost5debug12_GLOBAL__N_1L18start_gdb_in_xtermERKNS0_16dbg_startup_infoE": 11827, + ".L1020": 11874, + ".L1016": 11876, + ".LC190": 11879, + ".LC191": 11881, + "_ZN5boost5debug12_GLOBAL__N_1L18start_gdb_in_emacsERKNS0_16dbg_startup_infoE": 11883, + ".L1024": 11908, + ".L1021": 11910, + "_ZN5boost5debug12_GLOBAL__N_1L19start_gdb_in_xemacsERKNS0_16dbg_startup_infoE": 11913, + ".LC192": 11920, + ".LC193": 11922, + ".LC194": 11924, + "_ZN5boost5debug12_GLOBAL__N_1L20prepare_dbx_cmd_lineERKNS0_16dbg_startup_infoEb": 11926, + ".L1027": 11939, + ".L1028": 11941, + ".L1029": 11948, + ".L1030": 11950, + ".LC195": 11969, + ".LC196": 11971, + "_ZN5boost5debug12_GLOBAL__N_1L20start_dbx_in_consoleERKNS0_16dbg_startup_infoE": 11973, + "_ZN5boost5debug12_GLOBAL__N_1L18start_dbx_in_xtermERKNS0_16dbg_startup_infoE": 12013, + ".L1036": 12078, + ".L1033": 12080, + "_ZN5boost5debug12_GLOBAL__N_1L18start_dbx_in_emacsERKNS0_16dbg_startup_infoE": 12086, + "_ZN5boost5debug12_GLOBAL__N_1L19start_dbx_in_xemacsERKNS0_16dbg_startup_infoE": 12093, + ".LC197": 12100, + ".LC198": 12102, + "_ZN5boost5debug12_GLOBAL__N_1L16start_dbx_in_dddERKNS0_16dbg_startup_infoE": 12104, + ".L1042": 12155, + ".L1039": 12157, + "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev": 12163, + "_ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev": 12174, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE13_Rb_tree_implISK_Lb1EED2Ev": 12185, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EEC2Ev": 12196, + "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEC2Ev": 12207, + "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEED2Ev": 12218, + ".LC199": 12229, + ".LC200": 12231, + ".LC201": 12233, + ".LC202": 12235, + ".LC203": 12237, + ".LC204": 12239, + ".LC205": 12241, + ".LC206": 12243, + "_ZN5boost5debug12_GLOBAL__N_16info_tC2Ev": 12245, + ".L1050": 12276, + ".L1051": 12286, + ".L1052": 12300, + ".L1053": 12306, + ".L1055": 12521, + ".L1056": 12528, + ".L1059": 12537, + ".L1061": 12548, + ".L1063": 12559, + ".L1065": 12570, + ".L1067": 12581, + ".L1069": 12592, + ".L1071": 12603, + ".L1073": 12614, + ".L1075": 12625, + ".L1057": 12629, + ".L1095": 12640, + ".LC207": 12647, + "_ZN5boost5debug14under_debuggerEv": 12649, + ".L1102": 12660, + ".L1098": 12684, + ".L1100": 12694, + ".L1101": 12696, + ".L1097": 12699, + ".L1103": 12701, + "_ZN5boost5debug14debugger_breakEv": 12704, + "_ZN5boost5debug12set_debuggerB5cxx11ENS_9unit_test13basic_cstringIKcEENS_8functionIFvRKNS0_16dbg_startup_infoEEEE": 12714, + ".L1110": 12763, + "_ZN5boost5debug16dbg_startup_infoC2Ev": 12769, + ".LC208": 12789, + "_ZN5boost5debug15attach_debuggerEb": 12791, + ".L1113": 12803, + ".L1115": 12835, + ".L1117": 12842, + ".L1119": 12865, + ".L1120": 12917, + ".L1118": 12922, + ".L1121": 12941, + ".L1122": 12945, + ".L1116": 12947, + ".L1123": 12951, + ".L1125": 12960, + ".L1128": 12967, + "_ZN5boost5debug19detect_memory_leaksEbNS_9unit_test13basic_cstringIKcEE": 12971, + "_ZN5boost5debug18break_memory_allocEl": 12984, + "_ZN5boost3nfp10nfp_detail34report_access_to_invalid_parameterEb": 12992, + ".L1133": 13005, + "_ZZN5boost3nfp3nil4instEvE6s_inst": 13009, + "_ZGVZN5boost3nfp3nil4instEvE6s_inst": 13011, + "_ZN5boost3nfp3nil4instEv": 13013, + ".L1135": 13031, + "_ZN5boost3nfp3nilC2Ev": 13035, + "_ZN5boost9unit_test9decorator11collector_tD2Ev": 13042, + "_ZN5boost9unit_test9decorator11collector_t8instanceEv": 13053, + ".L1140": 13078, + ".L1143": 13086, + ".L1145": 13090, + "_ZN5boost9unit_test9decorator11collector_tmlERKNS1_4baseE": 13095, + ".L1150": 13135, + "_ZN5boost9unit_test9decorator11collector_t8store_inERNS0_9test_unitE": 13139, + ".LC209": 13193, + ".LC210": 13195, + ".LC211": 13197, + "_ZN5boost9unit_test9decorator11collector_t5resetEv": 13199, + ".L1153": 13227, + ".L1155": 13238, + ".L1156": 13248, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implD2Ev": 13253, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2Ev": 13264, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2Ev": 13275, + ".LC212": 13286, + ".LC213": 13288, + "_ZN5boost9unit_test9decorator11collector_t5stackEv": 13290, + ".L1161": 13306, + ".L1164": 13339, + "_ZNK5boost9unit_test9decorator11collector_t19get_lazy_decoratorsEv": 13343, + "_ZNK5boost9unit_test9decorator4basedeEv": 13364, + "_ZNK5boost9unit_test9decorator15stack_decoratordeEv": 13377, + "_ZN5boost9unit_test9decorator15stack_decorator5applyERNS0_9test_unitE": 13394, + "_ZN5boost9unit_test9decorator5label5applyERNS0_9test_unitE": 13402, + "_ZN5boost9unit_test9decorator17expected_failures5applyERNS0_9test_unitE": 13422, + "_ZN5boost9unit_test9decorator7timeout5applyERNS0_9test_unitE": 13437, + "_ZN5boost9unit_test9decorator11description5applyERNS0_9test_unitE": 13449, + ".LC214": 13465, + "_ZN5boost9unit_test9decorator10depends_on5applyERNS0_9test_unitE": 13467, + ".L1177": 13508, + ".L1178": 13510, + ".L1184": 13512, + ".L1180": 13556, + ".L1181": 13562, + ".L1182": 13564, + ".L1183": 13607, + ".L1179": 13617, + ".L1186": 13630, + ".L1187": 13636, + ".L1188": 13642, + ".L1190": 13655, + ".L1191": 13661, + ".L1192": 13667, + ".L1201": 13674, + ".LC215": 13678, + "_ZN5boost9unit_test9decorator14enable_if_impl10apply_implERNS0_9test_unitEb": 13680, + ".L1203": 13721, + ".L1204": 13726, + ".L1205": 13728, + ".L1207": 13738, + ".L1208": 13744, + ".L1212": 13751, + "_ZN5boost9unit_test9decorator9fixture_t5applyERNS0_9test_unitE": 13755, + "_ZN5boost9unit_test9decorator12precondition5applyERNS0_9test_unitE": 13771, + "_ZN5boost9unit_test3log5beginC2ENS0_13basic_cstringIKcEEm": 13786, + "_ZN5boost9unit_test9ut_detail21entry_value_collectorC2Ev": 13804, + "_ZN5boost9unit_test15unit_test_log_t8priorityEv": 13813, + "_ZN5boost9unit_test19unit_test_monitor_t17is_critical_errorENS1_11error_levelE": 13820, + "_ZN5boost9unit_test18progress_monitor_t8priorityEv": 13828, + "_ZN5boost9unit_test16results_reporter6formatD2Ev": 13835, + "_ZN5boost9unit_test16results_reporter6formatD0Ev": 13845, + "_ZN5boost9unit_test25framework_init_observer_t8priorityEv": 13859, + "_ZN5boost9unit_test17test_case_counterC2Eb": 13866, + ".L1230": 13896, + "_ZN5boost9unit_test17test_case_counter19readonly_property43C2Em": 13900, + "_ZN5boost9unit_test17test_case_counter5visitERKNS0_9test_caseE": 13914, + ".L1233": 13929, + ".L1234": 13932, + ".L1235": 13934, + ".L1237": 13942, + "_ZN5boost9unit_test17test_case_counter16test_suite_startERKNS0_10test_suiteE": 13946, + ".L1239": 13962, + ".L1240": 13965, + ".L1241": 13967, + "_ZN5boost9unit_test20global_configuration8priorityEv": 13970, + "_ZN5boost9unit_test5timer21microsecond_wall_timeERKNS1_12elapsed_timeE": 13977, + "_ZN5boost9unit_test5timer5timerC2Ev": 13991, + "_ZN5boost9unit_test5timer5timer7restartEv": 14002, + ".L1250": 14023, + "_ZNK5boost9unit_test5timer5timer7elapsedEv": 14027, + ".L1252": 14068, + "_ZN5boost3_bi5list0C2Ev": 14073, + "_ZN5boost3argILi1EEC1Ev": 14080, + "_ZNSt12_Vector_baseImSaImEE12_Vector_implD2Ev": 14087, + "_ZNSt12_Vector_baseImSaImEEC2Ev": 14098, + "_ZNSt6vectorImSaImEEC2Ev": 14109, + "_ZN5boost9unit_test9framework4impl10order_infoC2Ev": 14120, + "_ZN5boost9unit_test9framework4implL13get_tu_parentEm": 14134, + "_ZN5boost9unit_test9framework4implL8tu_depthEmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE": 14149, + ".L1263": 14161, + ".L1265": 14184, + ".L1264": 14187, + "_ZN5boost9unit_test9framework4implL26collect_dependant_siblingsEmmmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE": 14190, + ".L1268": 14212, + ".L1267": 14222, + ".L1269": 14232, + ".L1273": 14249, + ".LC218": 14264, + "_ZN5boost9unit_test9framework4implL19assign_sibling_rankEmRSt3mapImNS2_10order_infoESt4lessImESaISt4pairIKmS4_EEE": 14266, + ".L1275": 14317, + ".L1276": 14333, + ".L1285": 14383, + ".L1280": 14405, + ".L1281": 14407, + ".L1283": 14428, + ".L1282": 14447, + ".L1278": 14464, + ".L1288": 14477, + ".L1289": 14483, + ".L1290": 14489, + ".L1295": 14496, + "_ZN5boost9unit_test9framework4implL16invoke_init_funcEPFPNS0_10test_suiteEiPPcE": 14500, + ".L1298": 14524, + ".L1299": 14526, + ".L1300": 14531, + ".LC219": 14536, + "_ZN5boost9unit_test9framework4impl11name_filter9componentC2ENS0_13basic_cstringIKcEE": 14538, + ".L1302": 14557, + ".L1304": 14580, + ".L1305": 14582, + ".L1306": 14604, + ".L1307": 14632, + ".L1308": 14664, + ".L1309": 14673, + "_ZNK5boost9unit_test9framework4impl11name_filter9component4passERKNS0_9test_unitE": 14677, + ".L1312": 14708, + ".L1314": 14711, + ".L1315": 14730, + ".L1317": 14766, + ".L1313": 14769, + ".L1311": 14784, + ".L1319": 14796, + "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE12_Vector_implD2Ev": 14802, + "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EEC2Ev": 14813, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EEC2Ev": 14824, + ".LC220": 14835, + "_ZN5boost9unit_test9framework4impl11name_filterC2ERSt6vectorImSaImEENS0_13basic_cstringIKcEE": 14837, + ".L1325": 14888, + ".L1327": 14961, + ".L1328": 14967, + ".L1332": 14978, + "_ZN5boost9unit_test9framework4impl11name_filter11filter_unitERKNS0_9test_unitE": 14983, + ".L1334": 14998, + ".L1335": 15057, + "_ZN5boost9unit_test9framework4impl11name_filter5visitERKNS0_9test_caseE": 15064, + ".L1338": 15089, + ".L1339": 15091, + ".L1341": 15103, + "_ZN5boost9unit_test9framework4impl11name_filter16test_suite_startERKNS0_10test_suiteE": 15108, + ".L1343": 15126, + ".L1345": 15145, + ".L1344": 15156, + "_ZN5boost9unit_test9framework4impl11name_filter17test_suite_finishERKNS0_10test_suiteE": 15160, + "_ZN5boost9unit_test9framework4impl12label_filterC2ERSt6vectorImSaImEENS0_13basic_cstringIKcEE": 15173, + "_ZN5boost9unit_test9framework4impl12label_filter5visitERKNS0_9test_unitE": 15198, + ".L1349": 15229, + ".L1350": 15231, + "_ZN5boost9unit_test9framework4impl14set_run_statusC2ENS0_9test_unit10run_statusEPSt6vectorImSaImEE": 15235, + ".LC221": 15257, + ".LC222": 15259, + ".LC223": 15261, + "_ZN5boost9unit_test9framework4impl14set_run_status5visitERKNS0_9test_unitE": 15263, + ".L1353": 15280, + ".L1354": 15283, + ".L1367": 15337, + ".L1358": 15364, + ".L1359": 15366, + ".L1364": 15392, + ".L1392": 15538, + ".L1363": 15540, + ".L1360": 15543, + ".L1365": 15565, + ".L1355": 15571, + ".L1370": 15580, + ".L1371": 15586, + ".L1372": 15592, + ".L1373": 15598, + ".L1374": 15604, + ".L1375": 15610, + ".L1376": 15616, + ".L1377": 15622, + ".L1378": 15628, + ".L1379": 15634, + ".L1391": 15641, + "_ZN5boost9unit_test9framework4implL23add_filtered_test_unitsEmNS0_13basic_cstringIKcEERSt6vectorImSaImEE": 15645, + ".L1394": 15686, + ".L1393": 15722, + ".LC224": 15726, + "_ZN5boost9unit_test9framework4implL13parse_filtersEmRSt6vectorImSaImEES6_": 15728, + ".L1422": 15780, + ".L1403": 15800, + ".L1404": 15802, + ".L1420": 15821, + ".L1407": 15842, + ".L1419": 15871, + ".L1409": 15900, + ".L1410": 15903, + ".L1411": 15905, + ".L1413": 15916, + ".L1414": 15918, + ".L1412": 15942, + ".L1415": 15957, + ".L1416": 15961, + ".L1418": 15974, + ".L1417": 15987, + ".L1408": 15992, + ".L1405": 15995, + ".L1401": 16010, + ".L1428": 16027, + "_ZN5boost9unit_test9framework4impl21global_fixture_handleC2EPNS0_17test_unit_fixtureE": 16031, + "_ZN5boost9unit_test9framework4impl21global_fixture_handleD2Ev": 16049, + "_ZN5boost9unit_test9framework4impl21global_fixture_handleD0Ev": 16063, + "_ZN5boost9unit_test9framework4impl21global_fixture_handle5setupEv": 16077, + "_ZN5boost9unit_test9framework4impl21global_fixture_handle8teardownEv": 16094, + "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE12_Vector_implD2Ev": 16111, + "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EEC2Ev": 16122, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EEC2Ev": 16133, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE13_Rb_tree_implISA_Lb1EED2Ev": 16144, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EEC2Ev": 16155, + "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEC2Ev": 16166, + "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEED2Ev": 16177, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EED2Ev": 16188, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EEC2Ev": 16199, + "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EEC2Ev": 16210, + "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EED2Ev": 16221, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_Vector_implD2Ev": 16232, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EEC2Ev": 16243, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEC2Ev": 16254, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EED2Ev": 16265, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EEC2Ev": 16276, + "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EEC2Ev": 16287, + "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EED2Ev": 16298, + "_ZN5boost17execution_monitorD2Ev": 16309, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE13_Rb_tree_implISB_Lb1EED2Ev": 16325, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EEC2Ev": 16336, + "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEC2Ev": 16347, + "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEED2Ev": 16358, + "_ZN5boost9unit_test14runtime_config13stream_holderD2Ev": 16369, + "_ZN5boost9unit_test9framework5stateC2Ev": 16380, + ".L1461": 16467, + "_ZN5boost9unit_test9framework5stateD2Ev": 16471, + "_ZN5boost9unit_test9framework5state5clearEv": 16514, + ".L1469": 16520, + ".L1466": 16557, + ".L1467": 16559, + ".L1465": 16568, + ".L1470": 16578, + "_ZN5boost9unit_test9framework5state9set_tu_idERNS0_9test_unitEm": 16583, + "_ZN5boost9unit_test9framework5state21deduce_siblings_orderEmmRSt3mapImNS1_4impl10order_infoESt4lessImESaISt4pairIKmS5_EEE": 16595, + ".L1481": 16656, + ".L1475": 16683, + ".L1476": 16685, + ".L1478": 16711, + ".L1477": 16722, + ".L1479": 16744, + ".L1473": 16750, + ".L1491": 16797, + ".L1486": 16819, + ".L1487": 16821, + ".L1489": 16842, + ".L1488": 16853, + ".L1484": 16870, + ".L1500": 16914, + ".L1494": 16936, + ".L1495": 16938, + ".L1498": 16959, + ".L1496": 16983, + ".L1501": 17000, + ".L1472": 17002, + "_ZN5boost9unit_test9framework5state27finalize_default_run_statusEmNS0_9test_unit10run_statusE": 17006, + ".L1503": 17030, + ".L1512": 17079, + ".L1507": 17103, + ".L1508": 17105, + ".L1510": 17128, + ".L1509": 17148, + ".L1505": 17167, + ".L1513": 17172, + ".L1514": 17174, + ".L1504": 17177, + "_ZN5boost9unit_test9framework5state19finalize_run_statusEm": 17187, + ".L1525": 17246, + ".L1520": 17270, + ".L1521": 17272, + ".L1523": 17295, + ".L1522": 17310, + ".L1518": 17329, + ".L1526": 17334, + ".L1527": 17336, + ".L1517": 17339, + "_ZN5boost9unit_test9framework5state17deduce_run_statusEm": 17345, + ".L1530": 17380, + ".L1531": 17382, + ".L1532": 17388, + ".L1533": 17390, + ".L1539": 17402, + ".L1538": 17446, + ".L1537": 17470, + ".L1552": 17475, + ".L1534": 17478, + ".L1553": 17521, + ".L1540": 17524, + ".L1544": 17551, + ".L1546": 17557, + ".L1551": 17567, + "_ZNK5boost9unit_test9framework5state23random_generator_helperclEm": 17571, + "_ZN5boost10test_tools16assertion_resultD2Ev": 17584, + "_ZN5boost10test_tools16assertion_resultC2EOS1_": 17596, + "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEED2Ev": 17616, + "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEED2Ev": 17627, + "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEED2Ev": 17638, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEED2Ev": 17649, + ".LC225": 17661, + ".LC226": 17663, + "_ZN5boost9unit_test9framework5state17execute_test_treeEmmPKNS2_23random_generator_helperE": 17665, + ".L1571": 17729, + ".L1566": 17751, + ".L1567": 17753, + ".L1569": 17774, + ".L1568": 17793, + ".L1564": 17810, + ".L1563": 17813, + ".L1581": 17855, + ".L1576": 17877, + ".L1577": 17879, + ".L1579": 17900, + ".L1578": 17919, + ".L1574": 17936, + ".L1573": 17939, + ".L1582": 17958, + ".L1583": 17961, + ".L1584": 17963, + ".L1585": 17974, + ".L1594": 18024, + ".L1589": 18046, + ".L1590": 18048, + ".L1592": 18069, + ".L1591": 18089, + ".L1587": 18106, + ".L1586": 18109, + ".L1603": 18149, + ".L1598": 18171, + ".L1599": 18173, + ".L1601": 18194, + ".L1600": 18208, + ".L1596": 18225, + ".L1617": 18273, + ".L1606": 18300, + ".L1607": 18302, + ".L1614": 18328, + ".L1610": 18387, + ".L1612": 18403, + ".L1611": 18405, + ".L1609": 18413, + ".L1608": 18417, + ".L1615": 18439, + ".L1616": 18444, + ".L1604": 18446, + ".L1643": 18514, + ".L1623": 18536, + ".L1624": 18538, + ".L1641": 18560, + ".L1627": 18575, + ".L1628": 18581, + ".L1630": 18620, + ".L1631": 18627, + ".L1640": 18676, + ".L1635": 18698, + ".L1636": 18700, + ".L1638": 18721, + ".L1637": 18735, + ".L1633": 18752, + ".L1632": 18762, + ".L1723": 18765, + ".L1625": 18767, + ".L1620": 18784, + ".L1670": 18793, + ".L1647": 18821, + ".L1646": 18843, + ".L1669": 18892, + ".L1650": 18912, + ".L1651": 18914, + ".L1667": 18933, + ".L1653": 18948, + ".L1654": 18954, + ".L1656": 18993, + ".L1657": 19000, + ".L1666": 19049, + ".L1661": 19071, + ".L1662": 19073, + ".L1664": 19094, + ".L1663": 19108, + ".L1659": 19125, + ".L1658": 19135, + ".L1724": 19138, + ".L1652": 19140, + ".L1645": 19155, + ".L1619": 19160, + ".L1671": 19201, + ".L1672": 19208, + ".L1618": 19218, + ".L1684": 19272, + ".L1676": 19299, + ".L1677": 19301, + ".L1683": 19348, + ".L1680": 19416, + ".L1681": 19418, + ".L1679": 19426, + ".L1673": 19431, + ".L1693": 19476, + ".L1688": 19498, + ".L1689": 19500, + ".L1691": 19521, + ".L1690": 19533, + ".L1685": 19550, + ".L1700": 19590, + ".L1696": 19612, + ".L1697": 19614, + ".L1699": 19651, + ".L1694": 19666, + ".L1595": 19668, + ".L1701": 19672, + ".L1703": 19681, + ".L1704": 19687, + ".L1705": 19693, + ".L1710": 19717, + ".L1711": 19723, + ".L1706": 19735, + ".L1722": 19742, + "_ZN5boost9unit_test9framework5state13child_timeoutEmm": 19751, + ".L1726": 19761, + ".L1727": 19764, + ".L1729": 19771, + ".L1731": 19773, + ".L1728": 19775, + "_ZNK5boost9unit_test9framework5state14priority_orderclEPNS0_13test_observerES5_": 19778, + ".L1733": 19823, + ".L1734": 19826, + ".L1735": 19828, + "_ZN5boost9unit_test9framework5state13context_frameC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEib": 19832, + "_ZN5boost9unit_test9framework4impl12_GLOBAL__N_111s_frk_stateEv": 19855, + ".L1739": 19880, + ".L1742": 19888, + ".L1744": 19892, + "_ZN5boost9unit_test9framework4impl19setup_for_executionERKNS0_9test_unitE": 19897, + "_ZN5boost9unit_test9framework4impl17sum_to_first_onlyC2Ev": 19917, + "_ZN5boost9unit_test9framework4impl28shutdown_loggers_and_reportsEv": 19926, + ".L1750": 19964, + "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EEC2ERKS7_": 19968, + "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EEC2ERKS8_": 19982, + "_ZN5boost9unit_test9framework4impl43unregister_global_fixture_and_configurationEv": 19996, + ".L1761": 20042, + ".L1756": 20062, + ".L1757": 20064, + ".L1759": 20083, + ".L1758": 20091, + ".L1754": 20106, + ".L1769": 20152, + ".L1764": 20172, + ".L1765": 20174, + ".L1767": 20193, + ".L1766": 20201, + ".L1762": 20216, + ".L1771": 20234, + ".L1774": 20241, + ".LC228": 20245, + ".LC229": 20247, + ".LC230": 20249, + ".LC231": 20251, + ".LC232": 20253, + ".LC233": 20255, + ".LC234": 20257, + ".LC235": 20259, + ".LC236": 20261, + "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE14all_log_levels": 20263, + "_ZSt7forwardIRA4_KcEOT_RNSt16remove_referenceIS3_E4typeE": 20297, + "_ZSt7forwardIN5boost9unit_test9log_levelEEOT_RNSt16remove_referenceIS3_E4typeE": 20304, + "_ZSt7forwardIRA8_KcEOT_RNSt16remove_referenceIS3_E4typeE": 20311, + "_ZSt7forwardIRA11_KcEOT_RNSt16remove_referenceIS3_E4typeE": 20318, + "_ZSt7forwardIRA6_KcEOT_RNSt16remove_referenceIS3_E4typeE": 20325, + "_ZSt7forwardIRA14_KcEOT_RNSt16remove_referenceIS3_E4typeE": 20332, + "_ZSt7forwardIRA13_KcEOT_RNSt16remove_referenceIS3_E4typeE": 20339, + "_ZSt7forwardIRA12_KcEOT_RNSt16remove_referenceIS3_E4typeE": 20346, + ".LC237": 20353, + ".LC238": 20355, + ".LC239": 20357, + ".LC240": 20359, + "_ZZN5boost9unit_test9framework4impl13setup_loggersEvE11all_formats": 20361, + "_ZSt7forwardIN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS3_E4typeE": 20374, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implD2Ev": 20381, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev": 20392, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2Ev": 20403, + ".LC241": 20414, + ".LC242": 20416, + ".LC243": 20418, + ".LC244": 20420, + "_ZN5boost9unit_test9framework4impl13setup_loggersEv": 20422, + ".L1797": 20454, + ".L1798": 20456, + ".L1800": 20555, + ".L1799": 20567, + ".L1847": 20612, + ".L1805": 20632, + ".L1806": 20634, + ".L1845": 20653, + ".L1815": 20687, + ".L1810": 20746, + ".L1811": 20754, + ".L1812": 20756, + ".L1813": 20776, + ".L1814": 20782, + ".L1809": 20790, + ".L1844": 20826, + ".L1818": 20846, + ".L1819": 20848, + ".L1842": 20867, + ".L1821": 20928, + ".L1822": 20930, + ".L1826": 20934, + ".L1825": 20963, + ".L1823": 20966, + ".L1827": 21026, + ".L1828": 21035, + ".L1829": 21041, + ".L1830": 21063, + ".L1831": 21091, + ".L1835": 21103, + ".L1834": 21132, + ".L1832": 21135, + ".L1836": 21194, + ".L1838": 21268, + ".L1839": 21270, + ".L1840": 21285, + ".L1841": 21309, + ".L1820": 21324, + ".L1816": 21339, + ".L1807": 21345, + ".L1853": 21382, + ".L1855": 21395, + ".L1856": 21402, + ".L1857": 21409, + ".L1858": 21419, + ".L1859": 21426, + ".L1860": 21433, + ".L1863": 21452, + ".L1864": 21459, + ".L1865": 21466, + ".L1866": 21476, + ".L1867": 21483, + ".L1868": 21490, + ".L1870": 21503, + ".L1851": 21510, + ".L1849": 21517, + ".L1871": 21524, + ".L1872": 21542, + ".L1874": 21567, + ".L1902": 21577, + "_ZN5boost9unit_test9framework4initEPFPNS0_10test_suiteEiPPcEiS5_": 21587, + ".L1904": 21670, + ".L1906": 21700, + ".L1907": 21731, + ".L1910": 21773, + ".L1911": 21778, + ".L1913": 21801, + ".L1919": 21806, + "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decorators16test_suite_startERKNS0_10test_suiteE": 21812, + "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decorators5visitERKNS0_9test_unitE": 21831, + ".L1932": 21885, + ".L1925": 21912, + ".L1926": 21914, + ".L1929": 21940, + ".L1928": 21955, + ".L1927": 21959, + ".L1930": 21981, + ".L1923": 21987, + ".L1936": 21997, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EED2Ev": 22001, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EEC2Ev": 22012, + "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEC2Ev": 22023, + "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEED2Ev": 22034, + "_ZN5boost9unit_test9framework20finalize_setup_phaseEm": 22045, + ".L1942": 22060, + ".L1944": 22099, + ".L1947": 22106, + "_ZN5boost9unit_test9framework16test_in_progressEv": 22110, + "_ZN5boost9unit_test9framework8shutdownEv": 22117, + ".LC245": 22125, + ".LC246": 22127, + "_ZN5boost9unit_test9framework18register_test_unitEPNS0_9test_caseE": 22129, + ".L1952": 22155, + ".L1953": 22176, + ".L1958": 22216, + ".LC247": 22220, + ".LC248": 22222, + "_ZN5boost9unit_test9framework18register_test_unitEPNS0_10test_suiteE": 22224, + ".L1960": 22250, + ".L1961": 22270, + ".L1966": 22310, + "_ZN5boost9unit_test9framework20deregister_test_unitEPNS0_9test_unitE": 22314, + "_ZN5boost9unit_test9framework5clearEv": 22333, + "_ZN5boost9unit_test9framework17register_observerERNS0_13test_observerE": 22342, + "_ZN5boost9unit_test9framework19deregister_observerERNS0_13test_observerE": 22358, + "_ZN5boost9unit_test9framework23register_global_fixtureERNS0_14global_fixtureE": 22374, + "_ZN5boost9unit_test9framework25deregister_global_fixtureERNS0_14global_fixtureE": 22390, + "_ZN5boost9unit_test9framework5state13context_frameD2Ev": 22406, + "_ZN5boost9unit_test9framework11add_contextERKNS0_12lazy_ostreamEb": 22417, + ".L1977": 22480, + ".L1978": 22486, + ".L1982": 22493, + "_ZN5boost9unit_test9framework13frame_with_idC2Ei": 22499, + "_ZN5boost9unit_test9framework13frame_with_idclERKNS1_5state13context_frameE": 22510, + "_ZN5boost9unit_test9framework13clear_contextEi": 22523, + ".L1990": 22538, + ".L1989": 22575, + ".L1987": 22578, + ".L1992": 22623, + "_ZN5boost9unit_test9framework11get_contextEv": 22630, + "_ZNK5boost9unit_test9framework17context_generator8is_emptyEv": 22640, + "_ZNK5boost9unit_test9framework17context_generator4nextEv": 22651, + ".L1998": 22684, + ".L1997": 22688, + "_ZN5boost9unit_test9framework17master_test_suiteEv": 22693, + ".L2002": 22711, + ".L2006": 22722, + "_ZN5boost9unit_test9framework4impl29master_test_suite_name_setterC2ENS0_13basic_cstringIKcEE": 22727, + "_ZN5boost9unit_test9framework23current_auto_test_suiteEPNS0_10test_suiteEb": 22757, + ".L2009": 22779, + ".L2010": 22789, + ".L2011": 22799, + "_ZN5boost9unit_test9framework17current_test_caseEv": 22808, + "_ZN5boost9unit_test9framework17current_test_unitEv": 22817, + "_ZN5boost9unit_test9framework20current_test_case_idEv": 22833, + ".LC249": 22840, + "_ZN5boost9unit_test9framework3getEmNS0_14test_unit_typeE": 22842, + ".L2020": 22876, + ".L2024": 22886, + "_ZN5boost9unit_test9framework24register_observer_helperC2ERNS0_13test_observerE": 22890, + "_ZN5boost9unit_test9framework24register_observer_helperD2Ev": 22905, + ".L2028": 22918, + "_ZN5boost9unit_test9framework24register_observer_helper14deregister_obsEv": 22922, + "_ZN5boost9unit_test9framework24register_observer_helper12register_obsEv": 22936, + "_ZN5boost9unit_test13test_observerC2Ev": 22950, + "_ZN5boost9unit_test25framework_init_observer_tC2Ev": 22960, + ".LC250": 22974, + ".LC251": 22976, + ".LC252": 22978, + "_ZN5boost9unit_test9framework3runEmb": 22980, + ".L2034": 23000, + ".L2036": 23043, + ".L2037": 23049, + ".L2035": 23058, + ".L2038": 23069, + ".L2039": 23072, + ".L2040": 23074, + ".L2052": 23131, + ".L2044": 23153, + ".L2045": 23155, + ".L2049": 23176, + ".L2048": 23231, + ".L2047": 23238, + ".L2086": 23242, + ".L2046": 23245, + ".L2050": 23262, + ".L2051": 23264, + ".L2041": 23266, + ".L2062": 23338, + ".L2056": 23360, + ".L2057": 23362, + ".L2059": 23383, + ".L2058": 23419, + ".L2060": 23436, + ".L2061": 23438, + ".L2054": 23440, + ".L2065": 23470, + ".L2114": 23523, + ".L2066": 23525, + ".L2053": 23539, + ".L2074": 23595, + ".L2070": 23617, + ".L2071": 23619, + ".L2073": 23656, + ".L2067": 23678, + ".L2075": 23692, + ".L2076": 23694, + ".L2077": 23710, + ".L2081": 23734, + ".L2082": 23741, + ".L2083": 23746, + ".L2085": 23763, + ".L2091": 23782, + ".L2092": 23788, + ".L2093": 23794, + ".L2089": 23800, + ".L2084": 23816, + ".L2096": 23822, + ".L2079": 23828, + ".L2113": 23835, + "_ZN5boost9unit_test9framework3runEPKNS0_9test_unitEb": 23843, + "_ZN5boost9unit_test9framework16assertion_resultENS0_16assertion_resultE": 23864, + ".L2125": 23908, + ".L2119": 23930, + ".L2120": 23932, + ".L2122": 23953, + ".L2121": 23967, + ".L2123": 23984, + ".L2126": 23987, + "_ZN5boost9unit_test9framework16exception_caughtERKNS_19execution_exceptionE": 23991, + ".L2136": 24035, + ".L2130": 24057, + ".L2131": 24059, + ".L2133": 24080, + ".L2132": 24094, + ".L2134": 24111, + ".L2137": 24114, + "_ZN5boost9unit_test9framework17test_unit_abortedERKNS0_9test_unitE": 24118, + ".L2147": 24162, + ".L2141": 24184, + ".L2142": 24186, + ".L2144": 24207, + ".L2143": 24221, + ".L2145": 24238, + ".L2148": 24241, + "_ZN5boost9unit_test9framework12test_abortedEv": 24245, + ".L2158": 24288, + ".L2152": 24310, + ".L2153": 24312, + ".L2155": 24333, + ".L2154": 24345, + ".L2156": 24362, + ".L2159": 24365, + "_ZN5boost16exception_detail10type_info_C2ERKSt9type_info": 24369, + "_ZN5boost16exception_detailltERKNS0_10type_info_ES3_": 24380, + "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_15throw_function_EPKcEEE3getERKNS_9exceptionE": 24398, + ".L2164": 24409, + ".L2166": 24411, + "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_11throw_file_EPKcEEE3getERKNS_9exceptionE": 24414, + ".L2168": 24425, + ".L2170": 24427, + "_ZN5boost16exception_detail8get_infoINS_10error_infoINS_11throw_line_EiEEE3getERKNS_9exceptionE": 24430, + ".L2172": 24441, + ".L2174": 24443, + "_ZSt4setwi": 24446, + "_ZN5boost16exception_detail20error_info_containerC2Ev": 24453, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13_Rb_tree_implISC_Lb1EED2Ev": 24463, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EEC2Ev": 24474, + "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEEC2Ev": 24485, + "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEED2Ev": 24496, + "_ZN5boost16exception_detail25error_info_container_implC1Ev": 24507, + "_ZN5boost16exception_detail25error_info_container_implD1Ev": 24531, + ".LC253": 24553, + ".LC254": 24555, + ".LC255": 24557, + "_ZN5boost16exception_detail25error_info_container_impl3setERKNS_10shared_ptrINS0_15error_info_baseEEERKNS0_10type_info_E": 24559, + ".L2185": 24576, + "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEED2Ev": 24595, + ".LC256": 24607, + ".LC257": 24609, + "_ZNK5boost16exception_detail25error_info_container_impl3getERKNS0_10type_info_E": 24611, + ".L2189": 24663, + ".L2194": 24665, + ".L2191": 24671, + ".L2188": 24678, + ".L2193": 24682, + "_ZNK5boost16exception_detail25error_info_container_impl22diagnostic_informationEPKc": 24687, + ".L2198": 24714, + ".L2197": 24749, + ".L2196": 24767, + ".L2201": 24779, + ".L2204": 24786, + "_ZNK5boost16exception_detail25error_info_container_impl7add_refEv": 24790, + "_ZNK5boost16exception_detail25error_info_container_impl7releaseEv": 24802, + ".L2207": 24820, + ".L2209": 24830, + ".L2208": 24832, + "_ZNSt4pairIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEED2Ev": 24835, + "_ZNK5boost16exception_detail25error_info_container_impl5cloneEv": 24847, + ".L2213": 24878, + ".L2216": 24933, + ".L2217": 24939, + ".L2221": 24946, + "_ZN5boost16exception_detail19get_boost_exceptionEPKNS_9exceptionE": 24952, + "_ZN5boost16exception_detail17get_std_exceptionEz": 24959, + ".LC258": 24965, + ".LC259": 24967, + ".LC260": 24969, + "_ZN5boost16exception_detail26get_diagnostic_informationERKNS_9exceptionEPKc": 24971, + ".L2227": 24998, + ".L2228": 25015, + ".L2229": 25017, + ".L2232": 25025, + ".LC261": 25032, + ".LC262": 25034, + ".LC263": 25036, + ".LC264": 25038, + ".LC265": 25040, + ".LC266": 25042, + ".LC267": 25044, + "_ZN5boost16exception_detail27diagnostic_information_implB5cxx11EPKNS_9exceptionEPKSt9exceptionbb": 25046, + ".L2234": 25076, + ".L2237": 25088, + ".L2238": 25090, + ".L2236": 25092, + ".L2240": 25104, + ".L2241": 25106, + ".L2239": 25108, + ".L2243": 25133, + ".L2244": 25135, + ".L2242": 25152, + ".L2246": 25183, + ".L2248": 25211, + ".L2249": 25229, + ".L2250": 25234, + ".L2245": 25239, + ".L2253": 25268, + ".L2252": 25270, + ".L2256": 25281, + ".L2255": 25283, + ".L2251": 25308, + ".L2259": 25325, + ".L2260": 25327, + ".L2258": 25334, + ".L2261": 25374, + ".L2262": 25380, + ".L2267": 25405, + ".L2268": 25411, + ".L2269": 25427, + ".L2233": 25434, + "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcPA1_13__va_list_tag": 25439, + "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKNS_9exceptionEPKcz": 25487, + ".L2283": 25507, + "_ZN5boost6detailL12report_errorENS_19execution_exception10error_codeEPKcz": 25523, + ".L2286": 25543, + "_ZN5boost6detail16fpe_except_guardC2Ej": 25559, + ".L2289": 25581, + "_ZN5boost6detail16fpe_except_guardD2Ev": 25585, + ".L2291": 25598, + ".L2293": 25607, + "_ZN5boost6detail23system_signal_exceptionC2Ev": 25611, + "_ZN5boost6detail23system_signal_exceptionclEP9siginfo_tPv": 25622, + ".LC268": 25637, + ".LC269": 25639, + ".LC270": 25641, + ".LC271": 25643, + ".LC272": 25645, + ".LC273": 25647, + ".LC274": 25649, + ".LC275": 25651, + ".LC276": 25653, + ".LC277": 25655, + ".LC278": 25657, + ".LC279": 25659, + ".LC280": 25661, + ".LC281": 25663, + ".LC282": 25665, + ".LC283": 25667, + ".LC284": 25669, + ".LC285": 25671, + ".LC286": 25673, + ".LC287": 25675, + ".LC288": 25677, + ".LC289": 25679, + ".LC290": 25681, + ".LC291": 25683, + ".LC292": 25685, + ".LC293": 25687, + ".LC294": 25689, + ".LC295": 25691, + ".LC296": 25693, + ".LC297": 25695, + ".LC298": 25697, + ".LC299": 25699, + ".LC300": 25701, + ".LC301": 25703, + ".LC302": 25705, + ".LC303": 25707, + ".LC304": 25709, + ".LC305": 25711, + "_ZNK5boost6detail23system_signal_exception6reportEv": 25713, + ".L2301": 25731, + ".L2300": 25737, + ".L2302": 25750, + ".L2303": 25756, + ".L2305": 25762, + ".L2304": 25768, + ".L2357": 25774, + ".L2306": 25776, + ".L2309": 25786, + ".L2315": 25813, + ".L2318": 25822, + ".L2325": 25832, + ".L2322": 25842, + ".L2320": 25852, + ".L2317": 25862, + ".L2324": 25872, + ".L2323": 25882, + ".L2321": 25892, + ".L2319": 25902, + ".L2316": 25912, + ".L2326": 25927, + ".L2312": 25929, + ".L2329": 25938, + ".L2336": 25948, + ".L2335": 25958, + ".L2334": 25968, + ".L2333": 25978, + ".L2332": 25988, + ".L2331": 25998, + ".L2330": 26008, + ".L2328": 26018, + ".L2327": 26028, + ".L2337": 26043, + ".L2311": 26045, + ".L2338": 26054, + ".L2339": 26064, + ".L2355": 26074, + ".L2341": 26089, + ".L2313": 26091, + ".L2344": 26104, + ".L2345": 26114, + ".L2342": 26124, + ".L2343": 26134, + ".L2346": 26149, + ".L2308": 26151, + ".L2349": 26160, + ".L2353": 26167, + ".L2352": 26177, + ".L2351": 26187, + ".L2350": 26197, + ".L2348": 26207, + ".L2347": 26217, + ".L2354": 26232, + ".L2314": 26234, + ".L2310": 26240, + ".L2307": 26246, + ".L2356": 26256, + ".L2296": 26258, + "_ZN5boost6detail13signal_actionC2Ev": 26261, + ".LC306": 26270, + "_ZN5boost6detail13signal_actionC2EibbPc": 26272, + ".L2362": 26316, + ".L2363": 26325, + ".L2364": 26329, + ".L2365": 26340, + ".L2366": 26342, + ".L2367": 26360, + ".L2368": 26369, + ".L2369": 26390, + ".L2359": 26392, + "_ZN5boost6detail13signal_actionD2Ev": 26395, + ".L2372": 26412, + ".LC307": 26416, + ".LC308": 26418, + ".LC309": 26420, + "_ZN5boost6detail14signal_handler11jump_bufferEv": 26422, + ".L2374": 26433, + ".LC310": 26438, + "_ZN5boost6detail14signal_handler7sys_sigEv": 26440, + ".L2377": 26451, + "_ZN5boost6detail14signal_handler16s_active_handlerE": 26456, + "_ZN5boost6detail14signal_handlerC2EbbmbPc": 26458, + ".L2381": 26573, + ".L2382": 26581, + ".L2380": 26590, + ".L2384": 26613, + ".L2387": 26644, + ".L2388": 26651, + ".L2389": 26658, + ".L2390": 26669, + ".L2391": 26676, + ".L2392": 26683, + ".L2400": 26691, + ".LC312": 26696, + ".LC313": 26698, + ".LC314": 26700, + ".LC315": 26702, + ".LC316": 26704, + "_ZN5boost6detail14signal_handlerD2Ev": 26706, + ".L2402": 26720, + ".L2403": 26727, + ".L2404": 26774, + "boost_execution_monitor_jumping_signal_handler": 26814, + "boost_execution_monitor_attaching_signal_handler": 26834, + ".L2407": 26852, + ".L2409": 26868, + "_ZN5boost17execution_monitor13catch_signalsERKNS_8functionIFivEEE": 26872, + ".L2411": 26897, + ".L2412": 26899, + ".L2413": 26909, + ".L2414": 26918, + ".L2415": 26924, + ".L2416": 26949, + ".L2417": 26952, + ".L2418": 26954, + ".L2420": 26989, + ".L2425": 27000, + "_ZN5boost17execution_monitorC2Ev": 27008, + ".LC317": 27049, + ".LC318": 27051, + ".LC319": 27053, + ".LC320": 27055, + ".LC321": 27057, + ".LC322": 27059, + "_ZN5boost17execution_monitor7executeERKNS_8functionIFivEEE": 27061, + ".L2428": 27074, + ".L2455": 27096, + ".L2429": 27097, + ".L2431": 27108, + ".L2434": 27113, + ".L2454": 27136, + ".L2453": 27148, + ".L2452": 27162, + ".L2451": 27188, + ".L2450": 27222, + ".L2449": 27256, + ".L2448": 27290, + ".L2447": 27324, + ".L2446": 27358, + ".L2445": 27392, + ".L2444": 27426, + ".L2443": 27460, + ".L2442": 27494, + ".L2441": 27528, + ".L2440": 27562, + ".L2439": 27596, + ".L2438": 27630, + ".L2437": 27664, + ".L2436": 27683, + ".L2435": 27692, + ".L2433": 27699, + ".L2432": 27704, + ".L2459": 27729, + ".L2461": 27740, + ".L2463": 27751, + ".L2465": 27762, + ".L2467": 27773, + ".L2469": 27784, + ".L2471": 27795, + ".L2473": 27806, + ".L2475": 27817, + ".L2477": 27828, + ".L2479": 27839, + ".L2481": 27850, + ".L2483": 27861, + ".L2485": 27872, + ".L2487": 27883, + ".L2530": 27908, + "_ZN5boost6detail7forwardC2ERKNS_8functionIFvvEEE": 27915, + "_ZN5boost6detail7forwardclEv": 27926, + "_ZN5boost8functionIFivEED2Ev": 27938, + "_ZN5boost17execution_monitor8vexecuteERKNS_8functionIFvvEEE": 27949, + ".L2538": 27983, + "_ZN5boost12system_errorC2EPKc": 27987, + "_ZN5boost19execution_exception8locationC2ERKS1_": 28004, + ".LC323": 28029, + "_ZN5boost19execution_exceptionC2ENS0_10error_codeENS_9unit_test13basic_cstringIKcEERKNS0_8locationE": 28031, + ".L2542": 28054, + ".L2543": 28061, + ".LC324": 28071, + "_ZN5boost19execution_exception8locationC2EPKcmS3_": 28073, + ".L2545": 28086, + ".L2546": 28088, + "_ZN5boost19execution_exception8locationC2ENS_9unit_test13basic_cstringIKcEEmPS4_": 28104, + "_ZN5boost3fpe6enableEj": 28129, + ".L2549": 28145, + ".L2552": 28147, + "_ZN5boost3fpe7disableEj": 28151, + ".L2554": 28167, + ".L2557": 28169, + "_ZN5boost9unit_test16results_reporter6formatC2Ev": 28173, + "_ZN5boost9unit_test6output22plain_report_formatterC2Ev": 28183, + ".LC325": 28201, + ".LC326": 28203, + "_ZN5boost9unit_test6output12_GLOBAL__N_116print_stat_valueERSommmNS0_13basic_cstringIKcEES6_": 28205, + ".L2564": 28247, + ".L2565": 28249, + ".L2563": 28273, + ".L2566": 28310, + ".L2567": 28312, + ".L2568": 28320, + ".L2560": 28322, + "_ZN5boost9unit_test6output22plain_report_formatter20results_report_startERSo": 28325, + "_ZN5boost9unit_test6output22plain_report_formatter21results_report_finishERSo": 28350, + ".LC327": 28362, + ".LC328": 28364, + ".LC329": 28366, + ".LC330": 28368, + ".LC331": 28370, + ".LC332": 28372, + ".LC333": 28374, + ".LC334": 28376, + ".LC335": 28378, + ".LC336": 28380, + ".LC337": 28382, + ".LC338": 28384, + ".LC339": 28386, + ".LC340": 28388, + ".LC341": 28390, + ".LC342": 28392, + "_ZN5boost9unit_test6output22plain_report_formatter22test_unit_report_startERKNS0_9test_unitERSo": 28394, + ".L2572": 28426, + ".L2574": 28439, + ".L2575": 28452, + ".L2576": 28465, + ".L2573": 28470, + ".L2577": 28539, + ".L2579": 28593, + ".L2580": 28596, + ".L2581": 28598, + ".L2582": 28605, + ".L2571": 28903, + "_ZN5boost9unit_test6output22plain_report_formatter23test_unit_report_finishERKNS0_9test_unitERSo": 28909, + ".LC343": 28923, + ".LC344": 28925, + ".LC345": 28927, + ".LC346": 28929, + ".LC347": 28931, + ".LC348": 28933, + ".LC349": 28935, + ".LC350": 28937, + ".LC351": 28939, + ".LC352": 28941, + ".LC353": 28943, + ".LC354": 28945, + ".LC355": 28947, + ".LC356": 28949, + ".LC357": 28951, + "_ZN5boost9unit_test6output22plain_report_formatter22do_confirmation_reportERKNS0_9test_unitERSo": 28953, + ".L2587": 28995, + ".L2589": 29054, + ".L2591": 29102, + ".L2592": 29148, + ".L2594": 29199, + ".L2593": 29202, + ".L2595": 29225, + ".L2596": 29227, + ".L2598": 29266, + ".L2599": 29268, + ".L2597": 29275, + ".L2590": 29312, + ".L2603": 29351, + ".L2586": 29358, + ".LC358": 29362, + ".LC359": 29364, + "_ZN5boost9unit_test16progress_displayC2EmRSo": 29366, + ".L2617": 29402, + "_ZN5boost9unit_test16progress_displaypLEm": 29406, + ".L2619": 29429, + ".L2621": 29437, + ".L2622": 29445, + ".L2623": 29453, + ".L2624": 29461, + ".L2626": 29468, + ".L2625": 29489, + ".L2627": 29498, + ".L2628": 29506, + ".L2629": 29517, + ".L2630": 29525, + ".L2631": 29531, + ".L2632": 29537, + ".L2634": 29555, + ".L2633": 29561, + ".L2620": 29564, + "_ZN5boost9unit_test16progress_displayppEv": 29567, + "_ZNK5boost9unit_test16progress_display5countEv": 29578, + "_ZN5boost9unit_test12_GLOBAL__N_121progress_monitor_implC2Ev": 29586, + "_ZN5boost9unit_test12_GLOBAL__N_121progress_monitor_implD2Ev": 29603, + "_ZN5boost9unit_test12_GLOBAL__N_19s_pm_implEv": 29615, + ".L2642": 29637, + "_ZZN5boost9unit_test18progress_monitor_t8instanceEvE8the_inst": 29641, + "_ZN5boost9unit_test18progress_monitor_t8instanceEv": 29643, + ".L2645": 29663, + "_ZN5boost9unit_test18progress_monitor_t10test_startEmm": 29667, + ".L2649": 29725, + ".L2652": 29732, + "_ZN5boost9unit_test18progress_monitor_t12test_abortedEv": 29738, + ".L2656": 29782, + "_ZN5boost9unit_test18progress_monitor_t16test_unit_finishERKNS0_9test_unitEm": 29786, + ".L2658": 29817, + ".L2661": 29829, + "_ZN5boost9unit_test18progress_monitor_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE": 29833, + ".L2664": 29889, + ".L2667": 29896, + "_ZN5boost9unit_test18progress_monitor_t10set_streamERSo": 29900, + "_ZN5boost9unit_test12test_resultsC2Ev": 29912, + "_ZNK5boost9unit_test12test_results6passedEv": 29986, + ".L2671": 30038, + ".L2672": 30040, + "_ZNK5boost9unit_test12test_results7abortedEv": 30044, + "_ZNK5boost9unit_test12test_results7skippedEv": 30056, + "_ZNK5boost9unit_test12test_results11result_codeEv": 30068, + ".L2679": 30081, + ".L2681": 30115, + ".L2682": 30118, + ".L2684": 30120, + "_ZN5boost9unit_test12test_resultspLERKS1_": 30124, + "_ZN5boost9unit_test12test_results5clearEv": 30252, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE13_Rb_tree_implIS9_Lb1EED2Ev": 30291, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EEC2Ev": 30302, + "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEC2Ev": 30313, + "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEED2Ev": 30324, + "_ZN5boost9unit_test12_GLOBAL__N_122results_collector_implC2Ev": 30335, + "_ZN5boost9unit_test12_GLOBAL__N_122results_collector_implD2Ev": 30346, + "_ZN5boost9unit_test12_GLOBAL__N_19s_rc_implEv": 30357, + ".L2694": 30379, + "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultC2ERNS1_22results_collector_implE": 30383, + "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_result5visitERKNS0_9test_unitE": 30401, + ".L2698": 30438, + "_ZZN5boost9unit_test19results_collector_t8instanceEvE8the_inst": 30443, + "_ZN5boost9unit_test19results_collector_t8instanceEv": 30445, + ".L2701": 30465, + "_ZN5boost9unit_test19results_collector_t10test_startEmm": 30469, + ".L2706": 30500, + "_ZN5boost9unit_test19results_collector_t15test_unit_startERKNS0_9test_unitE": 30504, + "_ZN5boost9unit_test22results_collect_helperC2ERNS0_12test_resultsERKNS0_9test_unitE": 30535, + "_ZN5boost9unit_test22results_collect_helper5visitERKNS0_9test_caseE": 30557, + ".L2711": 30600, + ".L2710": 30607, + ".L2713": 30621, + ".L2714": 30635, + ".L2715": 30638, + ".L2716": 30640, + ".L2717": 30649, + ".L2718": 30662, + ".L2719": 30668, + "_ZN5boost9unit_test22results_collect_helper16test_suite_startERKNS0_10test_suiteE": 30673, + ".L2721": 30692, + ".L2723": 30733, + ".L2722": 30735, + ".LC361": 30739, + ".LC362": 30741, + ".LC363": 30743, + "_ZN5boost9unit_test19results_collector_t16test_unit_finishERKNS0_9test_unitEm": 30745, + ".L2725": 30783, + ".L2727": 30803, + ".L2728": 30806, + ".L2729": 30808, + ".L2730": 30879, + ".L2731": 30901, + ".L2732": 30904, + ".L2733": 30906, + ".L2726": 30977, + ".L2736": 30995, + ".L2737": 31001, + ".L2738": 31007, + ".L2739": 31013, + ".L2741": 31026, + ".L2742": 31032, + ".L2743": 31038, + ".L2744": 31044, + ".L2756": 31051, + "_ZN5boost9unit_test19results_collector_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE": 31055, + ".L2761": 31110, + "_ZN5boost9unit_test19results_collector_t19test_unit_timed_outERKNS0_9test_unitE": 31115, + "_ZN5boost9unit_test19results_collector_t16assertion_resultENS0_16assertion_resultE": 31138, + ".L2766": 31168, + ".L2764": 31175, + ".L2765": 31182, + ".L2768": 31193, + "_ZN5boost9unit_test19results_collector_t16exception_caughtERKNS_19execution_exceptionE": 31197, + ".L2771": 31226, + "_ZN5boost9unit_test19results_collector_t17test_unit_abortedERKNS0_9test_unitE": 31230, + "_ZNK5boost9unit_test19results_collector_t7resultsEm": 31251, + "_ZN5boost2io18ios_base_all_saverC2ERSt8ios_base": 31265, + "_ZN5boost2io18ios_base_all_saverD2Ev": 31292, + "_ZN5boost2io18ios_base_all_saver7restoreEv": 31303, + "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implC2Ev": 31332, + ".L2780": 31378, + ".L2783": 31385, + "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl5visitERKNS0_9test_caseE": 31391, + "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl16test_suite_startERKNS0_10test_suiteE": 31426, + ".L2786": 31466, + ".L2787": 31468, + ".L2788": 31473, + ".L2789": 31488, + "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_impl17test_suite_finishERKNS0_10test_suiteE": 31492, + "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_19s_rr_implEv": 31514, + ".L2792": 31539, + ".L2795": 31547, + ".L2797": 31551, + "_ZN5boost9unit_test16results_reporter9set_levelENS0_12report_levelE": 31556, + ".L2800": 31566, + "_ZN5boost9unit_test16results_reporter10set_streamERSo": 31570, + "_ZN5boost9unit_test16results_reporter10get_streamEv": 31604, + "_ZN5boost9unit_test6output20xml_report_formatterC2Ev": 31611, + "_ZN5boost9unit_test16results_reporter10set_formatENS0_13output_formatE": 31625, + ".L2806": 31642, + ".L2807": 31651, + "_ZN5boost9unit_test16results_reporter10set_formatEPNS1_6formatE": 31656, + ".L2810": 31669, + "_ZN5boost9unit_test16results_reporter11make_reportENS0_12report_levelEm": 31673, + ".L2812": 31687, + ".L2815": 31699, + ".L2816": 31734, + ".L2820": 31753, + ".L2822": 31762, + ".L2819": 31764, + ".L2821": 31782, + ".L2811": 31784, + "_ZN5boost9unit_test25framework_init_observer_t5clearEv": 31791, + "_ZN5boost9unit_test25framework_init_observer_t10test_startEmm": 31800, + "_ZN5boost9unit_test25framework_init_observer_t16assertion_resultENS0_16assertion_resultE": 31813, + ".L2828": 31824, + ".L2827": 31826, + "_ZN5boost9unit_test25framework_init_observer_t16exception_caughtERKNS_19execution_exceptionE": 31830, + "_ZN5boost9unit_test25framework_init_observer_t12test_abortedEv": 31840, + "_ZNK5boost9unit_test25framework_init_observer_t10has_failedEv": 31849, + "_ZN5boost10test_tools9tt_detail10dummy_condEv": 31857, + "_ZN5boost9unit_test12lazy_ostream4instE": 31863, + "_ZN5boost10test_tools9tt_detail15print_log_valueIbEclERSob": 31865, + "_ZN5boost10test_tools9tt_detail15print_log_valueIcEclERSoc": 31885, + ".L2837": 31912, + ".L2839": 31925, + "_ZN5boost10test_tools9tt_detail15print_log_valueIhEclERSoh": 31929, + ".LC364": 31952, + "_ZN5boost10test_tools9tt_detail15print_log_valueIPKcEclERSoS4_": 31954, + ".L2842": 31965, + ".L2843": 31967, + ".LC365": 31975, + "_ZN5boost10test_tools9tt_detail15print_log_valueIPKwEclERSoS4_": 31977, + ".L2845": 31992, + ".L2847": 31997, + ".LC366": 32001, + ".LC367": 32003, + ".LC368": 32005, + ".LC369": 32007, + ".LC370": 32009, + ".LC371": 32011, + "_ZN5boost10test_tools9tt_detailL9check_strE": 32013, + "_ZN5boost10test_tools9tt_detailL9rever_strE": 32020, + ".LC372": 32027, + ".LC373": 32029, + ".LC374": 32031, + ".LC375": 32033, + ".LC376": 32035, + ".LC377": 32037, + "_ZN5boost10test_tools9tt_detail16report_assertionERKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS5_13basic_cstringIKcEEmNS1_10tool_levelENS1_10check_typeEmz": 32039, + ".L2865": 32060, + ".L2850": 32068, + ".L2852": 32076, + ".L2853": 32091, + ".L2856": 32096, + ".L2857": 32101, + ".L2855": 32106, + ".L2854": 32111, + ".L2858": 32114, + ".L2859": 32175, + ".L2862": 32180, + ".L2863": 32185, + ".L2861": 32190, + ".L2860": 32199, + ".L2864": 32201, + ".LC378": 32205, + "_ZN5boost10test_tools9tt_detail23format_assertion_resultENS_9unit_test13basic_cstringIKcEES5_": 32207, + ".L2867": 32242, + ".L2868": 32244, + ".L2869": 32263, + ".L2871": 32291, + ".L2872": 32300, + ".L2870": 32311, + ".L2877": 32335, + ".LC379": 32341, + ".LC380": 32343, + "_ZN5boost10test_tools9tt_detail18prod_report_formatB5cxx11ERKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS1_10check_typeEmz": 32345, + ".L2883": 32366, + ".L2884": 32409, + "_ZN5boost10test_tools9tt_detail10equal_implEPKcS3_": 32414, + ".L2886": 32434, + ".L2887": 32439, + "_ZN5boost10test_tools9tt_detail10equal_implEPKwS3_": 32447, + ".L2890": 32467, + ".L2891": 32472, + "_ZN5boost10test_tools9tt_detail15is_defined_implENS_9unit_test13basic_cstringIKcEES5_": 32480, + "_ZN5boost10test_tools9tt_detail13context_frameC2ERKNS_9unit_test12lazy_ostreamE": 32497, + "_ZN5boost10test_tools9tt_detail13context_frameD2Ev": 32512, + "_ZN5boost10test_tools9tt_detail13context_framecvbEv": 32524, + "_ZN5boost10test_tools18output_test_stream4Impl8get_charEv": 32531, + ".L2903": 32537, + ".L2900": 32566, + ".L2901": 32568, + ".L2902": 32572, + ".LC381": 32576, + "_ZN5boost10test_tools18output_test_stream4Impl14check_and_fillERNS0_16assertion_resultE": 32578, + ".L2907": 32607, + "_ZN5boost10test_tools18output_test_stream4ImplC2Ev": 32611, + ".LC382": 32626, + ".LC383": 32628, + ".LC384": 32630, + ".LC385": 32632, + "_ZN5boost10test_tools18output_test_streamC2ENS_9unit_test13basic_cstringIKcEEbb": 32634, + ".L2911": 32685, + ".L2912": 32687, + ".L2913": 32697, + ".L2915": 32760, + ".L2916": 32762, + ".L2910": 32788, + ".L2920": 32810, + ".L2921": 32816, + ".L2922": 32822, + ".L2923": 32828, + ".L2918": 32834, + ".L2931": 32844, + "_ZN5boost10test_tools18output_test_streamC1ENS_9unit_test13basic_cstringIKcEEbb": 32850, + ".L2934": 32894, + ".L2935": 32896, + ".L2936": 32906, + ".L2938": 32969, + ".L2939": 32971, + ".L2933": 32997, + ".L2943": 33019, + ".L2944": 33025, + ".L2945": 33031, + ".L2946": 33037, + ".L2941": 33043, + ".L2947": 33051, + ".L2956": 33059, + "_ZN5boost10test_tools18output_test_stream4ImplD2Ev": 33065, + "_ZN5boost10test_tools18output_test_streamD2Ev": 33080, + ".L2959": 33110, + "_ZN5boost10test_tools18output_test_streamD1Ev": 33121, + ".L2961": 33143, + "_ZTv0_n24_N5boost10test_tools18output_test_streamD1Ev": 33157, + "_ZN5boost10test_tools18output_test_streamD0Ev": 33161, + "_ZTv0_n24_N5boost10test_tools18output_test_streamD0Ev": 33175, + "_ZN5boost10test_tools18output_test_stream8is_emptyEb": 33179, + ".L2968": 33224, + "_ZN5boost10test_tools18output_test_stream12check_lengthEmb": 33230, + ".L2974": 33278, + "_ZN5boost10test_tools18output_test_stream8is_equalENS_9unit_test13basic_cstringIKcEEb": 33284, + ".L2980": 33337, + "__tcf_2": 33343, + ".L2983": 33350, + ".L2981": 33357, + "__tcf_3": 33361, + ".L2986": 33368, + ".L2984": 33375, + ".LC386": 33379, + ".LC387": 33381, + ".LC388": 33383, + "_ZN5boost10test_tools16pretty_print_logENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 33385, + ".L2988": 33439, + ".L2989": 33484, + ".L2992": 33513, + ".L2995": 33520, + ".L2994": 33527, + ".L2996": 33533, + ".L2998": 33546, + ".L3001": 33553, + ".L3000": 33560, + ".L3002": 33566, + ".L3009": 33577, + "_ZNSt12_Vector_baseIcSaIcEE12_Vector_implD2Ev": 33586, + "_ZNSt12_Vector_baseIcSaIcEEC2Ev": 33597, + "_ZNSt6vectorIcSaIcEEC2Ev": 33608, + ".LC389": 33619, + ".LC390": 33621, + ".LC391": 33623, + ".LC392": 33625, + ".LC393": 33627, + ".LC394": 33629, + ".LC395": 33631, + ".LC396": 33633, + ".LC397": 33635, + ".LC398": 33637, + ".LC399": 33639, + ".LC400": 33641, + "_ZN5boost10test_tools18output_test_stream13match_patternEb": 33643, + ".L3014": 33692, + ".L3059": 33703, + ".L3018": 33734, + ".L3019": 33751, + ".L3020": 33782, + ".L3021": 33784, + ".L3024": 34046, + ".L3023": 34105, + ".L3030": 34115, + ".L3026": 34139, + ".L3027": 34142, + ".L3028": 34144, + ".L3121": 34186, + ".L3025": 34188, + ".L3040": 34194, + ".L3039": 34204, + ".L3037": 34234, + ".L3123": 34261, + ".L3034": 34263, + ".L3038": 34273, + ".L3122": 34276, + ".L3032": 34278, + ".L3031": 34281, + ".L3042": 34289, + ".L3041": 34308, + ".L3046": 34319, + ".L3045": 34408, + ".L3044": 34419, + ".L3043": 34430, + ".L3047": 34444, + ".L3048": 34460, + ".L3051": 34462, + ".L3050": 34499, + ".L3049": 34515, + ".L3052": 34523, + ".L3053": 34525, + ".L3054": 34533, + ".L3055": 34535, + ".L3056": 34543, + ".L3057": 34545, + ".L3022": 34551, + ".L3017": 34556, + ".L3016": 34561, + ".L3015": 34581, + ".L3124": 34587, + ".L3063": 34599, + ".L3064": 34605, + ".L3065": 34611, + ".L3066": 34617, + ".L3067": 34623, + ".L3071": 34639, + ".L3072": 34645, + ".L3075": 34656, + ".L3076": 34662, + ".L3078": 34673, + ".L3079": 34679, + ".L3082": 34690, + ".L3084": 34701, + ".L3085": 34710, + ".L3080": 34716, + ".L3073": 34722, + ".L3087": 34728, + ".L3068": 34734, + ".L3088": 34740, + ".L3089": 34746, + ".L3090": 34752, + ".L3120": 34759, + "_ZN5boost10test_tools18output_test_stream5flushEv": 34766, + ".L3128": 34798, + "_ZNK5boost10test_tools18output_test_stream32get_stream_string_representationB5cxx11Ev": 34802, + "_ZN5boost10test_tools18output_test_stream6lengthEv": 34818, + "_ZN5boost10test_tools18output_test_stream4syncEv": 34837, + "_ZN5boost9unit_test9test_unit19readonly_property66D2Ev": 34860, + "_ZN5boost9unit_test9test_unit19readonly_property64D2Ev": 34871, + "_ZN5boost9unit_test9test_unit19readonly_property69D2Ev": 34882, + "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED2Ev": 34893, + "_ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEED2Ev": 34904, + "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEED2Ev": 34915, + "_ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEED2Ev": 34926, + ".LC401": 34937, + "_ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEES4_mNS0_14test_unit_typeE": 34939, + ".L3142": 34959, + ".L3143": 34961, + ".L3145": 35069, + ".L3148": 35081, + ".L3149": 35088, + ".L3146": 35093, + ".L3150": 35100, + ".L3151": 35107, + ".L3159": 35115, + ".LC402": 35121, + "_ZN5boost9unit_test9test_unitC2ENS0_13basic_cstringIKcEE": 35123, + ".L3162": 35239, + ".L3165": 35251, + ".L3166": 35258, + ".L3163": 35263, + ".L3167": 35270, + ".L3168": 35277, + ".L3176": 35285, + "_ZN5boost9unit_test9test_unitD2Ev": 35291, + ".LC403": 35330, + "_ZN5boost9unit_test9test_unit10depends_onEPS1_": 35332, + ".L3179": 35360, + ".L3182": 35378, + "_ZN5boost9unit_test9test_unit16add_preconditionERKNS_8functionIFNS_10test_tools16assertion_resultEmEEE": 35382, + ".LC404": 35397, + ".LC405": 35399, + ".LC406": 35401, + ".LC407": 35403, + ".LC408": 35405, + ".LC409": 35407, + "_ZNK5boost9unit_test9test_unit19check_preconditionsEv": 35409, + ".L3199": 35463, + ".L3187": 35490, + ".L3188": 35492, + ".L3196": 35518, + ".L3190": 35576, + ".L3193": 35626, + ".L3194": 35628, + ".L3192": 35646, + ".L3195": 35700, + ".L3189": 35703, + ".L3197": 35725, + ".L3185": 35731, + ".L3216": 35779, + ".L3203": 35806, + ".L3204": 35808, + ".L3211": 35834, + ".L3208": 35881, + ".L3207": 35892, + ".L3209": 35894, + ".L3210": 35902, + ".L3206": 35905, + ".L3212": 35907, + ".L3205": 35913, + ".L3214": 35935, + ".L3201": 35941, + ".L3218": 35953, + ".L3220": 35966, + ".L3222": 35979, + ".L3224": 35992, + ".L3225": 35998, + ".L3184": 36005, + "_ZN5boost9unit_test9test_unit17increase_exp_failEm": 36010, + ".L3237": 36041, + "_ZNK5boost9unit_test9test_unit9full_nameB5cxx11Ev": 36045, + ".L3239": 36068, + ".L3240": 36071, + ".L3241": 36073, + ".L3242": 36086, + ".L3238": 36128, + "_ZN5boost9unit_test9test_unit9add_labelENS0_13basic_cstringIKcEE": 36133, + ".L3249": 36168, + ".L3252": 36175, + "_ZNK5boost9unit_test9test_unit9has_labelENS0_13basic_cstringIKcEE": 36179, + "_ZN5boost9unit_test9test_caseC2ENS0_13basic_cstringIKcEERKNS_8functionIFvvEEE": 36221, + ".L3257": 36263, + ".L3260": 36270, + "_ZN5boost9unit_test9test_caseC2ENS0_13basic_cstringIKcEES4_mRKNS_8functionIFvvEEE": 36274, + ".L3263": 36319, + ".L3266": 36326, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE13_Rb_tree_implIS6_Lb1EED2Ev": 36330, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EEC2Ev": 36341, + "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEEC2Ev": 36352, + "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE12_Vector_implD2Ev": 36363, + "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EEC2Ev": 36374, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EEC2Ev": 36385, + "_ZN5boost9unit_test10test_suiteC2ENS0_13basic_cstringIKcEES4_m": 36396, + ".L3278": 36483, + "_ZN5boost9unit_test10test_suiteC2ENS0_13basic_cstringIKcEE": 36487, + ".L3282": 36544, + "_ZN5boost9unit_test10test_suite3addEPNS0_9test_unitEmj": 36548, + ".L3284": 36595, + ".L3286": 36603, + "_ZN5boost9unit_test10test_suite3addERKNS0_19test_unit_generatorEj": 36608, + ".L3289": 36615, + ".L3290": 36635, + "_ZN5boost9unit_test10test_suite3addERKNS0_19test_unit_generatorERNS0_9decorator11collector_tE": 36639, + ".L3293": 36646, + ".L3292": 36670, + "_ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEED2Ev": 36677, + "_ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEED2Ev": 36689, + "_ZN5boost9unit_test10test_suite3addENS_10shared_ptrINS0_19test_unit_generatorEEERNS0_9decorator11collector_tE": 36704, + ".L3299": 36746, + "_ZN5boost9unit_test10test_suite8generateEv": 36750, + ".L3304": 36768, + ".L3303": 36776, + ".L3302": 36830, + ".L3301": 36835, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE13_Rb_tree_implIS9_Lb1EED2Ev": 36847, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EEC2Ev": 36858, + "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EEC2Ev": 36869, + "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EED2Ev": 36880, + ".LC410": 36891, + ".LC411": 36893, + "_ZN5boost9unit_test10test_suite30check_for_duplicate_test_casesEv": 36895, + ".L3312": 36924, + ".L3311": 37003, + ".L3334": 37011, + ".L3315": 37023, + ".L3316": 37029, + ".L3317": 37035, + ".L3318": 37041, + ".L3319": 37047, + ".L3320": 37053, + ".L3321": 37059, + ".L3322": 37065, + ".L3333": 37072, + "_ZN5boost9unit_test10test_suite6removeEm": 37076, + ".L3337": 37122, + "_ZNK5boost9unit_test10test_suite3getENS0_13basic_cstringIKcEE": 37127, + ".L3348": 37172, + ".L3341": 37194, + ".L3342": 37196, + ".L3346": 37217, + ".L3344": 37240, + ".L3343": 37243, + ".L3339": 37260, + ".L3345": 37262, + ".LC412": 37265, + "_ZN5boost9unit_test19master_test_suite_tC2Ev": 37267, + "_ZN5boost9unit_test18traverse_test_treeERKNS0_9test_caseERNS0_17test_tree_visitorEb": 37295, + ".L3351": 37310, + ".L3352": 37313, + ".L3353": 37315, + ".L3355": 37327, + "_ZN5boost9unit_test18traverse_test_treeERKNS0_10test_suiteERNS0_17test_tree_visitorEb": 37331, + ".L3357": 37353, + ".L3358": 37355, + ".L3365": 37376, + ".L3363": 37407, + ".L3362": 37410, + ".L3366": 37421, + ".L3367": 37424, + ".L3356": 37426, + "_ZN5boost9unit_test18traverse_test_treeEmRNS0_17test_tree_visitorEb": 37430, + ".L3369": 37457, + ".L3371": 37468, + "_ZZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEEE10to_replace": 37473, + "_ZN5boost9unit_test9ut_detail24normalize_test_case_nameB5cxx11ENS0_13basic_cstringIKcEE": 37475, + ".L3373": 37525, + ".L3374": 37539, + ".L3375": 37555, + ".L3377": 37557, + ".L3383": 37592, + "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2EPNS0_9test_caseERNS0_9decorator11collector_tEm": 37600, + ".LC413": 37628, + ".LC414": 37630, + ".LC415": 37632, + "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2ENS0_13basic_cstringIKcEES5_mRNS0_9decorator11collector_tE": 37634, + ".L3386": 37683, + ".L3388": 37715, + ".L3389": 37717, + ".L3387": 37722, + ".L3392": 37744, + "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2ERKNS0_19test_unit_generatorERNS0_9decorator11collector_tE": 37751, + "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2ENS_10shared_ptrINS0_19test_unit_generatorEEERNS0_9decorator11collector_tE": 37770, + ".L3397": 37803, + "_ZN5boost9unit_test9ut_detail24auto_test_unit_registrarC2Ei": 37807, + "_ZN5boost9unit_test14global_fixtureC2Ev": 37819, + ".L3402": 37846, + "_ZN5boost9unit_test14global_fixture25unregister_from_frameworkEv": 37850, + ".L3404": 37862, + "_ZN5boost9unit_test14global_fixtureD2Ev": 37868, + "_ZN5boost9unit_test14global_fixtureD0Ev": 37885, + "_ZN5boost9unit_test20global_configurationC2Ev": 37899, + ".L3410": 37926, + "_ZN5boost9unit_test20global_configuration25unregister_from_frameworkEv": 37930, + ".L3412": 37942, + "_ZN5boost9unit_test20global_configurationD2Ev": 37948, + "_ZN5boost9unit_test20global_configurationD0Ev": 37965, + "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsERKNS0_12lazy_ostreamE": 37979, + "_ZNK5boost9unit_test9ut_detail21entry_value_collectorlsENS0_13basic_cstringIKcEE": 37993, + "_ZN5boost9unit_test9ut_detail21entry_value_collectorD2Ev": 38014, + ".L3421": 38028, + "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEED2Ev": 38032, + "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEED2Ev": 38044, + "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC2EPNS0_23unit_test_log_formatterENS0_13output_formatEb": 38056, + ".L3427": 38121, + "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl6streamEv": 38127, + "_ZNK5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_impl13get_log_levelEv": 38135, + "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_Vector_implD2Ev": 38151, + "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EEC2Ev": 38162, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EEC2Ev": 38173, + "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_Vector_implD2Ev": 38184, + "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EEC2Ev": 38195, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EEC2Ev": 38206, + "_ZN5boost9unit_test14log_entry_dataD2Ev": 38217, + "_ZN5boost9unit_test19log_checkpoint_dataC2Ev": 38228, + "_ZN5boost9unit_test19log_checkpoint_dataD2Ev": 38243, + "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implD2Ev": 38255, + "_ZN5boost9unit_test6output17xml_log_formatterC2Ev": 38271, + ".L3445": 38295, + "_ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_implC2Ev": 38299, + ".L3448": 38401, + ".L3452": 38408, + ".L3453": 38415, + ".L3461": 38426, + "_ZNK5boost9unit_test12_GLOBAL__N_118unit_test_log_impl21has_entry_in_progressEv": 38432, + ".L3466": 38447, + ".L3464": 38466, + ".L3463": 38471, + ".L3465": 38473, + "_ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_impl14set_checkpointENS0_13basic_cstringIKcEEmS5_": 38476, + "_ZN5boost9unit_test12_GLOBAL__N_118unit_test_log_implD2Ev": 38508, + "_ZN5boost9unit_test12_GLOBAL__N_110s_log_implEv": 38531, + ".L3470": 38556, + ".L3473": 38564, + ".L3475": 38568, + "_ZN5boost9unit_test12_GLOBAL__N_117log_entry_contextENS0_9log_levelERNS1_30unit_test_log_data_helper_implE": 38573, + ".L3480": 38610, + ".L3479": 38650, + ".L3481": 38669, + ".L3476": 38671, + "_ZN5boost9unit_test12_GLOBAL__N_119clear_entry_contextEv": 38677, + "_ZZN5boost9unit_test15unit_test_log_t8instanceEvE8the_inst": 38685, + "_ZN5boost9unit_test15unit_test_log_t8instanceEv": 38687, + ".L3484": 38707, + "_ZN5boost9unit_test15unit_test_log_t9configureEv": 38711, + ".L3493": 38729, + ".L3488": 38751, + ".L3489": 38754, + ".L3490": 38756, + ".L3495": 38774, + ".L3492": 38776, + ".L3494": 38781, + "_ZN5boost9unit_test15unit_test_log_t10test_startEmm": 38786, + ".L3498": 38810, + ".L3499": 38868, + "_ZN5boost9unit_test15unit_test_log_t11test_finishEv": 38876, + ".L3502": 38894, + ".L3503": 38930, + ".LC416": 38937, + ".LC417": 38939, + "_ZN5boost9unit_test15unit_test_log_t12test_abortedEv": 38941, + ".L3507": 38989, + "_ZN5boost9unit_test15unit_test_log_t15test_unit_startERKNS0_9test_unitE": 38993, + ".L3509": 39011, + ".L3513": 39023, + ".L3515": 39061, + ".L3512": 39063, + ".L3514": 39068, + "_ZN5boost9unit_test15unit_test_log_t16test_unit_finishERKNS0_9test_unitEm": 39075, + ".L3517": 39098, + ".L3521": 39110, + ".L3523": 39149, + ".L3520": 39151, + ".L3522": 39156, + "_ZN5boost9unit_test15unit_test_log_t17test_unit_skippedERKNS0_9test_unitENS0_13basic_cstringIKcEE": 39163, + ".L3525": 39182, + ".L3529": 39194, + ".L3531": 39238, + ".L3528": 39240, + ".L3530": 39245, + "_ZN5boost9unit_test15unit_test_log_t17test_unit_abortedERKNS0_9test_unitE": 39252, + ".L3533": 39270, + ".L3537": 39282, + ".L3539": 39320, + ".L3536": 39322, + ".L3538": 39327, + "_ZN5boost9unit_test15unit_test_log_t19test_unit_timed_outERKNS0_9test_unitE": 39334, + ".L3541": 39352, + ".L3545": 39364, + ".L3547": 39402, + ".L3544": 39404, + ".L3546": 39409, + "_ZN5boost9unit_test15unit_test_log_t16exception_caughtERKNS_19execution_exceptionE": 39416, + ".L3550": 39437, + ".L3549": 39440, + ".L3552": 39442, + ".L3553": 39454, + ".L3556": 39466, + ".L3555": 39524, + ".L3554": 39529, + "_ZN5boost9unit_test15unit_test_log_t14set_checkpointENS0_13basic_cstringIKcEEmS4_": 39538, + "_ZN5boost9unit_test14set_unix_slashEc": 39569, + ".L3559": 39578, + ".L3561": 39580, + "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log5beginE": 39583, + ".L3563": 39601, + ".L3565": 39613, + ".L3564": 39636, + "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_3log3endE": 39682, + ".L3572": 39709, + ".L3571": 39738, + ".L3570": 39753, + ".L3568": 39760, + "_ZN5boost9unit_test15unit_test_log_tlsENS0_9log_levelE": 39768, + "_ZN5boost9unit_test15unit_test_log_tclENS0_9log_levelE": 39780, + "_ZN5boost9unit_test15log_entry_startERNS0_12_GLOBAL__N_130unit_test_log_data_helper_implE": 39798, + ".L3579": 39812, + ".L3583": 39821, + ".L3588": 39832, + ".L3587": 39852, + ".L3586": 39872, + ".L3585": 39892, + ".L3584": 39912, + ".L3582": 39932, + ".L3581": 39935, + ".L3580": 39939, + "_ZN5boost9unit_test15unit_test_log_tlsENS0_13basic_cstringIKcEE": 39946, + ".L3590": 39961, + ".L3594": 39973, + ".L3593": 40022, + ".L3592": 40027, + ".L3591": 40029, + "_ZN5boost9unit_test15unit_test_log_tlsERKNS0_12lazy_ostreamE": 40035, + ".L3596": 40050, + ".L3600": 40062, + ".L3599": 40106, + ".L3598": 40111, + ".L3597": 40113, + "_ZN5boost9unit_test15unit_test_log_t10set_streamERSo": 40119, + ".L3605": 40142, + ".L3606": 40179, + ".L3601": 40181, + "_ZN5boost9unit_test15unit_test_log_t10set_streamENS0_13output_formatERSo": 40187, + ".L3612": 40211, + ".L3611": 40249, + ".L3613": 40254, + ".L3607": 40256, + "_ZNK5boost9unit_test15unit_test_log_t10get_streamENS0_13output_formatE": 40262, + ".L3618": 40278, + ".L3616": 40297, + ".L3615": 40302, + ".L3617": 40304, + "_ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_9log_levelE": 40307, + ".L3620": 40320, + ".L3621": 40323, + ".L3622": 40325, + ".L3623": 40330, + ".L3626": 40342, + ".L3625": 40386, + ".L3627": 40388, + "_ZN5boost9unit_test15unit_test_log_t19set_threshold_levelENS0_13output_formatENS0_9log_levelE": 40391, + ".L3629": 40405, + ".L3630": 40408, + ".L3631": 40410, + ".L3632": 40415, + ".L3636": 40427, + ".L3635": 40465, + ".L3634": 40470, + ".L3633": 40472, + "_ZN5boost9unit_test15unit_test_log_t10set_formatENS0_13output_formatE": 40475, + ".L3641": 40496, + ".L3642": 40518, + ".L3637": 40520, + "_ZN5boost9unit_test15unit_test_log_t10add_formatENS0_13output_formatE": 40523, + ".L3648": 40544, + ".L3647": 40563, + ".L3649": 40568, + ".L3643": 40570, + "_ZN5boost9unit_test15unit_test_log_t13get_formatterENS0_13output_formatE": 40573, + ".L3654": 40589, + ".L3652": 40610, + ".L3651": 40615, + ".L3655": 40617, + "_ZN5boost9unit_test15unit_test_log_t13add_formatterEPNS0_23unit_test_log_formatterE": 40620, + ".L3659": 40637, + ".L3658": 40665, + ".L3657": 40670, + ".L3663": 40699, + "_ZN5boost9unit_test15unit_test_log_t13set_formatterEPNS0_23unit_test_log_formatterE": 40704, + ".L3672": 40728, + ".L3669": 40758, + ".L3670": 40761, + ".L3671": 40763, + ".L3668": 40783, + ".L3667": 40788, + ".L3673": 40810, + ".L3674": 40815, + ".L3664": 40817, + "_ZN5boost23basic_wrap_stringstreamIcED2Ev": 40820, + "_ZN5boost9unit_test23unit_test_log_formatter15log_entry_valueERSoRKNS0_12lazy_ostreamE": 40835, + ".L3679": 40887, + "_ZN5boost9unit_test23unit_test_log_formatter13set_log_levelENS0_9log_levelE": 40891, + "_ZNK5boost9unit_test23unit_test_log_formatter13get_log_levelEv": 40902, + "_ZN5boost9unit_test9ut_detail20hrf_content_reporterC2ERSo": 40910, + "_ZN5boost9unit_test9ut_detail20hrf_content_reporter16report_test_unitERKNS0_9test_unitE": 40930, + ".L3685": 40968, + ".L3686": 40970, + ".L3687": 40994, + "_ZN5boost9unit_test9ut_detail20hrf_content_reporter5visitERKNS0_9test_caseE": 41004, + "_ZN5boost9unit_test9ut_detail20hrf_content_reporter16test_suite_startERKNS0_10test_suiteE": 41018, + ".L3690": 41034, + "_ZN5boost9unit_test9ut_detail20hrf_content_reporter17test_suite_finishERKNS0_10test_suiteE": 41043, + "_ZN5boost9unit_test9ut_detail20dot_content_reporterC2ERSo": 41056, + ".LC418": 41074, + ".LC419": 41076, + ".LC420": 41078, + ".LC421": 41080, + ".LC422": 41082, + ".LC423": 41084, + ".LC424": 41086, + ".LC425": 41088, + ".LC426": 41090, + ".LC427": 41092, + ".LC428": 41094, + ".LC429": 41096, + ".LC430": 41098, + ".LC431": 41100, + ".LC432": 41102, + ".LC433": 41104, + ".LC434": 41106, + ".LC435": 41108, + "_ZN5boost9unit_test9ut_detail20dot_content_reporter16report_test_unitERKNS0_9test_unitE": 41110, + ".L3695": 41140, + ".L3696": 41142, + ".L3697": 41164, + ".L3698": 41166, + ".L3699": 41187, + ".L3701": 41240, + ".L3702": 41261, + ".L3712": 41323, + ".L3706": 41350, + ".L3707": 41352, + ".L3709": 41378, + ".L3708": 41393, + ".L3710": 41415, + ".L3703": 41421, + ".L3700": 41427, + ".L3713": 41458, + ".L3722": 41506, + ".L3716": 41533, + ".L3717": 41535, + ".L3719": 41561, + ".L3718": 41597, + ".L3720": 41619, + ".L3723": 41625, + "_ZN5boost9unit_test9ut_detail20dot_content_reporter5visitERKNS0_9test_caseE": 41630, + ".LC436": 41644, + ".LC437": 41646, + "_ZN5boost9unit_test9ut_detail20dot_content_reporter16test_suite_startERKNS0_10test_suiteE": 41648, + ".L3726": 41666, + ".LC438": 41681, + "_ZN5boost9unit_test9ut_detail20dot_content_reporter17test_suite_finishERKNS0_10test_suiteE": 41683, + ".L3730": 41706, + "_ZNK5boost9unit_test9ut_detail16labels_collector6labelsB5cxx11Ev": 41710, + "_ZN5boost9unit_test9ut_detail16labels_collector5visitERKNS0_9test_unitE": 41718, + ".LC439": 41751, + "_ZN5boost9unit_test9ut_detail25framework_shutdown_helperD2Ev": 41753, + ".L3739": 41769, + "_ZN5boost9unit_test9ut_detail16labels_collectorC2Ev": 41774, + ".LC440": 41792, + ".LC441": 41794, + ".LC442": 41796, + ".LC443": 41798, + ".LC444": 41800, + ".LC445": 41802, + ".LC446": 41804, + "_ZN5boost9unit_test14unit_test_mainEPFPNS0_10test_suiteEiPPcEiS4_": 41806, + ".L3742": 41848, + ".L3744": 41884, + ".L3745": 41904, + ".L3743": 41907, + ".L3747": 41969, + ".L3748": 41995, + ".L3749": 41997, + ".L3760": 41999, + ".L3746": 42001, + ".L3752": 42031, + ".L3758": 42045, + ".L3759": 42054, + ".L3757": 42079, + ".L3755": 42104, + ".L3756": 42129, + ".L3762": 42155, + ".L3775": 42162, + "main": 42169, + "_ZN5boost9unit_test19unit_test_monitor_tC2Ev": 42185, + "_ZN5boost9unit_test19unit_test_monitor_tD2Ev": 42196, + "_ZN5boost9unit_test19unit_test_monitor_t8instanceEv": 42207, + ".L3781": 42232, + ".L3784": 42240, + ".L3786": 42244, + "_ZN5boost9unit_test19unit_test_monitor_t21execute_and_translateERKNS_8functionIFvvEEEm": 42249, + ".L3788": 42307, + ".L3790": 42314, + ".L3794": 42341, + ".L3791": 42368, + ".L3798": 42371, + ".L3797": 42374, + ".L3796": 42377, + ".L3795": 42380, + ".L3793": 42383, + ".L3792": 42386, + ".L3799": 42388, + ".L3803": 42396, + "_ZNK5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE9interpretENS_9unit_test13basic_cstringIKcEESC_": 42400, + ".L3808": 42438, + "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES": 42443, + "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_YES": 42445, + "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y": 42447, + "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_Y": 42449, + "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO": 42451, + "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E4s_NO": 42453, + "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N": 42455, + "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E3s_N": 42457, + "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE": 42459, + "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_TRUE": 42461, + "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE": 42463, + "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E7s_FALSE": 42465, + "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one": 42467, + "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E5s_one": 42469, + "_ZZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero": 42471, + "_ZGVZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_E6s_zero": 42473, + ".LC447": 42475, + ".LC448": 42477, + ".LC449": 42479, + ".LC450": 42481, + ".LC451": 42483, + ".LC452": 42485, + ".LC453": 42487, + ".LC454": 42489, + ".LC455": 42491, + "_ZNK5boost7runtime17value_interpreterIbLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_": 42493, + ".L3810": 42519, + ".L3811": 42537, + ".L3812": 42555, + ".L3813": 42573, + ".L3814": 42591, + ".L3815": 42609, + ".L3816": 42627, + ".L3817": 42645, + ".L3818": 42723, + ".L3819": 42726, + ".L3820": 42728, + ".L3821": 42733, + ".L3823": 42798, + ".L3824": 42801, + ".L3825": 42803, + ".L3826": 42808, + ".L3828": 42839, + ".L3830": 42848, + ".L3832": 42857, + ".L3834": 42866, + ".L3836": 42875, + ".L3838": 42884, + ".L3840": 42893, + ".L3842": 42902, + ".L3844": 42912, + ".L3845": 42918, + ".L3857": 42925, + ".LC456": 42931, + "_ZN5boost7runtime24commandline_pretty_printERSoRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES9_": 42933, + ".L3862": 42943, + ".L3860": 43004, + ".L3859": 43026, + ".L3868": 43043, + ".LC457": 43047, + ".LC458": 43049, + ".LC459": 43051, + ".LC460": 43053, + "_ZN5boost7runtime16parameter_cla_idC2ENS_9unit_test13basic_cstringIKcEES5_S5_b": 43055, + ".L3870": 43175, + ".L3871": 43221, + ".L3879": 43290, + ".L3880": 43296, + ".L3881": 43302, + ".L3884": 43313, + ".L3885": 43319, + ".L3886": 43325, + ".L3888": 43336, + ".L3889": 43342, + ".L3890": 43348, + ".L3882": 43354, + ".L3877": 43359, + ".L3875": 43364, + ".L3907": 43371, + "_ZN5boost7runtime16parameter_cla_id17valid_prefix_charEc": 43378, + ".L3909": 43387, + ".L3910": 43390, + ".L3911": 43392, + "_ZN5boost7runtime16parameter_cla_id20valid_separator_charEc": 43395, + ".L3914": 43408, + ".L3915": 43411, + ".L3916": 43413, + "_ZN5boost7runtime16parameter_cla_id15valid_name_charEc": 43416, + ".L3919": 43433, + ".L3920": 43436, + ".L3921": 43438, + "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEED2Ev": 43441, + "_ZN5boost7runtime11basic_paramD2Ev": 43452, + "_ZN5boost7runtime11basic_paramD0Ev": 43491, + "_ZNK5boost7runtime11basic_param7cla_idsEv": 43505, + "_ZN5boost7runtime11basic_param10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_": 43513, + ".LC461": 43547, + ".LC462": 43549, + "_ZN5boost7runtime11basic_param5usageERSoNS_9unit_test13basic_cstringIKcEEb": 43551, + ".L3930": 43620, + ".L3947": 43664, + ".L3933": 43689, + ".L3934": 43691, + ".L3944": 43715, + ".L3938": 43761, + ".L3939": 43784, + ".L3940": 43807, + ".L3941": 43819, + ".L3942": 43826, + ".L3943": 43842, + ".L3957": 43851, + ".L3937": 43853, + ".L3935": 43856, + ".L3945": 43876, + ".L3950": 43894, + ".L3956": 43908, + "_ZN5boost7runtime11basic_param4helpERSoNS_9unit_test13basic_cstringIKcEEb": 43915, + ".L3961": 43982, + ".L3964": 43989, + "_ZN5boost7runtime16parameter_cla_idD2Ev": 43996, + ".LC463": 44015, + ".LC464": 44017, + ".LC465": 44019, + ".LC466": 44021, + "_ZN5boost7runtime11basic_param15add_cla_id_implENS_9unit_test13basic_cstringIKcEES5_S5_bb": 44023, + ".L3967": 44061, + ".L3968": 44097, + ".L3969": 44133, + ".L3970": 44158, + ".L3971": 44161, + ".L3972": 44163, + ".L3973": 44195, + ".L3975": 44235, + ".L3977": 44248, + ".L3978": 44254, + ".L3979": 44260, + ".L3981": 44273, + ".L3982": 44279, + ".L3983": 44285, + ".L3985": 44298, + ".L3986": 44304, + ".L3987": 44310, + ".L4004": 44324, + "_ZNK5boost7runtime11basic_param13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b": 44330, + ".LC467": 44348, + "_ZNK5boost7runtime11basic_param10value_helpERSo": 44350, + ".L4007": 44367, + ".L4009": 44374, + "_ZN5boost7runtime6option10add_cla_idENS_9unit_test13basic_cstringIKcEES5_S5_b": 44378, + "_ZN5boost7runtime11basic_paramC2ERKS1_": 44421, + ".L4013": 44504, + ".L4014": 44511, + ".L4015": 44518, + ".L4016": 44525, + ".L4017": 44532, + ".L4024": 44540, + "_ZN5boost7runtime6optionC2ERKS1_": 44544, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEED2Ev": 44567, + "_ZNK5boost7runtime6option5cloneEv": 44579, + ".L4031": 44605, + ".LC468": 44610, + "_ZNK5boost7runtime6option16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE": 44612, + ".L4033": 44643, + ".L4035": 44668, + ".L4037": 44695, + ".L4032": 44702, + "_ZNK5boost7runtime6option15produce_defaultERNS0_15arguments_storeE": 44706, + "_ZNK5boost7runtime6option13cla_name_helpERSoNS_9unit_test13basic_cstringIKcEES6_b": 44730, + ".L4042": 44771, + ".L4045": 44785, + ".LC469": 44789, + "_ZNK5boost7runtime6option10value_helpERSo": 44791, + ".L4047": 44808, + ".L4049": 44815, + "_ZNK5boost7runtime16parameters_store10lg_compareclENS_9unit_test13basic_cstringIKcEES6_": 44819, + "_ZNSt4pairIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEED2Ev": 44855, + ".LC470": 44867, + "_ZN5boost7runtime16parameters_store3addERKNS0_11basic_paramE": 44869, + ".L4054": 44942, + ".L4058": 44958, + ".L4059": 44964, + ".L4060": 44970, + ".L4056": 44976, + ".L4067": 44983, + "_ZNK5boost7runtime16parameters_store8is_emptyEv": 44987, + "_ZNK5boost7runtime16parameters_store3allEv": 44997, + ".LC471": 45004, + "_ZN5boost7runtime18finalize_argumentsERKNS0_16parameters_storeERNS0_15arguments_storeE": 45006, + ".L4086": 45056, + ".L4075": 45081, + ".L4076": 45083, + ".L4083": 45107, + ".L4079": 45151, + ".L4078": 45211, + ".L4080": 45238, + ".L4081": 45240, + ".L4082": 45259, + ".L4077": 45265, + ".L4084": 45285, + ".L4088": 45296, + ".L4089": 45302, + ".L4090": 45308, + ".L4091": 45314, + ".L4097": 45321, + "_ZN5boost7runtime3cla14argv_traverserC2EiPPKc": 45326, + "_ZN5boost7runtime3cla14argv_traverser9remainderEv": 45350, + "_ZNK5boost7runtime3cla14argv_traverser3eoiEv": 45358, + "_ZN5boost7runtime3cla14argv_traverser13current_tokenEv": 45370, + ".L4104": 45385, + ".L4105": 45399, + "_ZN5boost7runtime3cla14argv_traverser10save_tokenEv": 45403, + ".L4108": 45430, + "_ZN5boost7runtime3cla14argv_traverser10next_tokenEv": 45434, + ".L4112": 45448, + ".L4111": 45469, + ".L4113": 45486, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE13_Rb_tree_implISD_Lb1EED2Ev": 45490, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EEC2Ev": 45501, + "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEEC2Ev": 45512, + "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEED2Ev": 45523, + "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_Vector_implD2Ev": 45534, + "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EEC2Ev": 45545, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EEC2Ev": 45556, + "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trieC2Ev": 45567, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEED2Ev": 45588, + "_ZNSt4pairIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev": 45600, + "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trie12make_subtrieEc": 45612, + ".L4125": 45684, + ".L4128": 45700, + ".L4131": 45707, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC1Ev": 45714, + ".LC472": 45728, + ".LC473": 45730, + ".LC474": 45732, + "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trie16add_candidate_idERKNS0_16parameter_cla_idENS_10shared_ptrINS0_11basic_paramEEEb": 45734, + ".L4135": 45759, + ".L4134": 45762, + ".L4136": 45764, + ".L4137": 45816, + ".L4140": 45852, + ".L4143": 45864, + ".L4144": 45870, + ".L4145": 45876, + ".L4146": 45882, + ".L4147": 45888, + ".L4133": 45895, + "_ZNK5boost7runtime3cla13rt_cla_detail14parameter_trie11get_subtrieEc": 45899, + ".L4155": 45933, + ".L4154": 45937, + ".LC475": 45941, + ".LC476": 45943, + ".LC477": 45945, + ".LC478": 45947, + ".LC479": 45949, + "_ZN5boost7runtime3cla13rt_cla_detailL20report_foreing_tokenENS_9unit_test13basic_cstringIKcEES6_": 45951, + "_ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEED2Ev": 45993, + "_ZN5boost7runtime16parameter_cla_idC2EOS1_": 46008, + ".LC480": 46040, + ".LC481": 46042, + ".LC482": 46044, + ".LC483": 46046, + ".LC484": 46048, + ".LC485": 46050, + "_ZN5boost7runtime3cla6parser5parseEiPPcRNS0_15arguments_storeE": 46052, + ".L4162": 46107, + ".L4190": 46114, + ".L4164": 46158, + ".L4165": 46195, + ".L4168": 46280, + ".L4167": 46290, + ".L4169": 46317, + ".L4170": 46320, + ".L4171": 46322, + ".L4173": 46381, + ".L4174": 46413, + ".L4172": 46468, + ".L4176": 46482, + ".L4177": 46484, + ".L4178": 46519, + ".L4179": 46563, + ".L4180": 46565, + ".L4181": 46570, + ".L4175": 46576, + ".L4183": 46599, + ".L4184": 46602, + ".L4185": 46604, + ".L4186": 46655, + ".L4187": 46682, + ".L4166": 46690, + ".L4163": 46696, + ".L4195": 46712, + ".L4196": 46718, + ".L4197": 46724, + ".L4200": 46735, + ".L4201": 46741, + ".L4202": 46747, + ".L4203": 46753, + ".L4205": 46764, + ".L4206": 46770, + ".L4207": 46776, + ".L4208": 46782, + ".L4210": 46793, + ".L4211": 46799, + ".L4212": 46805, + ".L4213": 46811, + ".L4198": 46817, + ".L4193": 46826, + ".L4236": 46833, + ".LC486": 46840, + ".LC487": 46842, + ".LC488": 46844, + ".LC489": 46846, + ".LC490": 46848, + ".LC491": 46850, + ".LC492": 46852, + ".LC493": 46854, + ".LC494": 46856, + ".LC495": 46858, + ".LC496": 46860, + "_ZN5boost7runtime3cla6parser7versionERSo": 46862, + ".LC497": 46974, + ".LC498": 46976, + ".LC499": 46978, + ".LC500": 46980, + ".LC501": 46982, + ".LC502": 46984, + ".LC503": 46986, + ".LC504": 46988, + ".LC505": 46990, + ".LC506": 46992, + "_ZN5boost7runtime3cla6parser5usageERSoNS_9unit_test13basic_cstringIKcEEb": 46994, + ".L4239": 47073, + ".L4240": 47154, + ".L4255": 47257, + ".LC507": 47263, + ".LC508": 47265, + ".LC509": 47271, + ".LC510": 47273, + ".LC511": 47275, + ".LC512": 47277, + ".LC513": 47279, + ".LC514": 47281, + "_ZN5boost7runtime3cla6parser4helpERSoRKNS0_16parameters_storeENS_9unit_test13basic_cstringIKcEEb": 47283, + ".L4257": 47365, + ".L4259": 47463, + ".L4268": 47561, + ".L4262": 47586, + ".L4263": 47588, + ".L4265": 47612, + ".L4264": 47650, + ".L4266": 47670, + ".L4273": 47702, + ".L4274": 47711, + ".L4278": 47738, + ".L4279": 47747, + ".L4293": 47761, + "_ZN5boost7runtime3cla6parser10build_trieERKNS0_16parameters_storeE": 47769, + ".L4315": 47820, + ".L4297": 47845, + ".L4298": 47847, + ".L4312": 47871, + ".L4311": 47931, + ".L4302": 47960, + ".L4303": 47962, + ".L4308": 47990, + ".L4305": 48047, + ".L4307": 48049, + ".L4306": 48110, + ".L4304": 48116, + ".L4309": 48140, + ".L4310": 48146, + ".L4300": 48148, + ".L4299": 48154, + ".L4313": 48174, + ".L4317": 48190, + ".L4319": 48196, + ".L4324": 48203, + ".LC515": 48210, + "_ZN5boost7runtime3cla6parser21validate_token_formatENS_9unit_test13basic_cstringIKcEERS6_S7_S7_Rb": 48212, + ".L4329": 48227, + ".L4326": 48242, + ".L4327": 48244, + ".L4328": 48249, + ".L4330": 48266, + ".L4332": 48281, + ".L4333": 48283, + ".L4334": 48288, + ".L4336": 48313, + ".L4335": 48337, + ".L4337": 48352, + ".L4338": 48354, + ".L4339": 48359, + ".L4340": 48397, + ".L4341": 48399, + ".L4342": 48415, + ".L4344": 48424, + ".L4345": 48430, + ".L4349": 48437, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_Vector_implD2Ev": 48441, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EEC2Ev": 48452, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EEC2Ev": 48463, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2Ev": 48474, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2Ev": 48485, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE13_Rb_tree_implIS8_Lb1EED2Ev": 48496, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EEC2Ev": 48507, + "_ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EEC2Ev": 48518, + "_ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EED2Ev": 48529, + ".LC516": 48540, + ".LC517": 48542, + "_ZN5boost7runtime3cla6parser16locate_parameterENS_10shared_ptrINS1_13rt_cla_detail14parameter_trieEEENS_9unit_test13basic_cstringIKcEESA_": 48544, + ".L4390": 48597, + ".L4362": 48617, + ".L4363": 48619, + ".L4388": 48638, + ".L4366": 48674, + ".L4377": 48718, + ".L4370": 48743, + ".L4371": 48745, + ".L4374": 48769, + ".L4373": 48806, + ".L4372": 48809, + ".L4375": 48829, + ".L4376": 48833, + ".L4368": 48835, + ".L4365": 48845, + ".L4387": 48881, + ".L4380": 48901, + ".L4381": 48903, + ".L4385": 48922, + ".L4384": 48944, + ".L4383": 48950, + ".L4382": 48954, + ".L4378": 48969, + ".L4367": 48978, + ".L4364": 48981, + ".L4360": 48996, + ".L4413": 49051, + ".L4394": 49071, + ".L4395": 49073, + ".L4411": 49092, + ".L4410": 49152, + ".L4402": 49178, + ".L4403": 49180, + ".L4407": 49205, + ".L4452": 49231, + ".L4406": 49233, + ".L4404": 49236, + ".L4408": 49257, + ".L4409": 49261, + ".L4451": 49263, + ".L4399": 49265, + ".L4397": 49268, + ".L4396": 49272, + ".L4392": 49287, + ".L4391": 49311, + ".L4423": 49372, + ".L4417": 49398, + ".L4418": 49400, + ".L4420": 49425, + ".L4419": 49441, + ".L4421": 49462, + ".L4422": 49466, + ".L4415": 49468, + ".L4414": 49492, + ".L4427": 49528, + ".L4432": 49544, + ".L4433": 49550, + ".L4430": 49556, + ".L4435": 49570, + ".L4436": 49576, + ".L4437": 49582, + ".L4428": 49588, + ".L4450": 49601, + "_ZN5boost7runtime3env10env_detail12sys_read_varENS_9unit_test13basic_cstringIKcEE": 49606, + "_ZN5boost7runtime3env12fetch_absentERKNS0_16parameters_storeERNS0_15arguments_storeE": 49635, + "_ZN5boost9unit_test14runtime_config19btrt_auto_start_dbgB5cxx11E": 49650, + "_ZN5boost9unit_test14runtime_config20btrt_break_exec_pathB5cxx11E": 49652, + "_ZN5boost9unit_test14runtime_config15btrt_build_infoB5cxx11E": 49654, + "_ZN5boost9unit_test14runtime_config21btrt_catch_sys_errorsB5cxx11E": 49656, + "_ZN5boost9unit_test14runtime_config17btrt_color_outputB5cxx11E": 49658, + "_ZN5boost9unit_test14runtime_config21btrt_detect_fp_exceptB5cxx11E": 49660, + "_ZN5boost9unit_test14runtime_config21btrt_detect_mem_leaksB5cxx11E": 49662, + "_ZN5boost9unit_test14runtime_config17btrt_list_contentB5cxx11E": 49664, + "_ZN5boost9unit_test14runtime_config16btrt_list_labelsB5cxx11E": 49666, + "_ZN5boost9unit_test14runtime_config15btrt_log_formatB5cxx11E": 49668, + "_ZN5boost9unit_test14runtime_config14btrt_log_levelB5cxx11E": 49670, + "_ZN5boost9unit_test14runtime_config13btrt_log_sinkB5cxx11E": 49672, + "_ZN5boost9unit_test14runtime_config20btrt_combined_loggerB5cxx11E": 49674, + "_ZN5boost9unit_test14runtime_config18btrt_output_formatB5cxx11E": 49676, + "_ZN5boost9unit_test14runtime_config16btrt_random_seedB5cxx11E": 49678, + "_ZN5boost9unit_test14runtime_config18btrt_report_formatB5cxx11E": 49680, + "_ZN5boost9unit_test14runtime_config17btrt_report_levelB5cxx11E": 49682, + "_ZN5boost9unit_test14runtime_config21btrt_report_mem_leaksB5cxx11E": 49684, + "_ZN5boost9unit_test14runtime_config16btrt_report_sinkB5cxx11E": 49686, + "_ZN5boost9unit_test14runtime_config16btrt_result_codeB5cxx11E": 49688, + "_ZN5boost9unit_test14runtime_config16btrt_run_filtersB5cxx11E": 49690, + "_ZN5boost9unit_test14runtime_config22btrt_save_test_patternB5cxx11E": 49692, + "_ZN5boost9unit_test14runtime_config18btrt_show_progressB5cxx11E": 49694, + "_ZN5boost9unit_test14runtime_config18btrt_use_alt_stackB5cxx11E": 49696, + "_ZN5boost9unit_test14runtime_config22btrt_wait_for_debuggerB5cxx11E": 49698, + "_ZN5boost9unit_test14runtime_config9btrt_helpB5cxx11E": 49700, + "_ZN5boost9unit_test14runtime_config10btrt_usageB5cxx11E": 49702, + "_ZN5boost9unit_test14runtime_config12btrt_versionB5cxx11E": 49704, + ".LC518": 49706, + "_ZZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEENKUlNS0_13basic_cstringIKcEEE_clES8_": 49708, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA4_S3_S6_Lb1EEEOT_OT0_": 49734, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC1IRA6_S3_S6_Lb1EEEOT_OT0_": 49759, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA4_S3_S6_Lb1EEEOT_OT0_": 49784, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_": 49809, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA11_S3_S6_Lb1EEEOT_OT0_": 49834, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA6_S3_S6_Lb1EEEOT_OT0_": 49859, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA14_S3_S6_Lb1EEEOT_OT0_": 49884, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA13_S3_S6_Lb1EEEOT_OT0_": 49909, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC1IRA12_S3_S6_Lb1EEEOT_OT0_": 49934, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA8_S3_S6_Lb1EEEOT_OT0_": 49959, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA6_S3_S6_Lb1EEEOT_OT0_": 49984, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA9_S3_S6_Lb1EEEOT_OT0_": 50009, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC1IRA3_S3_S6_Lb1EEEOT_OT0_": 50034, + ".LC519": 50059, + ".LC520": 50064, + ".LC521": 50066, + ".LC522": 50068, + ".LC523": 50070, + ".LC524": 50072, + ".LC525": 50074, + ".LC526": 50076, + ".LC527": 50078, + ".LC528": 50080, + ".LC529": 50082, + ".LC530": 50084, + ".LC531": 50086, + ".LC532": 50088, + ".LC533": 50090, + ".LC534": 50092, + ".LC535": 50094, + ".LC536": 50096, + ".LC537": 50098, + ".LC538": 50100, + ".LC539": 50102, + ".LC540": 50104, + ".LC541": 50106, + ".LC542": 50108, + ".LC543": 50113, + ".LC544": 50115, + ".LC545": 50117, + ".LC546": 50119, + ".LC547": 50122, + ".LC548": 50124, + ".LC549": 50126, + ".LC550": 50128, + ".LC551": 50130, + ".LC552": 50132, + ".LC553": 50134, + ".LC554": 50136, + ".LC555": 50141, + ".LC556": 50143, + ".LC557": 50145, + ".LC558": 50147, + ".LC559": 50151, + ".LC560": 50153, + ".LC561": 50155, + ".LC562": 50157, + ".LC563": 50159, + ".LC564": 50161, + ".LC565": 50163, + ".LC566": 50165, + ".LC567": 50167, + ".LC568": 50169, + ".LC569": 50171, + ".LC570": 50174, + ".LC571": 50176, + ".LC572": 50178, + ".LC573": 50180, + ".LC574": 50182, + ".LC575": 50184, + ".LC576": 50186, + ".LC577": 50188, + ".LC578": 50190, + ".LC579": 50192, + ".LC580": 50194, + ".LC581": 50200, + ".LC582": 50202, + ".LC583": 50204, + ".LC584": 50206, + ".LC585": 50210, + ".LC586": 50212, + ".LC587": 50214, + ".LC588": 50216, + ".LC589": 50218, + ".LC590": 50220, + ".LC591": 50222, + ".LC592": 50224, + ".LC593": 50226, + ".LC594": 50228, + ".LC595": 50230, + ".LC596": 50232, + ".LC597": 50234, + ".LC598": 50236, + ".LC599": 50238, + ".LC600": 50240, + ".LC601": 50242, + ".LC602": 50244, + ".LC603": 50246, + ".LC604": 50248, + ".LC605": 50250, + ".LC606": 50252, + ".LC607": 50254, + ".LC608": 50256, + ".LC609": 50258, + ".LC610": 50263, + ".LC611": 50265, + ".LC612": 50267, + ".LC613": 50269, + ".LC614": 50271, + ".LC615": 50273, + ".LC616": 50276, + ".LC617": 50278, + ".LC618": 50280, + ".LC619": 50282, + ".LC620": 50284, + ".LC621": 50286, + ".LC622": 50288, + ".LC623": 50290, + ".LC624": 50292, + ".LC625": 50294, + ".LC626": 50296, + ".LC627": 50298, + ".LC628": 50300, + ".LC629": 50302, + ".LC630": 50307, + ".LC631": 50309, + ".LC632": 50311, + ".LC633": 50313, + ".LC634": 50315, + "_ZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeE": 50317, + ".L4474": 53552, + ".L4477": 53563, + ".L4480": 53574, + ".L4481": 53580, + ".L4482": 53586, + ".L4485": 53597, + ".L4486": 53603, + ".L4487": 53609, + ".L4488": 53615, + ".L4489": 53621, + ".L4492": 53632, + ".L4493": 53638, + ".L4496": 53649, + ".L4499": 53660, + ".L4502": 53671, + ".L4507": 53687, + ".L4508": 53693, + ".L4505": 53699, + ".L4509": 53705, + ".L4510": 53711, + ".L4511": 53717, + ".L4503": 53723, + ".L4500": 53729, + ".L4497": 53735, + ".L4512": 53741, + ".L4494": 53747, + ".L4513": 53753, + ".L4514": 53759, + ".L4515": 53765, + ".L4490": 53771, + ".L4483": 53777, + ".L4516": 53783, + ".L4517": 53789, + ".L4518": 53795, + ".L4478": 53801, + ".L4519": 53807, + ".L4520": 53813, + ".L4521": 53819, + ".L4522": 53825, + ".L4475": 53831, + ".L4523": 53837, + ".L4524": 53843, + ".L4577": 53850, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE13_Rb_tree_implISF_Lb1EED2Ev": 53854, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EEC2Ev": 53865, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEC2Ev": 53876, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEED2Ev": 53887, + "_ZN5boost7runtime15arguments_storeC2Ev": 53898, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE13_Rb_tree_implISF_Lb1EED2Ev": 53909, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EEC2Ev": 53920, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEEC2Ev": 53931, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEED2Ev": 53942, + "_ZN5boost7runtime16parameters_storeC2Ev": 53953, + "_ZN5boost10shared_ptrINS_7runtime3cla6parserEED2Ev": 53964, + ".LC635": 53976, + ".LC636": 53978, + ".LC637": 53980, + "_ZN5boost9unit_test14runtime_config4initERiPPc": 53982, + ".L4590": 53998, + ".L4591": 54077, + ".L4592": 54101, + ".L4593": 54133, + ".L4594": 54175, + ".L4595": 54214, + ".L4597": 54227, + ".L4599": 54240, + ".L4601": 54243, + ".L4602": 54261, + ".L4612": 54312, + ".L4606": 54334, + ".L4607": 54336, + ".L4610": 54357, + ".L4608": 54373, + ".L4604": 54390, + ".L4600": 54398, + ".L4622": 54459, + ".L4616": 54481, + ".L4617": 54483, + ".L4620": 54504, + ".L4618": 54520, + ".L4613": 54537, + ".L4623": 54559, + ".L4598": 54567, + ".L4624": 54600, + ".L4626": 54614, + ".L4603": 54625, + ".L4637": 54632, + "_ZN5boost9unit_test14runtime_config14argument_storeEv": 54638, + "_ZN5boost9unit_test14runtime_config12save_patternEv": 54644, + ".LC638": 54658, + ".LC639": 54660, + "_ZN5boost9unit_test6outputL12tu_type_nameERKNS0_9test_unitE": 54662, + ".L4643": 54674, + ".L4644": 54676, + ".LC640": 54684, + "_ZN5boost9unit_test6output17xml_log_formatter9log_startERSom": 54686, + ".LC641": 54700, + "_ZN5boost9unit_test6output17xml_log_formatter10log_finishERSo": 54702, + ".LC642": 54715, + ".LC643": 54717, + ".LC644": 54719, + ".LC645": 54721, + ".LC646": 54723, + ".LC647": 54725, + "_ZN5boost9unit_test6output17xml_log_formatter14log_build_infoERSob": 54727, + ".L4650": 54804, + ".LC648": 54808, + ".LC649": 54810, + "_ZN5boost9unit_test6output17xml_log_formatter15test_unit_startERSoRKNS0_9test_unitE": 54812, + ".L4652": 54903, + ".LC650": 54912, + ".LC651": 54914, + "_ZN5boost9unit_test6output17xml_log_formatter16test_unit_finishERSoRKNS0_9test_unitEm": 54916, + ".L4654": 54941, + ".LC652": 54963, + ".LC653": 54965, + "_ZN5boost9unit_test6output17xml_log_formatter17test_unit_skippedERSoRKNS0_9test_unitENS0_13basic_cstringIKcEE": 54967, + ".LC654": 55042, + ".LC655": 55044, + ".LC656": 55046, + ".LC657": 55048, + "_ZN5boost9unit_test6output17xml_log_formatter19log_exception_startERSoRKNS0_19log_checkpoint_dataERKNS_19execution_exceptionE": 55050, + ".L4657": 55115, + ".L4659": 55195, + ".LC658": 55199, + "_ZN5boost9unit_test6output17xml_log_formatter20log_exception_finishERSo": 55201, + ".LC659": 55214, + ".LC660": 55216, + ".LC661": 55218, + ".LC662": 55220, + ".LC663": 55222, + ".LC664": 55224, + "_ZN5boost9unit_test6output17xml_log_formatter15log_entry_startERSoRKNS0_14log_entry_dataENS0_23unit_test_log_formatter15log_entry_typesE": 55226, + ".L4662": 55270, + ".L4664": 55351, + ".L4666": 55355, + "_ZN5boost9unit_test6output17xml_log_formatter15log_entry_valueERSoNS0_13basic_cstringIKcEE": 55361, + "_ZN5boost9unit_test6output17xml_log_formatter16log_entry_finishERSo": 55381, + ".L4669": 55405, + ".LC665": 55440, + "_ZN5boost9unit_test6output17xml_log_formatter19entry_context_startERSoNS0_9log_levelE": 55442, + ".L4671": 55466, + ".LC666": 55480, + "_ZN5boost9unit_test6output17xml_log_formatter20entry_context_finishERSoNS0_9log_levelE": 55482, + ".LC667": 55502, + ".LC668": 55504, + "_ZN5boost9unit_test6output17xml_log_formatter17log_entry_contextERSoNS0_9log_levelENS0_13basic_cstringIKcEE": 55506, + ".LC669": 55555, + "_ZN5boost9unit_test6output20xml_report_formatter20results_report_startERSo": 55557, + ".LC670": 55570, + "_ZN5boost9unit_test6output20xml_report_formatter21results_report_finishERSo": 55572, + ".LC671": 55585, + ".LC672": 55587, + ".LC673": 55589, + ".LC674": 55591, + ".LC675": 55593, + ".LC676": 55595, + ".LC677": 55597, + ".LC678": 55599, + ".LC679": 55601, + ".LC680": 55603, + ".LC681": 55605, + ".LC682": 55607, + "_ZN5boost9unit_test6output20xml_report_formatter22test_unit_report_startERKNS0_9test_unitERSo": 55609, + ".L4677": 55640, + ".L4679": 55653, + ".L4680": 55666, + ".L4681": 55679, + ".L4678": 55684, + ".L4682": 55696, + ".L4683": 55698, + ".L4684": 55904, + "_ZN5boost9unit_test6output20xml_report_formatter23test_unit_report_finishERKNS0_9test_unitERSo": 55913, + ".L4686": 55931, + ".L4687": 55933, + "_ZN5boost9unit_test6output20xml_report_formatter22do_confirmation_reportERKNS0_9test_unitERSo": 55943, + "_Z20init_unit_test_suiteiPPc": 55973, + "_ZStlsRSoRKNSt6chrono10time_pointINS0_3_V212system_clockENS0_8durationIlSt5ratioILl1ELl1000000000EEEEEE": 55981, + ".L4695": 56017, + "_ZStlsRSoRKNSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEE": 56021, + ".LC683": 56040, + ".LC684": 56042, + ".LC685": 56044, + ".LC686": 56046, + ".LC687": 56048, + ".LC688": 56050, + ".LC689": 56052, + "_ZL17copy_test_invokerv": 56054, + ".L4709": 56334, + ".LC690": 56338, + ".LC691": 56340, + "_ZN9copy_test11test_methodEv": 56342, + ".L4712": 56352, + ".L4715": 56410, + "_ZNKSt6chrono10time_pointINS_3_V212system_clockENS_8durationIlSt5ratioILl1ELl1000000000EEEEE16time_since_epochEv": 56415, + "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_Alloc_hiderD2Ev": 56423, + "_ZZNSt8__detail18__to_chars_10_implImEEvPcjT_E8__digits": 56434, + "_ZNSt8__detail18__to_chars_10_implImEEvPcjT_": 56436, + ".L4721": 56445, + ".L4720": 56489, + ".L4722": 56507, + ".L4724": 56513, + "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_PKS5_": 56517, + ".L4729": 56543, + "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_S9_": 56548, + ".L4731": 56564, + ".L4732": 56590, + ".L4734": 56614, + ".L4735": 56616, + ".L4733": 56632, + ".L4736": 56645, + "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_OS8_": 56650, + "_ZN5boost9unit_test13basic_cstringIKcE5clearEv": 56672, + "_ZN5boost9unit_test13basic_cstringIKcE5beginEv": 56683, + "_ZNK5boost9unit_test13basic_cstringIKcE4sizeEv": 56691, + "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEC2Ev": 56703, + "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEED2Ev": 56712, + "_ZNK5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE3getEv": 56723, + "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEaSERKS3_": 56731, + "_ZN5boost16exception_detail10clone_baseC2ERKS1_": 56746, + "_ZN5boost9exceptionC2ERKS0_": 56757, + "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC2IPKcvEET_S8_RKS3_": 56788, + ".L4755": 56821, + "_ZN5boost9unit_testplIcKcEENSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEERKS9_RKNS0_13basic_cstringIT0_EE": 56825, + ".L4760": 56859, + "_ZNK5boost10shared_ptrINS_6detail22translator_holder_baseEEcvbEv": 56864, + "_ZN5boost9unit_test13basic_cstringIKcEC2ERKS3_": 56874, + "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_E10std_stringERKS5_": 56890, + "_ZN5boost9unit_test13basic_cstringIKcEC2Ev": 56903, + "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 56918, + "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED2Ev": 56942, + "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEED0Ev": 56956, + "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 56970, + "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED2Ev": 56994, + "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEED0Ev": 57008, + "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57022, + "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED2Ev": 57046, + "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEED0Ev": 57060, + "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57074, + "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED2Ev": 57098, + "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEED0Ev": 57112, + "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57126, + "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED2Ev": 57150, + "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEED0Ev": 57164, + "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57178, + "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED2Ev": 57202, + "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEED0Ev": 57216, + "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57230, + "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED2Ev": 57254, + "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEED0Ev": 57268, + "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57282, + "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED2Ev": 57306, + "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEED0Ev": 57320, + "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57334, + "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED2Ev": 57358, + "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEED0Ev": 57372, + "_ZSt4moveIRSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS5_EEEONSt16remove_referenceIT_E4typeEOSA_": 57386, + "_ZN5boost9unit_test13basic_cstringIKcEC2EPS2_": 57393, + ".L4797": 57404, + ".L4798": 57406, + ".L4799": 57417, + ".L4800": 57419, + "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57427, + "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED2Ev": 57451, + "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEED0Ev": 57465, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC2EOS7_": 57479, + "_ZNSaIN5boost9unit_test13basic_cstringIKcEEED2Ev": 57505, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EED2Ev": 57516, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EED2Ev": 57541, + "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEC2ENS_9unit_test13basic_cstringIKcEE": 57563, + "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED2Ev": 57587, + "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEED0Ev": 57601, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE5clearEv": 57615, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_": 57626, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv": 57639, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_": 57649, + "_ZN5boost9function0IvED2Ev": 57662, + "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2Ev": 57673, + "_ZNK5boost9unit_test13basic_cstringIKcE5emptyEv": 57687, + "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EEPT0_": 57697, + "_ZNK5boost9function0IvEcvMNS1_5dummyEFvvEEv": 57715, + ".L4825": 57730, + ".L4827": 57733, + "_ZN5boost11make_sharedINS_9unit_test14runtime_config13stream_holder16callback_cleanerEJRKNS_8functionIFvvEEEEEENS_6detail15sp_if_not_arrayIT_E4typeEDpOT0_": 57741, + ".L4831": 57814, + ".L4834": 57821, + "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEaSEOS5_": 57829, + "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE5resetEv": 57851, + ".LC692": 57870, + ".LC693": 57873, + ".LC694": 57875, + "_ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEptEv": 57877, + ".L4839": 57891, + "_ZNK5boost9unit_test13basic_cstringIKcE5beginEv": 57896, + "_ZNK5boost9unit_test13basic_cstringIKcE3endEv": 57904, + "_ZN5boost8functionIFvvEEC2ERKS2_": 57912, + "_ZN5boost17bad_function_callD2Ev": 57926, + "_ZN5boost17bad_function_callD0Ev": 57940, + "_ZNK5boost9function0IvEclEv": 57954, + ".L4849": 57971, + ".L4853": 57988, + "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC2Ev": 57992, + "_ZNK5boost9unit_test14class_propertyIbEntEv": 58006, + "_ZN5boost9unit_test17readonly_propertyIbEC2Ev": 58015, + "_ZN5boost9unit_test17readonly_propertyIbEC2Eb": 58026, + "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEntEv": 58041, + ".LC695": 58051, + ".LC696": 58053, + "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEE5resetIS2_EEvPT_": 58055, + ".L4862": 58072, + ".LC697": 58089, + "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEdeEv": 58091, + ".L4864": 58105, + ".LC698": 58110, + "_ZNK5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEptEv": 58112, + ".L4867": 58126, + "_ZN5boost23basic_wrap_stringstreamIcE3strB5cxx11Ev": 58131, + "_ZN5boost9unit_test13basic_cstringIKcEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 58154, + "_ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEEC2Ev": 58178, + "_ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEED2Ev": 58189, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EEC2EmRKS8_": 58200, + ".L4877": 58233, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EED2Ev": 58237, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_15stack_decoratorEEEPT_": 58259, + ".L4882": 58289, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2EOS4_": 58293, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_5labelEEEPT_": 58319, + ".L4887": 58349, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_17expected_failuresEEEPT_": 58353, + ".L4891": 58383, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_7timeoutEEEPT_": 58387, + ".L4895": 58417, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_11descriptionEEEPT_": 58421, + ".L4899": 58451, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_10depends_onEEEPT_": 58455, + ".L4903": 58485, + "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC2ERKS3_": 58489, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_9fixture_tEEEPT_": 58509, + ".L4908": 58539, + "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC2EOS3_": 58543, + "_ZN5boost8functionIFNS_10test_tools16assertion_resultEmEEC2ERKS4_": 58569, + "_ZN5boost9function1INS_10test_tools16assertion_resultEmED2Ev": 58583, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2INS2_12preconditionEEEPT_": 58594, + ".L4915": 58624, + "_ZN5boost9unit_test17readonly_propertyImEC2Ev": 58628, + "_ZN5boost9unit_test17readonly_propertyImEC2Em": 58639, + "_ZN5boost9unit_test17readonly_propertyISt6vectorImSaImEEEC2Ev": 58653, + "_ZNSt6vectorImSaImEED2Ev": 58664, + "_ZN5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2Ev": 58686, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev": 58697, + "_ZN5boost9unit_test17readonly_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEEC2Ev": 58719, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EED2Ev": 58730, + "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EERKS5_": 58752, + "_ZN5boost9unit_test17readonly_propertyINS_8functionIFvvEEEEC2ERKS4_": 58768, + "_ZNKSt6vectorImSaImEE4sizeEv": 58782, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EED2Ev": 58795, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EED2Ev": 58814, + "_ZN5boost9unit_test14runtime_config3getIbEERKT_NS0_13basic_cstringIKcEE": 58836, + "_ZN5boost9unit_testlsIcSt11char_traitsIcEKcEERSt13basic_ostreamIT_T0_ES9_RKNS0_13basic_cstringIT1_EE": 58856, + ".L4936": 58903, + ".L4939": 58910, + "_ZN5boost9unit_testlsIcSt11char_traitsIcENSt7__cxx1112basic_stringIcS3_SaIcEEEEERSt13basic_ostreamIT_T0_ESC_RKNS0_14class_propertyIT1_EE": 58914, + "_ZNK5boost9unit_test13basic_cstringIKcE8is_emptyEv": 58930, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10_List_implC2Ev": 58942, + "_ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev": 58956, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev": 58967, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implC2Ev": 58981, + "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEED2Ev": 58995, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EED2Ev": 59006, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EED2Ev": 59034, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5clearEv": 59056, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5clearEv": 59070, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EEC2Ev": 59084, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEED2Ev": 59102, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EED2Ev": 59113, + "_ZNSt7__cxx1110_List_baseImSaImEE10_List_implC2Ev": 59132, + "_ZNSaISt10_List_nodeImEED2Ev": 59146, + "_ZNSt7__cxx1110_List_baseImSaImEED2Ev": 59157, + "_ZNKSt7__cxx114listImSaImEE5emptyEv": 59171, + "_ZNSt7__cxx114listImSaImEE4backEv": 59182, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_": 59199, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv": 59212, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_": 59222, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv": 59235, + "_ZNSaISt4pairIKcPS0_EEC2Ev": 59246, + "_ZNSaISt4pairIKcPS0_EED2Ev": 59257, + "_ZNSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEEC2ESt16initializer_listIS5_ERKS3_RKS6_": 59268, + ".L4978": 59323, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE13_Rb_tree_implIS7_Lb1EED2Ev": 59329, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EED2Ev": 59340, + "_ZN5boost9unit_test8for_each13is_const_collINS0_13basic_cstringIKcEEEENS_8is_constIT_EERS7_": 59359, + "_ZZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEvE4data": 59366, + "_ZZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEvE5pdata": 59368, + "_ZNK5boost17integral_constantIbLb0EEcvRKN4mpl_5bool_ILb0EEEEv": 59370, + "_ZN5boost9unit_test8for_each5beginINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE": 59377, + "_ZN5boost9unit_test8for_each3endINS0_13basic_cstringIKcEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE": 59394, + "_ZN5boost9unit_test8for_each4doneINS0_13basic_cstringIKcEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE": 59411, + "_ZN5boost9unit_test8for_each4nextINS0_13basic_cstringIKcEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 59434, + "_ZN5boost9unit_test8for_each5derefIcNS0_13basic_cstringIKcEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE": 59450, + "_ZNKSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEE4findERS0_": 59464, + "_ZNKSt3mapIcPKcSt4lessIcESaISt4pairIS0_S1_EEE3endEv": 59477, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EES6_": 59487, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEptEv": 59500, + "_ZNK5boost9unit_test13basic_cstringIKcE4findES3_": 59511, + ".L5003": 59532, + ".L5004": 59535, + ".L5005": 59537, + ".L5006": 59542, + ".L5010": 59558, + ".L5013": 59581, + ".L5008": 59583, + ".L5011": 59594, + ".L5014": 59596, + ".L5007": 59598, + "_ZNK5boost9unit_test13basic_cstringIKcE6substrEmm": 59602, + ".L5016": 59619, + ".L5018": 59636, + ".L5015": 59649, + "_ZN5boost9unit_test13basic_cstringIKcEC2ImEEPS2_T_": 59653, + "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEdeEv": 59671, + "_ZSt8for_eachIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEN5boost9unit_test6output15s_replace_charsEET0_T_SF_SE_": 59679, + ".L5025": 59686, + ".L5027": 59706, + "_ZSt6removeIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcET_SA_SA_RKT0_": 59712, + "_ZN9__gnu_cxx17__normal_iteratorIPKcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2IPcEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISC_SB_E7__valueES8_E6__typeEEE": 59730, + "_ZN5boost9unit_test13basic_cstringIKcE3endEv": 59745, + "_ZN5boost9unit_test5utils12find_last_ofIPKcS4_EET_S5_S5_T0_S6_": 59753, + ".L5034": 59767, + ".L5035": 59770, + ".L5040": 59773, + ".L5037": 59788, + ".L5038": 59790, + ".L5039": 59794, + ".L5041": 59808, + ".L5043": 59810, + ".L5036": 59812, + "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEPS2_": 59815, + ".L5045": 59833, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5clearEv": 59837, + "_ZNSt7__cxx114listImSaImEE5clearEv": 59848, + "_ZN5boost9unit_test5utilslsINS1_12attr_value_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_": 59862, + ".LC699": 59876, + "_ZN5boost9unit_test5utilslsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 59878, + "_ZN5boost9unit_test5utilslsINS1_7cdata_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS7_": 59909, + "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEPKS5_RKS8_": 59923, + ".L5061": 59991, + "_ZNK5boost9unit_test14class_propertyImEcvRKmEv": 59996, + "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5countERS8_": 60003, + ".L5065": 60028, + ".L5067": 60030, + "_ZNK5boost9unit_test14class_propertyIbEcvRKbEv": 60033, + "_ZN5boost9unit_testneImEEbRKT_RKNS0_14class_propertyIS2_EE": 60040, + "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_PKS5_": 60058, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_": 60080, + "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE4findERS8_": 60104, + "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE3endEv": 60117, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_": 60127, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEptEv": 60140, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE10push_frontEOS5_": 60151, + "_ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ERKS7_": 60175, + "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEcvRKS7_Ev": 60189, + "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EEOS8_RKS8_": 60196, + "_ZNKSt16reverse_iteratorIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEdeEv": 60218, + "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EES6_": 60233, + "_ZN5boost9unit_test5utilslsIiEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 60253, + "_ZN5boost9unit_test5utilslsIdEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 60284, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv": 60315, + "_ZNSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKSt14_List_iteratorIS5_E": 60329, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv": 60341, + "_ZStneRKSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_": 60354, + "_ZNSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv": 60367, + "_ZNKSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv": 60379, + "_ZNKSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv": 60390, + "_ZNKSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv": 60404, + "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv": 60417, + "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv": 60430, + "_ZN9__gnu_cxxneIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 60444, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEppEv": 60464, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEptEv": 60476, + "_ZNKSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv": 60484, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEdeEv": 60495, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEESA_": 60503, + "_ZN5boost9unit_test5utilslsImEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 60516, + "_ZN5boost9unit_test5utilslsINS0_12test_results19readonly_property57EEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 60547, + "_ZN5boost9unit_test5utilslsIA6_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 60578, + "_ZN5boost9unit_test5utilslsIA23_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 60609, + "_ZN5boost9unit_test5utilslsIA31_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 60640, + "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5emptyEv": 60671, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE5beginEv": 60681, + "_ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EERKS3_": 60691, + "_ZNSt7__cxx114listImSaImEE9push_backERKm": 60707, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2EOS7_": 60725, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EEC2EOS7_": 60739, + "_ZN5boost9unit_test6output10junit_impl16junit_log_helperC2EOS3_": 60753, + "_ZSt9make_pairIRKN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_": 60792, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE6insertIS7_INS1_9test_unit19readonly_property62ES4_EEENSt9enable_ifIXsrSt16is_constructibleIS9_JT_EE5valueES7_ISt17_Rb_tree_iteratorIS9_EbEE4typeEOSI_": 60817, + "_ZN5boost9unit_testeqImEEbRKNS0_14class_propertyIT_EERKS3_": 60834, + "_ZNSt7__cxx114listImSaImEE8pop_backEv": 60850, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE9push_backERKS5_": 60869, + ".L5156": 60894, + ".L5158": 60904, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEEixERS8_": 60908, + ".L5160": 60946, + ".L5161": 60949, + ".L5162": 60951, + ".L5163": 60975, + "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6assignIPKcvEERS4_T_S9_": 60983, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4backEv": 61018, + "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5emptyEv": 61037, + "_ZN5boost9unit_testpLIcKcEERNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEESA_RKNS0_13basic_cstringIT0_EE": 61057, + "_ZN5boost9unit_test5utils26replace_all_occurrences_ofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKS8_EET_SB_T0_SC_SC_SC_": 61081, + ".L5177": 61091, + ".L5176": 61105, + ".L5175": 61131, + ".L5174": 61135, + "_ZN5boost9unit_test5utils11string_castIiEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 61144, + ".L5183": 61177, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEED2Ev": 61182, + "_ZN5boost9unit_test13basic_cstringIKcE6assignEPS2_S4_": 61193, + "_ZN5boost9unit_test13basic_cstringIKcE6assignIlEERS3_PS2_T_": 61213, + "_ZNK5boost9unit_test13basic_cstringIcE4sizeEv": 61233, + "_ZN5boost9unit_test13basic_cstringIcE5beginEv": 61245, + "_ZN5boost9unit_test13basic_cstringIcE9trim_leftEm": 61253, + ".L5194": 61274, + "_ZN5boost9unit_test13basic_cstringIcEC2ImEEPcT_": 61278, + "_ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev": 61296, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE13_Rb_tree_implISK_Lb1EEC2Ev": 61307, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEED2Ev": 61325, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EED2Ev": 61336, + "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixEOS5_": 61355, + ".L5202": 61393, + ".L5203": 61396, + ".L5204": 61398, + ".L5205": 61425, + "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSIPS5_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESB_": 61433, + ".L5211": 61463, + "_ZN5boost9unit_test9assign_opIcKcEEvRNSt7__cxx1112basic_stringIT_St11char_traitsIS5_ESaIS5_EEENS0_13basic_cstringIT0_EEi": 61467, + "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEntEv": 61492, + "_ZNK5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE3getEv": 61502, + "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEEixERSH_": 61509, + ".L5218": 61547, + ".L5219": 61550, + ".L5220": 61552, + ".L5221": 61576, + "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEaSERKS6_": 61584, + ".L5227": 61613, + "_ZN5boost9unit_test13basic_cstringIKcEaSERKS3_": 61617, + "_ZN5boost9unit_test13basic_cstringIKcEaSEPS2_": 61633, + "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC2ERKS6_": 61651, + "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEEclES4_": 61665, + ".L5234": 61683, + ".L5238": 61702, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_3nfp10nfp_detail27access_to_invalid_parameterEEEvRKT_": 61706, + "_ZN5boost3nfp15named_parameterIcNS0_16no_params_type_tEcEC2Ec": 61717, + "_ZN5boost3nfp13typed_keywordIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tELb0EEC2Ev": 61731, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv": 61743, + "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEptEv": 61756, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE9push_backEOS5_": 61764, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv": 61781, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv": 61795, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC2IPS6_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISF_SE_E7__valueESB_E6__typeEEE": 61808, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEvEESC_NSA_IPKS5_S7_EET_SG_": 61823, + "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4sizeEv": 61867, + "_ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC2IPS9_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISH_SG_E7__valueESD_E6__typeEEE": 61883, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EE": 61898, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5clearEv": 61931, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC2Ev": 61945, + "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEED2Ev": 61959, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED2Ev": 61970, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EED2Ev": 61995, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EEOS7_": 62017, + "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE5beginEv": 62035, + "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEdeEv": 62048, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2ERKS7_": 62056, + ".L5275": 62121, + "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tELb0EEaSEPKc": 62128, + "_ZNK5boost3nfp7keywordINS_9unit_test5utils12_GLOBAL__N_117kept_delimeters_tELb0EEaSINS3_17ti_delimeter_typeEEENS0_15named_parameterIKT_S5_RSB_EESC_": 62143, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES5_EEEcmINS3_IKNS7_17ti_delimeter_typeENS8_17kept_delimeters_tERSE_EEEENS0_23named_parameter_combineIT_SA_EERKSJ_": 62158, + "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC2INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENSA_IPKcNSD_20dropped_delimeters_tESI_EEEEEENS0_13basic_cstringISH_EERKT_": 62174, + "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC2Ev": 62201, + "_ZN5boost9iteratorsneINS_9unit_test5utils27basic_string_token_iteratorIcNS3_9ut_detail20default_char_compareIcEEEENS2_13basic_cstringIKcEENS0_21forward_traversal_tagESB_lS8_SB_SC_SB_lEENS0_6detail23enable_if_interoperableIT_T4_NS_3mpl6apply2INSD_12always_bool2ESF_SG_E4typeEE4typeERKNS0_15iterator_facadeISF_T0_T1_T2_T3_EERKNSO_ISG_T5_T6_T7_T8_EE": 62216, + "_ZN5boost9unit_test9framework11setup_errorC2ERKS2_": 62233, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework11setup_errorEEEvRKT_": 62250, + "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEdeEv": 62267, + "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEppEv": 62284, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE9push_backERKS4_": 62299, + ".L5293": 62324, + ".L5295": 62334, + "_ZNSt12_Vector_baseImSaImEE12_Vector_implC2Ev": 62338, + "_ZNSaImED2Ev": 62352, + "_ZNSt12_Vector_baseImSaImEED2Ev": 62363, + "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEEixERS8_": 62388, + ".L5300": 62426, + ".L5301": 62429, + ".L5302": 62431, + ".L5303": 62455, + "_ZNSt6vectorImSaImEE9push_backERKm": 62463, + ".L5306": 62488, + ".L5308": 62498, + "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorImSaImEEEENS_8is_constIT_EERS8_": 62502, + "_ZZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEvE4data": 62509, + "_ZZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEvE5pdata": 62511, + "_ZNK5boost17integral_constantIbLb1EEcvRKN4mpl_5bool_ILb1EEEEv": 62513, + "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE": 62520, + "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_14const_iteratorEEERKS7_N4mpl_5bool_ILb1EEE": 62537, + "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RKT_N4mpl_5bool_ILb1EEE": 62554, + "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 62577, + "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS6_EEN4mpl_5bool_ILb1EEE": 62592, + "_ZSt3maxImERKT_S2_S2_": 62607, + ".L5323": 62620, + ".L5324": 62622, + "_ZN5boost9unit_test10first_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_": 62625, + ".L5326": 62637, + ".L5328": 62642, + "_ZN5boost9unit_test9last_charIKcEENS0_13basic_cstringIT_E14value_ret_typeES5_": 62645, + ".L5330": 62657, + ".L5332": 62663, + "_ZN5boost9unit_testeqIKcS2_EEbRKNS0_13basic_cstringIT_EERKNS3_IT0_EE": 62666, + ".L5334": 62702, + ".L5335": 62704, + "_ZN5boost9unit_testeqIKcEEbRKNS0_13basic_cstringIT_EERKNS5_10std_stringE": 62710, + "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE12_Vector_implC2Ev": 62728, + "_ZNSaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEED2Ev": 62742, + "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EED2Ev": 62753, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EED2Ev": 62781, + "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC2Ev": 62803, + "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEED2Ev": 62814, + "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2ERKSD_": 62825, + "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEC2ERKS6_": 62845, + "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2ERKSD_": 62863, + "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC2ERKS6_": 62903, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2INS1_5utils27basic_string_token_iteratorIcNS9_9ut_detail20default_char_compareIcEEEEvEET_SF_RKS6_": 62924, + ".L5352": 62965, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED2Ev": 62969, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE9push_backEOS7_": 62991, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EEixEm": 63008, + "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5beginEv": 63023, + "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv": 63036, + "_ZN5boost4bindIbNS_9unit_test9framework4impl11name_filter9componentERKNS1_9test_unitENS_3argILi1EEENS_17reference_wrapperIS7_EEEENS_3_bi6bind_tIT_NS_4_mfi4cmf1ISF_T0_T1_EENSD_9list_av_2IT2_T3_E4typeEEEMSI_KFSF_SJ_ESM_SN_": 63050, + "_ZSt7find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSE_5list2INS2_3argILi1EEENS2_17reference_wrapperISJ_EEEEEEET_ST_ST_T0_": 63081, + "_ZN9__gnu_cxxneIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 63107, + "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE4sizeEv": 63127, + "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEcvRKS3_Ev": 63143, + "_ZNK5boost9unit_test14class_propertyISt6vectorImSaImEEE3getEv": 63150, + "_ZN5boost9unit_testeqINS0_9test_unit10run_statusEEEbRKNS0_14class_propertyIT_EES8_": 63157, + "_ZN5boost9unit_testlsIA16_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_": 63178, + "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA16_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_": 63194, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EEcEENS2_INS2_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_": 63210, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS2_INS2_IT_T0_RKSL_EET1_RKSP_EERKSO_SR_": 63226, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA26_cEENS2_INS2_IT_T0_RKSO_EET1_RKSS_EERKSR_SU_": 63242, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cSA_EENS2_INS2_IT_T0_RKSR_EET1_RKSV_EERKSU_SX_": 63258, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cRA26_S5_EESA_cEENS2_INS2_IT_T0_RKSU_EET1_RKSY_EERKSX_S10_": 63274, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS2_INS2_INS2_INS2_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS5_EERKSA_EEcRS5_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSL_EEA26_cRA26_S5_EESA_SC_EEcSL_EENS2_INS2_IT_T0_RKSV_EET1_RKSZ_EERKSY_S11_": 63290, + "_ZNK5boost9unit_test13basic_cstringIKcEixEm": 63306, + "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftEm": 63318, + ".L5394": 63339, + "_ZN5boost9unit_test14runtime_config3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS0_13basic_cstringIKcEE": 63343, + "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSE_": 63363, + "_ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE": 63370, + "_ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_14const_iteratorEEERKSD_N4mpl_5bool_ILb1EEE": 63387, + "_ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RKT_N4mpl_5bool_ILb1EEE": 63404, + "_ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 63427, + "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISF_EEN4mpl_5bool_ILb1EEE": 63442, + "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE12_Vector_implC2Ev": 63463, + "_ZNSaIPN5boost9unit_test10test_suiteEED2Ev": 63477, + "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EED2Ev": 63488, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EED2Ev": 63513, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE13_Rb_tree_implISA_Lb1EEC2Ev": 63535, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEED2Ev": 63553, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EED2Ev": 63564, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EEC2Ev": 63583, + "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEED2Ev": 63601, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EED2Ev": 63612, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_Vector_implC2Ev": 63631, + "_ZNSaIN5boost9unit_test9framework5state13context_frameEED2Ev": 63645, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EED2Ev": 63656, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EED2Ev": 63684, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EEC2Ev": 63706, + "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEED2Ev": 63724, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EED2Ev": 63735, + "_ZN5boost12scoped_arrayIcED2Ev": 63754, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE13_Rb_tree_implISB_Lb1EEC2Ev": 63766, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEED2Ev": 63784, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EED2Ev": 63795, + "_ZNKSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5emptyEv": 63814, + "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5beginEv": 63824, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEdeEv": 63834, + "_ZN5boost9unit_test8for_each13is_const_collISt6vectorImSaImEEEENS_8is_constIT_EERS7_": 63845, + "_ZN5boost9unit_test8for_each5beginISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE": 63852, + "_ZN5boost9unit_test8for_each3endISt6vectorImSaImEEEENS1_10static_anyINT_8iteratorEEERS7_N4mpl_5bool_ILb0EEE": 63869, + "_ZN5boost9unit_test8for_each4doneISt6vectorImSaImEEEEbRKNS1_15static_any_baseES8_RT_N4mpl_5bool_ILb0EEE": 63886, + "_ZN5boost9unit_test8for_each4nextISt6vectorImSaImEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 63909, + "_ZN5boost9unit_test8for_each5derefImSt6vectorImSaImEEEET_RKNS1_15static_any_baseERT0_NS_4typeIS6_EEN4mpl_5bool_ILb0EEE": 63924, + "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEE5clearEv": 63939, + "_ZSt9make_pairIRmS0_ESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS2_INS3_IT0_E4typeEE6__typeEEOS4_OS9_": 63950, + "_ZNSt8multimapImmSt4lessImESaISt4pairIKmmEEE6insertIS2_ImmEEENSt9enable_ifIXsrSt16is_constructibleIS4_JT_EE5valueESt17_Rb_tree_iteratorIS4_EE4typeEOSB_": 63975, + "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5emptyEv": 63992, + "_ZNKSt6vectorImSaImEE5emptyEv": 64012, + "_ZNSt6vectorImSaImEE4backEv": 64032, + "_ZNSt6vectorImSaImEE8pop_backEv": 64051, + "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS_8is_constIT_EERSC_": 64070, + "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE": 64077, + "_ZN5boost9unit_test8for_each3endISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE": 64094, + "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE": 64111, + "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 64134, + "_ZN5boost9unit_test8for_each5derefIPNS0_13test_observerESt3setIS4_NS0_9framework5state14priority_orderESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISB_EEN4mpl_5bool_ILb0EEE": 64149, + "_ZNK5boost9unit_test14class_propertyIjEcvRKjEv": 64164, + "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC2EOS3_": 64171, + "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEE3getEv": 64197, + "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS_8is_constIT_EERSB_": 64204, + "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE": 64211, + "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE": 64228, + "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE": 64245, + "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 64268, + "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE": 64283, + "_ZN5boost4bindIvNS_9unit_test17test_unit_fixtureENS_10shared_ptrIS2_EEEENS_3_bi6bind_tIT_NS_4_mfi3mf0IS7_T0_EENS5_9list_av_1IT1_E4typeEEEMSA_FS7_vESD_": 64304, + ".L5490": 64352, + "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2ERKS6_": 64357, + "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ERKS8_": 64371, + "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ERKS8_": 64385, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC2ERKSD_": 64399, + "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS4_5list1INS4_5valueINS_10shared_ptrIS9_EEEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISI_EE5valueEiE4typeE": 64421, + ".L5498": 64451, + "_ZN5boost9unit_test14runtime_config3getIjEERKT_NS0_13basic_cstringIKcEE": 64455, + "_ZN5boost9unit_test8for_each13is_const_collIKSt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS_8is_constIT_EERSD_": 64475, + "_ZN5boost9unit_test8for_each5beginISt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE": 64482, + "_ZN5boost9unit_test8for_each3endISt8multimapImmSt4lessImESaISt4pairIKmmEEEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE": 64499, + "_ZN5boost9unit_test8for_each4doneISt8multimapImmSt4lessImESaISt4pairIKmmEEEEEbRKNS1_15static_any_baseESD_RKT_N4mpl_5bool_ILb1EEE": 64516, + "_ZN5boost9unit_test8for_each4nextISt8multimapImmSt4lessImESaISt4pairIKmmEEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 64539, + "_ZN5boost9unit_test8for_each5derefISt4pairImmESt8multimapImmSt4lessImESaIS3_IKmmEEEEET_RKNS1_15static_any_baseERKT0_NS_4typeISC_EEN4mpl_5bool_ILb1EEE": 64554, + "_ZSt3minIN5boost9unit_test19unit_test_monitor_t11error_levelEERKT_S6_S6_": 64575, + ".L5513": 64588, + ".L5514": 64590, + "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE5beginEv": 64593, + "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE3endEv": 64603, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_": 64613, + "_ZNSt6vectorImSaImEE5clearEv": 64626, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEptEv": 64640, + "_ZNKSt8multimapImmSt4lessImESaISt4pairIKmmEEE11equal_rangeERS3_": 64651, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEppEi": 64664, + "_ZNSt6vectorImSaImEE5beginEv": 64682, + "_ZNSt6vectorImSaImEE3endEv": 64695, + "_ZN5boost9unit_test9framework4impl14random_shuffleIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEKNS1_5state23random_generator_helperEEEvT_SE_RT0_": 64709, + ".L5535": 64726, + ".L5534": 64754, + ".L5536": 64757, + "_ZNK5boost9unit_test14class_propertyINS_8functionIFvvEEEEcvRKS4_Ev": 64762, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5clearEv": 64769, + "_ZN5boost9unit_test8for_each4prevISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 64783, + "_ZN5boost9unit_test8for_each4prevISt3setIPNS0_13test_observerENS0_9framework5state14priority_orderESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 64798, + "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE5clearEv": 64813, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EEC2ERKS9_": 64824, + ".L5547": 64861, + "_ZN5boost9unit_test8for_each13is_const_collISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS_8is_constIT_EERSB_": 64866, + "_ZN5boost9unit_test8for_each5beginISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE": 64873, + "_ZN5boost9unit_test8for_each3endISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEENS1_10static_anyINT_8iteratorEEERSB_N4mpl_5bool_ILb0EEE": 64890, + "_ZN5boost9unit_test8for_each4doneISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEbRKNS1_15static_any_baseESC_RT_N4mpl_5bool_ILb0EEE": 64907, + "_ZN5boost9unit_test8for_each4nextISt3setIPNS0_14global_fixtureESt4lessIS5_ESaIS5_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 64930, + "_ZN5boost9unit_test8for_each5derefIPNS0_14global_fixtureESt3setIS4_St4lessIS4_ESaIS4_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISA_EEN4mpl_5bool_ILb0EEE": 64945, + "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5clearEv": 64960, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EEC2ERKSA_": 64971, + ".L5564": 65008, + "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5clearEv": 65013, + "_ZN5boost9unit_test14runtime_config3getINS0_9log_levelEEERKT_NS0_13basic_cstringIKcEE": 65024, + "_ZN5boost9unit_test14runtime_config3getINS0_13output_formatEEERKT_NS0_13basic_cstringIKcEE": 65044, + "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEEixERS8_": 65064, + ".L5571": 65102, + ".L5572": 65105, + ".L5573": 65107, + ".L5574": 65131, + "_ZN5boost4bindIvNS_9unit_test15unit_test_log_tERSoPS2_NS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_NS_4_mfi3mf1IS9_T0_T1_EENS7_9list_av_2IT2_T3_E4typeEEEMSC_FS9_SD_ESG_SH_": 65139, + "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS4_5list2INS4_5valueIPS9_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE": 65177, + "_ZN5boost9unit_test14runtime_config3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS0_13basic_cstringIKcEE": 65195, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implC2Ev": 65215, + "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev": 65229, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EED2Ev": 65240, + "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EEptEv": 65265, + "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyptEv": 65287, + "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4sizeEv": 65297, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE4backEv": 65310, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backERKS5_": 65329, + ".L5593": 65354, + ".L5595": 65364, + "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS_8is_constIT_EERSD_": 65368, + "_ZN5boost9unit_test8for_each5beginISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE": 65375, + "_ZN5boost9unit_test8for_each3endISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE": 65392, + "_ZN5boost9unit_test8for_each4doneISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE": 65409, + "_ZN5boost9unit_test8for_each4nextISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 65432, + "_ZN5boost9unit_test8for_each5derefIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISE_EEN4mpl_5bool_ILb0EEE": 65447, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEEEcmINS3_IPKcNS6_20dropped_delimeters_tESC_EEEENS0_23named_parameter_combineIT_S8_EERKSG_": 65461, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES6_EENS4_IbNS9_19keep_empty_tokens_tEbEEEEEcmINS4_IKNS8_17ti_delimeter_typeENS9_17kept_delimeters_tERSI_EEEENS3_IT_SE_EERKSM_": 65477, + "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEC2INS_3nfp23named_parameter_combineINS8_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSC_EENS9_INSA_IPKcNSD_20dropped_delimeters_tESI_EENSA_IbNSD_19keep_empty_tokens_tEbEEEEEEEENS0_13basic_cstringISH_EERKT_": 65493, + "_ZN5boost7runtime11param_errorC2ERKS1_": 65520, + ".L5615": 65557, + "_ZN5boost7runtime10init_errorC2ERKS1_": 65561, + "_ZN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEC2ERKS4_": 65578, + "_ZN5boost7runtime26access_to_missing_argumentC2EOS1_": 65595, + "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsEPKc": 65612, + "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_": 65633, + ".L5625": 65668, + "_ZSt10accumulateIPKSt4pairIPKcN5boost9unit_test13output_formatEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS4_9framework4impl17sum_to_first_onlyEET0_T_SJ_SI_T1_": 65673, + ".L5628": 65682, + ".L5627": 65702, + "_ZN5boost7runtime26access_to_missing_argumentC2ERKS1_": 65711, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime26access_to_missing_argumentEEEvRKT_": 65728, + "_ZSt10accumulateIPKSt4pairIPKcN5boost9unit_test9log_levelEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS4_9framework4impl17sum_to_first_onlyEET0_T_SJ_SI_T1_": 65752, + ".L5636": 65761, + ".L5635": 65781, + "_ZN5boost4bindIvNS_9unit_test15unit_test_log_tENS1_13output_formatERSoPS2_S3_NS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_NS_4_mfi3mf2ISA_T0_T1_T2_EENS8_9list_av_3IT3_T4_T5_E4typeEEEMSD_FSA_SE_SF_ESI_SJ_SK_": 65790, + "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS8_13output_formatERSoEENS4_5list3INS4_5valueIPS9_EENSE_ISA_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISM_EE5valueEiE4typeE": 65834, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework15nothing_to_testEEEvRKT_": 65854, + "_ZN5boost9unit_test14runtime_config3getINS0_12report_levelEEERKT_NS0_13basic_cstringIKcEE": 65868, + "_ZN5boost4bindIvRSoNS_17reference_wrapperISoEEEENS_3_bi6bind_tIT_PFS6_T0_ENS4_9list_av_1IT1_E4typeEEES9_SB_": 65888, + "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvPFvRSoENS4_5list1INS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISE_EE5valueEiE4typeE": 65909, + "_ZN5boost9unit_test14runtime_config3getImEERKT_NS0_13basic_cstringIKcEE": 65929, + "_ZN5boost4bindIvPFPNS_9unit_test10test_suiteEiPPcES7_EENS_3_bi6bind_tIT_PFSA_T0_ENS8_9list_av_1IT1_E4typeEEESD_SF_": 65949, + "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS4_5list1INS4_5valueISC_EEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE": 65975, + "_ZNK5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEE3getEv": 65995, + "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS_8is_constIT_EERSC_": 66002, + "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS1_10static_anyINT_14const_iteratorEEERKSB_N4mpl_5bool_ILb1EEE": 66009, + "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEENS1_10static_anyINT_14const_iteratorEEERKSB_N4mpl_5bool_ILb1EEE": 66026, + "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEEbRKNS1_15static_any_baseESC_RKT_N4mpl_5bool_ILb1EEE": 66043, + "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS7_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 66066, + "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS6_SaIS6_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE": 66081, + ".LC700": 66102, + "_ZNK5boost10shared_ptrINS_9unit_test9decorator4baseEEptEv": 66104, + ".L5666": 66118, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE13_Rb_tree_implISB_Lb1EEC2Ev": 66123, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEED2Ev": 66141, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EED2Ev": 66152, + "_ZNSt4pairIKmPN5boost9unit_test9test_unitEEC2IRmRPNS2_9test_caseELb1EEEOT_OT0_": 66171, + "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE6insertEOS8_": 66193, + "_ZSt7forwardIRPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS5_E4typeE": 66210, + "_ZNSt4pairIKmPN5boost9unit_test9test_unitEEC2IRmRPNS2_10test_suiteELb1EEEOT_OT0_": 66217, + ".L5677": 66238, + ".L5678": 66240, + "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE5eraseERS7_": 66246, + "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE6insertEOS3_": 66259, + "_ZNSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5eraseERKS3_": 66287, + "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE6insertEOS3_": 66300, + "_ZNSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5eraseERKS3_": 66328, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE9push_backEOS4_": 66341, + "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE4sizeEv": 66358, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EEixEm": 66374, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv": 66389, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEplEl": 66402, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC2IPS5_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISE_SD_E7__valueESA_E6__typeEEE": 66425, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EE": 66440, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv": 66473, + "_ZSt7find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS4_13frame_with_idEET_SD_SD_T0_": 66487, + "_ZN9__gnu_cxxneIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_": 66505, + "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5emptyEv": 66525, + "_ZN5boost9unit_test13basic_cstringIKcE4trimES3_": 66545, + "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5emptyEv": 66574, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE9push_backEOS3_": 66594, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8pop_backEv": 66611, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE9push_backERKS3_": 66630, + ".L5716": 66655, + ".L5718": 66665, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4backEv": 66669, + "_ZN5boost9unit_test9framework3getINS0_9test_caseEEERT_m": 66688, + "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEEixERS7_": 66699, + ".L5724": 66737, + ".L5725": 66740, + ".L5726": 66742, + ".L5727": 66766, + "_ZN5boost9unit_test9framework14internal_errorC2ERKS2_": 66774, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS0_9framework14internal_errorEEEvRKT_": 66791, + "_ZN5boost4bindIvNS_9unit_test13test_observerEmmPS2_NS1_17test_case_counter19readonly_property43EmEENS_3_bi6bind_tIT_NS_4_mfi3mf2IS8_T0_T1_T2_EENS6_9list_av_3IT3_T4_T5_E4typeEEEMSB_FS8_SC_SD_ESG_SH_SI_": 66808, + "_ZN5boost8functionIFvvEEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS4_5list3INS4_5valueIPS9_EENSC_INS8_17test_case_counter19readonly_property43EEENSC_ImEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISL_EE5valueEiE4typeE": 66857, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv": 66877, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv": 66890, + "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2Ev": 66904, + "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEED2Ev": 66915, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2IN9__gnu_cxx17__normal_iteratorIPS4_S6_EEvEET_SC_RKS5_": 66926, + ".L5743": 66957, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED2Ev": 66961, + "_ZN5boost9unit_test8for_each5derefIPNS0_17test_unit_fixtureESt3setIPNS0_14global_fixtureESt4lessIS7_ESaIS7_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE": 66983, + "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEC2INS1_9framework4impl21global_fixture_handleEEEPT_": 66998, + ".L5750": 67028, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC2IPS5_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISE_SD_E7__valueESA_E6__typeEEE": 67032, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE6insertEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_": 67047, + "_ZN5boost9unit_test9framework14swap_on_deleteISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEEC2ERS8_SA_": 67065, + "_ZN5boost9unit_test9framework14swap_on_deleteISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS6_EEED2Ev": 67080, + "_ZN5boost9unit_testlsIA42_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_": 67095, + "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA42_cjEENS0_17lazy_ostream_implINS4_IT_T0_RKS6_EET1_RKSA_EERKS9_SC_": 67111, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2Ev": 67127, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEED2Ev": 67145, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EED2Ev": 67156, + "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEcvbEv": 67175, + "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEEixERS9_": 67185, + ".L5766": 67223, + ".L5767": 67226, + ".L5768": 67228, + ".L5769": 67252, + "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEaSERKS3_": 67260, + "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE4findERS9_": 67282, + "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv": 67295, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_": 67305, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEptEv": 67318, + ".LC701": 67329, + "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEdeEv": 67331, + ".L5782": 67345, + "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC2ERKS3_": 67350, + "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC2Ev": 67370, + "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC2EOS3_": 67384, + "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE5beginEv": 67410, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv": 67420, + "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE5adoptEPS2_": 67434, + ".LC702": 67452, + "_ZNK5boost10shared_ptrINS_16exception_detail15error_info_baseEEptEv": 67454, + ".L5793": 67468, + "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEEC2IS2_EEPT_": 67473, + ".L5798": 67503, + "_ZSt9make_pairIRKN5boost16exception_detail10type_info_ERNS0_10shared_ptrINS1_15error_info_baseEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_": 67507, + "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE6insertIS8_IS2_S5_EEENSt9enable_ifIXsrSt16is_constructibleISA_JT_EE5valueES8_ISt17_Rb_tree_iteratorISA_EbEE4typeEOSH_": 67532, + "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEEC2ERKS3_": 67549, + "_ZN5boost22current_exception_castIKNS_9exceptionEEEPT_v": 67565, + ".L5805": 67571, + ".L5807": 67582, + ".L5809": 67588, + "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_file_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_": 67593, + ".L5811": 67606, + ".L5812": 67608, + "_ZN5boost14get_error_infoINS_10error_infoINS_11throw_line_EiEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERS8_": 67611, + ".L5814": 67624, + ".L5815": 67626, + "_ZN5boost14get_error_infoINS_10error_infoINS_15throw_function_EPKcEEKNS_9exceptionEEENS_16exception_detail26get_error_info_return_typeIT0_NT_10value_typeEE4typeERSA_": 67629, + ".L5817": 67642, + ".L5818": 67644, + "_ZN5boost6detail7extractINS_10error_infoINS_11throw_file_EPKcEEEENT_10value_typeEPKNS_9exceptionE": 67647, + ".L5820": 67656, + ".L5822": 67666, + ".L5824": 67668, + ".L5821": 67670, + "_ZN5boost6detail7extractINS_10error_infoINS_11throw_line_EiEEEENT_10value_typeEPKNS_9exceptionE": 67673, + ".L5826": 67682, + ".L5828": 67692, + ".L5830": 67694, + ".L5827": 67696, + "_ZN5boost6detail7extractINS_10error_infoINS_15throw_function_EPKcEEEENT_10value_typeEPKNS_9exceptionE": 67699, + ".L5832": 67708, + ".L5834": 67718, + ".L5836": 67720, + ".L5833": 67722, + "_ZN5boost19execution_exceptionC2ERKS0_": 67725, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_19execution_exceptionEEEvRKT_": 67752, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_12system_errorEEEvRKT_": 67769, + "_ZNK5boost12scoped_arrayIcEntEv": 67786, + ".LC703": 67796, + ".LC704": 67798, + "_ZN5boost12scoped_arrayIcE5resetEPc": 67800, + ".L5843": 67817, + "_ZNK5boost12scoped_arrayIcE3getEv": 67834, + "_ZN5boost6detail9do_invokeINS_10shared_ptrINS0_22translator_holder_baseEEENS_8functionIFivEEEEEiRKT_RKT0_": 67842, + ".L5847": 67864, + ".L5849": 67868, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_6detail23system_signal_exceptionEEEvRKT_": 67871, + "_ZN5boost9unit_test18readwrite_propertyIbEC2Eb": 67888, + "_ZN5boost9unit_test18readwrite_propertyImEC2Em": 67903, + "_ZN5boost9unit_test18readwrite_propertyIjEC2Ej": 67917, + "_ZN5boost10shared_ptrINS_6detail22translator_holder_baseEEC2Ev": 67931, + "_ZN5boost12scoped_arrayIcEC2EPc": 67945, + "_ZN5boost22diagnostic_informationINS_9exceptionEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_b": 67956, + "_ZN5boost6detail11typeid_nameISt9bad_allocEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 67988, + "_ZN5boost6detail11typeid_nameISt8bad_castEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68008, + "_ZN5boost6detail11typeid_nameISt10bad_typeidEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68028, + "_ZN5boost6detail11typeid_nameISt13bad_exceptionEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68048, + "_ZN5boost6detail11typeid_nameISt12domain_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68068, + "_ZN5boost6detail11typeid_nameISt16invalid_argumentEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68088, + "_ZN5boost6detail11typeid_nameISt12length_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68108, + "_ZN5boost6detail11typeid_nameISt12out_of_rangeEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68128, + "_ZN5boost6detail11typeid_nameISt11range_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68148, + "_ZN5boost6detail11typeid_nameISt14overflow_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68168, + "_ZN5boost6detail11typeid_nameISt15underflow_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68188, + "_ZN5boost6detail11typeid_nameISt11logic_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68208, + "_ZN5boost6detail11typeid_nameISt13runtime_errorEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68228, + "_ZN5boost6detail11typeid_nameISt9exceptionEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 68248, + "_ZN5boost8functionIFivEEC2INS_6detail7forwardEEET_NS_10enable_if_IXntsrNS_11is_integralIS6_EE5valueEiE4typeE": 68268, + "_ZN5boost9function0IiED2Ev": 68284, + "_ZN5boost9unit_test5utilslsINS0_6output12_GLOBAL__N_17quote_tEEENS1_14custom_printerINS1_12custom_manipIT_EEEERSoRKS9_": 68295, + "_ZN5boost9unit_test6output12_GLOBAL__N_1lsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERSoRKNS0_5utils14custom_printerINSB_12custom_manipINS2_7quote_tEEEEERKT_": 68309, + "_ZN5boost9unit_testlsIcSt11char_traitsIcEmEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE": 68334, + "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEEC2EPS2_": 68350, + "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEED2Ev": 68361, + ".LC705": 68373, + ".LC706": 68375, + "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEE5resetEPS2_": 68377, + ".L5897": 68394, + ".LC707": 68411, + "_ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEdeEv": 68413, + ".L5899": 68427, + ".LC708": 68432, + "_ZNK5boost10scoped_ptrINS_9unit_test16progress_displayEEptEv": 68434, + ".L5902": 68448, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE13_Rb_tree_implIS9_Lb1EEC2Ev": 68453, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEED2Ev": 68471, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EED2Ev": 68482, + "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE4findERS6_": 68501, + "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE3endEv": 68514, + "_ZStneRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_": 68524, + "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE5eraseB5cxx11ESt17_Rb_tree_iteratorIS7_E": 68537, + "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixERS6_": 68550, + ".L5916": 68588, + ".L5917": 68591, + ".L5918": 68593, + ".L5919": 68617, + "_ZN5boost9unit_testlsIA11_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_": 68625, + "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA11_cNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_17lazy_ostream_implINSA_IT_T0_RKSC_EET1_RKSG_EERKSF_SI_": 68641, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA34_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_": 68657, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEA30_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_": 68673, + "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEEixEOm": 68689, + ".L5930": 68727, + ".L5931": 68730, + ".L5932": 68732, + ".L5933": 68759, + "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEEC2EPS2_": 68767, + "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEED2Ev": 68778, + "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEC2EPS3_": 68790, + "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEED2Ev": 68801, + ".LC709": 68813, + "_ZNK5boost10scoped_ptrINS_9unit_test16results_reporter6formatEEptEv": 68815, + ".L5940": 68829, + ".LC710": 68834, + "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEE5resetEPS2_": 68836, + ".L5943": 68853, + ".LC711": 68870, + "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEE5resetEPS3_": 68872, + ".L5945": 68889, + ".LC712": 68906, + "_ZNK5boost10scoped_ptrINS_2io18ios_base_all_saverEEptEv": 68908, + ".L5947": 68922, + "_ZN5boost9unit_test9framework3getINS0_9test_unitEEERT_m": 68927, + "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_Vector_implD2Ev": 68938, + "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEC2Ev": 68949, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEC2Ev": 68960, + ".LC713": 68971, + ".LC714": 68973, + ".LC715": 68975, + ".LC716": 68977, + ".LC717": 68979, + ".LC718": 68981, + ".LC719": 68983, + ".LC720": 68985, + ".LC721": 68987, + ".LC722": 68989, + ".LC723": 68991, + ".LC724": 68993, + ".LC725": 68995, + ".LC726": 68997, + ".LC727": 68999, + ".LC728": 69001, + ".LC729": 69003, + ".LC730": 69005, + ".LC731": 69007, + ".LC732": 69009, + "_ZN5boost10test_tools9tt_detail13format_reportINS_9unit_test15unit_test_log_tEEEvRT_RKNS0_16assertion_resultERKNS3_12lazy_ostreamENS1_10tool_levelENS1_10check_typeEmP13__va_list_tagPKcSI_": 69011, + ".L5957": 69028, + ".L5965": 69044, + ".L5956": 69096, + ".L5964": 69146, + ".L5969": 69193, + ".L5970": 69199, + ".L5963": 69226, + ".L5972": 69243, + ".L5973": 69249, + ".L5974": 69268, + ".L5975": 69274, + ".L5976": 69293, + ".L5977": 69299, + ".L5978": 69318, + ".L5979": 69324, + ".L5980": 69423, + ".L5962": 69450, + ".L5982": 69467, + ".L5983": 69473, + ".L5984": 69492, + ".L5985": 69498, + ".L5986": 69517, + ".L5987": 69523, + ".L5988": 69542, + ".L5989": 69548, + ".L5990": 69561, + ".L5991": 69567, + ".L5992": 69584, + ".L5993": 69590, + ".L5994": 69683, + ".L5995": 69685, + ".L5961": 69711, + ".L5997": 69728, + ".L5998": 69734, + ".L5999": 69753, + ".L6000": 69759, + ".L6001": 69772, + ".L6002": 69778, + ".L6003": 69795, + ".L6004": 69801, + ".L6005": 69851, + ".L6006": 69853, + ".L5959": 69893, + ".L6013": 69903, + ".L6009": 69923, + ".L6010": 69929, + ".L6011": 69948, + ".L6012": 69954, + ".L6008": 69971, + ".L6016": 69997, + ".L6015": 70029, + ".L6014": 70032, + ".L6020": 70064, + ".L6019": 70091, + ".L6018": 70094, + ".L6017": 70104, + ".L6046": 70130, + ".L5958": 70136, + ".L6022": 70153, + ".L6023": 70159, + ".L6024": 70178, + ".L6025": 70184, + ".L6026": 70203, + ".L6027": 70209, + ".L6028": 70228, + ".L6029": 70234, + ".L5960": 70368, + ".L6031": 70385, + ".L6032": 70391, + ".L6033": 70410, + ".L6034": 70416, + ".L6040": 70494, + ".L6041": 70497, + ".L6042": 70500, + ".L6043": 70503, + ".L6044": 70506, + ".L6045": 70509, + ".L6047": 70512, + ".L6048": 70515, + ".L6039": 70525, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_17execution_abortedEEEvRKT_": 70530, + "_ZN5boost23basic_wrap_stringstreamIcE6streamB5cxx11Ev": 70541, + "_ZN5boost10test_tools9tt_detail13format_reportINSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEEEEvRT_RKNS0_16assertion_resultERKNS_9unit_test12lazy_ostreamENS1_10tool_levelENS1_10check_typeEmP13__va_list_tagPKcSN_": 70548, + ".L6055": 70565, + ".L6063": 70581, + ".L6054": 70618, + ".L6062": 70653, + ".L6067": 70678, + ".L6068": 70684, + ".L6061": 70706, + ".L6070": 70723, + ".L6071": 70729, + ".L6072": 70748, + ".L6073": 70754, + ".L6074": 70773, + ".L6075": 70779, + ".L6076": 70798, + ".L6077": 70804, + ".L6078": 70862, + ".L6060": 70884, + ".L6080": 70901, + ".L6081": 70907, + ".L6082": 70926, + ".L6083": 70932, + ".L6084": 70951, + ".L6085": 70957, + ".L6086": 70976, + ".L6087": 70982, + ".L6088": 70995, + ".L6089": 71001, + ".L6090": 71018, + ".L6091": 71024, + ".L6092": 71077, + ".L6093": 71079, + ".L6059": 71095, + ".L6095": 71112, + ".L6096": 71118, + ".L6097": 71137, + ".L6098": 71143, + ".L6099": 71156, + ".L6100": 71162, + ".L6101": 71179, + ".L6102": 71185, + ".L6103": 71212, + ".L6104": 71214, + ".L6057": 71244, + ".L6111": 71254, + ".L6107": 71274, + ".L6108": 71280, + ".L6109": 71299, + ".L6110": 71305, + ".L6106": 71322, + ".L6114": 71338, + ".L6113": 71360, + ".L6112": 71363, + ".L6118": 71380, + ".L6117": 71402, + ".L6116": 71405, + ".L6115": 71410, + ".L6144": 71431, + ".L6056": 71437, + ".L6120": 71454, + ".L6121": 71460, + ".L6122": 71479, + ".L6123": 71485, + ".L6124": 71504, + ".L6125": 71510, + ".L6126": 71529, + ".L6127": 71535, + ".L6058": 71604, + ".L6129": 71621, + ".L6130": 71627, + ".L6131": 71646, + ".L6132": 71652, + ".L6138": 71699, + ".L6139": 71702, + ".L6140": 71705, + ".L6141": 71708, + ".L6142": 71711, + ".L6143": 71714, + ".L6145": 71717, + ".L6146": 71720, + ".L6137": 71730, + "_ZN5boost9unit_testneIKcEEbRKNS0_13basic_cstringIT_EES7_": 71735, + "_ZN5boostlsIcA18_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 71749, + "_ZN5boostlsIcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNS_23basic_wrap_stringstreamIT_EESA_RKT0_": 71766, + "_ZN5boostlsIccEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_": 71783, + "_ZN5boost9unit_testlsIA25_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_": 71802, + "_ZN5boost9unit_testlsINS0_12lazy_ostreamEA25_cNS0_13basic_cstringIKcEEEENS0_17lazy_ostream_implINS7_IT_T0_RKS9_EET1_RKSD_EERKSC_SF_": 71818, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EEA6_cEENS2_INS2_IT_T0_RKSD_EET1_RKSH_EERKSG_SJ_": 71834, + "_ZN5boost9unit_testlsINS0_17lazy_ostream_implINS2_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS5_EERKSA_EEA6_cA8_cEENS2_INS2_IT_T0_RKSH_EET1_RKSL_EERKSK_SN_": 71850, + "_ZN5boostlsIcA30_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 71866, + "_ZNSt12_Vector_baseIcSaIcEE12_Vector_implC2Ev": 71883, + "_ZNSt12_Vector_baseIcSaIcEED2Ev": 71897, + "_ZNSt6vectorIcSaIcEED2Ev": 71921, + "_ZNKSt6vectorIcSaIcEE4sizeEv": 71943, + "_ZNSt6vectorIcSaIcEE9push_backERKc": 71955, + ".L6171": 71980, + ".L6173": 71990, + "_ZNSt6vectorIcSaIcEEixEm": 71994, + "_ZSt3minImERKT_S2_S2_": 72005, + ".L6177": 72018, + ".L6178": 72020, + "_ZSt5countIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcENSt15iterator_traitsIT_E15difference_typeESB_SB_RKT0_": 72023, + "_ZN5boostlsIcA22_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72041, + "_ZN5boostlsIcmEERNS_23basic_wrap_stringstreamIT_EES4_RKT0_": 72058, + "_ZN5boostlsIcA8_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72076, + "_ZN5boostlsIcA10_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72093, + "_ZN5boostlsIcA5_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72110, + "_ZN5boostlsIcA7_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72127, + "_ZStplIcSt11char_traitsIcESaIcEENSt7__cxx1112basic_stringIT_T0_T1_EERKS8_OS8_": 72144, + "_ZN5boostlsIcA2_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72166, + "_ZN5boostlsIcA51_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72183, + "_ZN5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_": 72200, + "_ZN5boost9unit_test18readwrite_propertyINS0_9test_unit10run_statusEEC2ES3_": 72214, + "_ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEEC2Ev": 72228, + "_ZN5boost9unit_test18readwrite_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEEC2Ev": 72239, + "_ZN5boost9unit_testneImEEbRKNS0_14class_propertyIT_EES6_": 72250, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE9push_backERKS5_": 72270, + ".L6206": 72295, + ".L6208": 72305, + "_ZN5boostlsIcA17_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72309, + "_ZN5boostlsIcNS_9unit_test13basic_cstringIKcEEEERNS_23basic_wrap_stringstreamIT_EES8_RKT0_": 72326, + "_ZN5boostlsIcA3_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72343, + "_ZN5boostlsIcA14_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72360, + "_ZN5boostlsIcPKcEERNS_23basic_wrap_stringstreamIT_EES6_RKT0_": 72377, + "_ZN5boostlsIcA25_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72395, + "_ZNK5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEE3getEv": 72412, + "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS_8is_constIT_EERSD_": 72419, + "_ZN5boost9unit_test8for_each5beginISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE": 72426, + "_ZN5boost9unit_test8for_each3endISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEENS1_10static_anyINT_14const_iteratorEEERKSC_N4mpl_5bool_ILb1EEE": 72443, + "_ZN5boost9unit_test8for_each4doneISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RKT_N4mpl_5bool_ILb1EEE": 72460, + "_ZN5boost9unit_test8for_each4nextISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS8_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 72483, + "_ZN5boost9unit_test8for_each5derefINS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS7_SaIS7_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISB_EEN4mpl_5bool_ILb1EEE": 72498, + "_ZNK5boost9function1INS_10test_tools16assertion_resultEmEclEm": 72519, + ".L6235": 72538, + ".L6239": 72557, + "_ZN5boostlsIcA20_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 72562, + "_ZN5boostlsIcEERNS_23basic_wrap_stringstreamIT_EES4_S4_": 72579, + "_ZN5boost9unit_test9framework3getINS0_10test_suiteEEERT_m": 72596, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9push_backEOS5_": 72608, + "_ZNK5boost9unit_test17readonly_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEptEv": 72625, + "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv": 72635, + "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv": 72648, + "_ZSt4findIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEN5boost9unit_test13basic_cstringIKcEEET_SJ_SJ_RKT0_": 72662, + "_ZN9__gnu_cxxneIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 72680, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE13_Rb_tree_implIS6_Lb1EEC2Ev": 72700, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmmEEED2Ev": 72718, + "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE12_Vector_implC2Ev": 72729, + "_ZNSaISt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEED2Ev": 72743, + "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EED2Ev": 72754, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EOS7_": 72782, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EOS7_": 72796, + "_ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC2IRS4_SA_Lb1EEEOT_OT0_": 72810, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE9push_backERKSB_": 72837, + ".L6266": 72862, + ".L6268": 72872, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5beginEv": 72876, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE3endEv": 72889, + "_ZN9__gnu_cxxltIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEEbRKNS_17__normal_iteratorIT_T0_EESM_": 72903, + "_ZN9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEppEv": 72923, + "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEptEv": 72935, + ".LC733": 72943, + "_ZNK5boost10shared_ptrINS_9unit_test19test_unit_generatorEEptEv": 72945, + ".L6280": 72959, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE5clearEv": 72964, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE13_Rb_tree_implIS9_Lb1EEC2Ev": 72978, + "_ZNSaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev": 72996, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EED2Ev": 73007, + "_ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC2IPmEERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameIS9_S8_E7__valueES5_E6__typeEEE": 73026, + "_ZN9__gnu_cxxltIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_": 73041, + "_ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEppEv": 73061, + "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEdeEv": 73073, + "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertERKS5_": 73081, + "_ZSt4findIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEmET_S7_S7_RKT0_": 73105, + "_ZN9__gnu_cxxneIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_": 73123, + "_ZNSt6vectorImSaImEE5eraseEN9__gnu_cxx17__normal_iteratorIPKmS1_EE": 73143, + "_ZNKSt6vectorImSaImEEixEm": 73176, + "_ZSt7replaceIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEcEvT_SA_RKT0_SD_": 73188, + ".L6306": 73196, + ".L6305": 73220, + ".L6307": 73225, + "_ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEEC2ERKS3_": 73229, + "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEC2IS2_EEPT_": 73249, + ".L6312": 73279, + "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC2Ev": 73283, + ".LC734": 73297, + "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE5resetIS2_EEvPT_": 73299, + ".L6315": 73316, + ".LC735": 73333, + "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEptEv": 73335, + ".L6317": 73349, + "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_Vector_implC2Ev": 73354, + "_ZNSaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev": 73368, + "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EED2Ev": 73379, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EED2Ev": 73407, + "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_Vector_implC2Ev": 73429, + "_ZNSaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev": 73443, + "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EED2Ev": 73454, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EED2Ev": 73479, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE9push_backEOS3_": 73501, + "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv": 73518, + "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv": 73531, + "_ZN9__gnu_cxxltIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_": 73545, + "_ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv": 73565, + "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv": 73577, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5clearEv": 73585, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5beginEv": 73599, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE3endEv": 73612, + "_ZN9__gnu_cxxltIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_": 73626, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEppEv": 73646, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEptEv": 73658, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEdeEv": 73666, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE9push_backEOS4_": 73674, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE5beginEv": 73691, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE3endEv": 73704, + "_ZN9__gnu_cxxltIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_": 73718, + "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEppEv": 73738, + "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEdeEv": 73750, + ".LC736": 73758, + "_ZNK5boost10shared_ptrINS_2io18ios_base_all_saverEEptEv": 73760, + ".L6363": 73774, + "_ZSt9transformIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES9_PFccEET0_T_SD_SC_T1_": 73779, + ".L6367": 73789, + ".L6366": 73817, + ".LC737": 73824, + "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE5resetIS2_EEvPT_": 73826, + ".L6370": 73843, + "_ZSt3minIN5boost9unit_test9log_levelEERKT_S5_S5_": 73860, + ".L6372": 73873, + ".L6373": 73875, + "_ZNK5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE3getEv": 73878, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC2IPS4_EERKNS0_IT_NS_11__enable_ifIXsrSt10__are_sameISD_SC_E7__valueES9_E6__typeEEE": 73886, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE5eraseEN9__gnu_cxx17__normal_iteratorIPKS3_S5_EE": 73901, + "_ZN5boost23basic_wrap_stringstreamIcE3refEv": 73934, + "_ZN5boostlsIcNS_9unit_test12lazy_ostreamEEERNS_23basic_wrap_stringstreamIT_EES6_RKT0_": 73941, + "_ZNK5boost9unit_test18readwrite_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEptEv": 73958, + "_ZN5boost9unit_testlsIcSt11char_traitsIcEjEERSt13basic_ostreamIT_T0_ES8_RKNS0_14class_propertyIT1_EE": 73968, + "_ZNK5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEE3getEv": 73984, + "_ZN5boost9unit_test8for_each5derefIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISE_EEN4mpl_5bool_ILb1EEE": 73991, + "_ZNSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE6insertIN9__gnu_cxx17__normal_iteratorIPKS5_St6vectorIS5_S8_EEEEEvT_SI_": 74005, + "_ZNKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE5beginEv": 74021, + "_ZNKSt3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4lessIS5_ESaIS5_EE3endEv": 74031, + "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC2ERSoPKc": 74041, + "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EC2ERKS6_": 74059, + "_ZSt4copyISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET0_T_SB_SA_": 74075, + "_ZN5boost9unit_test11case_ins_eqIKcEEbNS0_13basic_cstringIT_EES5_": 74107, + ".L6401": 74143, + ".L6402": 74145, + "_ZN5boost7runtime11input_errorC2ERKS1_": 74151, + "_ZN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEC2ERKS4_": 74168, + "_ZN5boost7runtime12format_errorC2EOS1_": 74185, + "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_": 74202, + ".L6411": 74237, + "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsEPKc": 74242, + "_ZN5boost7runtime12format_errorC2ERKS1_": 74263, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime12format_errorEEEvRKT_": 74280, + "_ZN5boost9algorithm6all_ofIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPFbcEEEbT_SE_T0_": 74304, + ".L6422": 74311, + ".L6420": 74332, + ".L6419": 74337, + ".L6421": 74339, + "_ZN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEC2ERKS4_": 74342, + "_ZN5boost7runtime14invalid_cla_idC2EOS1_": 74359, + "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsEPKc": 74376, + "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_": 74397, + ".L6431": 74432, + "_ZN5boost7runtime14invalid_cla_idC2ERKS1_": 74437, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime14invalid_cla_idEEEvRKT_": 74454, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEED2Ev": 74478, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EED2Ev": 74489, + "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS_8is_constIT_EERSA_": 74511, + "_ZN5boost9unit_test8for_each5beginISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE": 74518, + "_ZN5boost9unit_test8for_each3endISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEENS1_10static_anyINT_14const_iteratorEEERKS9_N4mpl_5bool_ILb1EEE": 74535, + "_ZN5boost9unit_test8for_each4doneISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEbRKNS1_15static_any_baseESA_RKT_N4mpl_5bool_ILb1EEE": 74552, + "_ZN5boost9unit_test8for_each4nextISt6vectorINS_7runtime16parameter_cla_idESaIS5_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 74575, + "_ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISA_EEN4mpl_5bool_ILb1EEE": 74590, + "_ZNO5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_": 74604, + ".L6453": 74639, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE9push_backEOS2_": 74644, + "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC2ERKS6_": 74661, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC2ERKS4_": 74675, + ".L6461": 74740, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_6optionEEEPT_": 74747, + ".L6465": 74777, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2EOS3_": 74781, + "_ZN5boost10shared_ptrINS_7runtime8argumentEED2Ev": 74807, + "_ZN5boost7runtime15arguments_store3setIbEEvNS_9unit_test13basic_cstringIKcEERKT_": 74819, + ".L6473": 74866, + "_ZNK5boost7runtime16argument_factoryIbLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE": 74870, + ".L6475": 74890, + ".L6476": 74910, + "_ZNK5boost7runtime16argument_factoryIbLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE": 74927, + "_ZSt23lexicographical_compareIPKcS1_EbT_S2_T0_S3_": 74952, + ".LC738": 74989, + "_ZNK5boost10shared_ptrINS_7runtime11basic_paramEEptEv": 74991, + ".L6481": 75005, + "_ZSt9make_pairIN5boost9unit_test13basic_cstringIKcEERNS0_10shared_ptrINS0_7runtime11basic_paramEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSB_INSC_IT0_E4typeEE6__typeEEOSD_OSI_": 75010, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE6insertISB_IS4_S8_EEENSt9enable_ifIXsrSt16is_constructibleISD_JT_EE5valueESB_ISt17_Rb_tree_iteratorISD_EbEE4typeEOSK_": 75035, + "_ZN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEC2ERKS4_": 75052, + "_ZN5boost7runtime15duplicate_paramC2EOS1_": 75069, + "_ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsEPKc": 75086, + "_ZNO5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_": 75107, + ".L6495": 75142, + "_ZN5boost7runtime15duplicate_paramC2ERKS1_": 75147, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15duplicate_paramEEEvRKT_": 75164, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE5emptyEv": 75188, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE3endEv": 75198, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2ERKS3_": 75208, + "_ZN5boost9unit_test8for_each13is_const_collIKSt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS_8is_constIT_EERSK_": 75228, + "_ZN5boost9unit_test8for_each5beginISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE": 75235, + "_ZN5boost9unit_test8for_each3endISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEENS1_10static_anyINT_14const_iteratorEEERKSJ_N4mpl_5bool_ILb1EEE": 75252, + "_ZN5boost9unit_test8for_each4doneISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEbRKNS1_15static_any_baseESK_RKT_N4mpl_5bool_ILb1EEE": 75269, + "_ZN5boost9unit_test8for_each4nextISt3mapINS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEENS8_16parameters_store10lg_compareESaISt4pairIKS6_SA_EEEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 75292, + "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEESt3mapIS6_SB_NS9_16parameters_store10lg_compareESaISC_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeISK_EEN4mpl_5bool_ILb1EEE": 75307, + "_ZN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEC2ERKS4_": 75321, + "_ZN5boost7runtime15missing_req_argC2EOS1_": 75338, + "_ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsEPKc": 75355, + "_ZNO5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_": 75376, + ".L6524": 75411, + "_ZN5boost7runtime15missing_req_argC2ERKS1_": 75416, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15missing_req_argEEEvRKT_": 75433, + "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEEntEv": 75457, + "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEEclES4_": 75467, + ".L6532": 75485, + ".L6536": 75509, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE13_Rb_tree_implISD_Lb1EEC2Ev": 75513, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev": 75531, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EED2Ev": 75542, + "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_Vector_implC2Ev": 75561, + "_ZNSaIN5boost17reference_wrapperIKNS_7runtime16parameter_cla_idEEEED2Ev": 75575, + "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EED2Ev": 75586, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EED2Ev": 75611, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2Ev": 75633, + "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE4findERSA_": 75647, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2ERKSt17_Rb_tree_iteratorIS9_E": 75660, + "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv": 75672, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_": 75682, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC2IS4_EEPT_": 75695, + ".L6555": 75725, + "_ZSt9make_pairIRcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS9_INSA_IT0_E4typeEE6__typeEEOSB_OSG_": 75729, + "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE6insertIS9_IcS6_EEENSt9enable_ifIXsrSt16is_constructibleISB_JT_EE5valueES9_ISt17_Rb_tree_iteratorISB_EbEE4typeEOSI_": 75754, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEptEv": 75771, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC2ERKS5_": 75782, + ".LC739": 75802, + "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEptEv": 75805, + ".L6564": 75819, + "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEcvbEv": 75824, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSEOS5_": 75834, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEC2EOS5_": 75856, + "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5emptyEv": 75882, + "_ZN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEC2ERKS4_": 75902, + "_ZN5boost7runtime17conflicting_paramC2EOS1_": 75919, + "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsEPKc": 75936, + "_ZNO5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_": 75957, + ".L6581": 75992, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4backEv": 75997, + "_ZN5boost7runtime17conflicting_paramC2ERKS1_": 76016, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17conflicting_paramEEEvRKT_": 76033, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE9push_backERKS5_": 76057, + ".L6589": 76082, + ".L6591": 76092, + "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE4sizeEv": 76096, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEaSERKS3_": 76109, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEE5resetEv": 76131, + "_ZNKSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE4findERSA_": 76150, + "_ZNKSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE3endEv": 76163, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_": 76173, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixERSE_": 76186, + ".L6604": 76224, + ".L6605": 76227, + ".L6606": 76229, + ".L6607": 76253, + "_ZNK5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEntEv": 76261, + "_ZNO5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_": 76271, + ".L6615": 76306, + "_ZN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEC2ERKS4_": 76311, + "_ZN5boost7runtime13duplicate_argC2EOS1_": 76328, + "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsEPKc": 76345, + "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES2_RKT_": 76366, + ".L6624": 76401, + "_ZNO5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_": 76406, + ".L6629": 76441, + "_ZN5boost7runtime13duplicate_argC2ERKS1_": 76446, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime13duplicate_argEEEvRKT_": 76463, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEixEOS4_": 76487, + ".L6635": 76525, + ".L6636": 76528, + ".L6637": 76530, + ".L6638": 76557, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEaSERKS5_": 76565, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_Vector_implC2Ev": 76587, + "_ZNSaIN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev": 76601, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED2Ev": 76612, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EED2Ev": 76637, + "_ZN5boost9unit_test8for_each13is_const_collISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS_8is_constIT_EERSI_": 76659, + "_ZN5boost9unit_test8for_each5beginISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS1_10static_anyINT_8iteratorEEERSI_N4mpl_5bool_ILb0EEE": 76666, + "_ZN5boost9unit_test8for_each3endISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEENS1_10static_anyINT_8iteratorEEERSI_N4mpl_5bool_ILb0EEE": 76683, + "_ZN5boost9unit_test8for_each4doneISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEEbRKNS1_15static_any_baseESJ_RT_N4mpl_5bool_ILb0EEE": 76700, + "_ZN5boost9unit_test8for_each4nextISt3mapIcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS9_EEEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 76723, + "_ZN5boost9unit_test8for_each5derefIRKSt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEESt3mapIcSA_St4lessIcESaISB_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISJ_EEN4mpl_5bool_ILb0EEE": 76738, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE9push_backERKS6_": 76752, + ".L6658": 76777, + ".L6660": 76787, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE5resetEv": 76791, + "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS_8is_constIT_EERSD_": 76810, + "_ZN5boost9unit_test8for_each5beginISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE": 76817, + "_ZN5boost9unit_test8for_each3endISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEENS1_10static_anyINT_8iteratorEEERSD_N4mpl_5bool_ILb0EEE": 76834, + "_ZN5boost9unit_test8for_each4doneISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEbRKNS1_15static_any_baseESE_RT_N4mpl_5bool_ILb0EEE": 76851, + "_ZN5boost9unit_test8for_each4nextISt6vectorINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS9_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 76874, + "_ZN5boost9unit_test8for_each5derefINS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS8_SaIS8_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE": 76889, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4swapERS8_": 76910, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5clearEv": 76936, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC2Ev": 76950, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE13_Rb_tree_implIS8_Lb1EEC2Ev": 76964, + "_ZNSaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEED2Ev": 76982, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EED2Ev": 76993, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE4sizeEv": 77012, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE15_S_use_relocateEv": 77025, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 77032, + ".LC740": 77038, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE7reserveEm": 77040, + ".L6686": 77056, + ".L6688": 77089, + ".L6689": 77117, + ".L6690": 77150, + "_ZN5boost9unit_test8for_each13is_const_collISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS_8is_constIT_EERSC_": 77155, + "_ZN5boost9unit_test8for_each5beginISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE": 77162, + "_ZN5boost9unit_test8for_each3endISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEENS1_10static_anyINT_8iteratorEEERSC_N4mpl_5bool_ILb0EEE": 77179, + "_ZN5boost9unit_test8for_each4doneISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEbRKNS1_15static_any_baseESD_RT_N4mpl_5bool_ILb0EEE": 77196, + "_ZN5boost9unit_test8for_each4nextISt6vectorINS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESaIS8_EEEEvRKNS1_15static_any_baseERT_N4mpl_5bool_ILb0EEE": 77219, + "_ZN5boost9unit_test8for_each5derefIRKNS_7runtime16parameter_cla_idESt6vectorINS_17reference_wrapperIS5_EESaIS9_EEEET_RKNS1_15static_any_baseERT0_NS_4typeISC_EEN4mpl_5bool_ILb0EEE": 77234, + "_ZNSt3setIPKN5boost7runtime16parameter_cla_idESt4lessIS4_ESaIS4_EE6insertEOS4_": 77251, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backEOS4_": 77279, + "_ZN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEC2ERKS4_": 77296, + "_ZN5boost7runtime18unrecognized_paramC2ERKS1_": 77313, + ".L6710": 77343, + "_ZNO5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEElsEPKc": 77347, + "_ZNO5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_": 77368, + ".L6717": 77403, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18unrecognized_paramEEEvRKT_": 77408, + "_ZN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEC2ERKS4_": 77432, + "_ZN5boost7runtime15ambiguous_paramC2ERKS1_": 77449, + ".L6725": 77479, + "_ZNO5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEElsEPKc": 77483, + "_ZNO5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_": 77504, + ".L6732": 77539, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime15ambiguous_paramEEEvRKT_": 77544, + "_ZN5boost7runtime16parameter_cla_idC2ERKS1_": 77568, + ".L6738": 77606, + ".L6741": 77613, + "_ZNSt4pairIN5boost7runtime16parameter_cla_idENS0_10shared_ptrINS1_11basic_paramEEEEC2IRS5_Lb1EEERKS2_OT_": 77617, + "_ZSt9make_pairIN5boost9unit_test13basic_cstringIKcEEbESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENS6_INS7_IT0_E4typeEE6__typeEEOS8_OSD_": 77642, + ".LC741": 77667, + "_ZN5boost7runtime3env10env_detail12fetch_absentIPFSt4pairINS_9unit_test13basic_cstringIKcEEbES8_EEEvRKNS0_16parameters_storeERNS0_15arguments_storeET_": 77669, + ".L6766": 77721, + ".L6748": 77746, + ".L6749": 77748, + ".L6763": 77772, + ".L6751": 77804, + ".L6752": 77807, + ".L6753": 77809, + ".L6754": 77814, + ".L6756": 77835, + ".L6757": 77851, + ".L6758": 77854, + ".L6759": 77856, + ".L6760": 77896, + ".L6755": 77917, + ".L6750": 77924, + ".L6764": 77944, + ".L6768": 77955, + ".L6769": 77961, + ".L6770": 77967, + ".L6771": 77973, + ".L6777": 77980, + "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tELb0EEaSERKS5_": 77987, + "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tELb0EEaSERKS5_": 78002, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IS8_NSA_9env_var_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_": 78017, + "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tELb0EEaSERKS5_": 78033, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SH_EERKSM_": 78048, + "_ZN5boost7runtime6optionC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEES9_RKT_": 78064, + ".L6791": 78155, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_110callback_tELb0EEaSIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS2_16parameters_storeEEUlNS7_13basic_cstringIKcEEE_EENS0_15named_parameterIKT_S4_RSI_EESJ_": 78159, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKZNS5_14runtime_config12_GLOBAL__N_119register_parametersERNSA_16parameters_storeEEUlS8_E_NSB_10callback_tERSP_EEEENS3_IT_SH_EERKST_": 78174, + "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EED2Ev": 78190, + "_ZN5boost7runtime18invalid_param_specD2Ev": 78206, + "_ZN5boost7runtime18invalid_param_specD0Ev": 78220, + ".LC742": 78234, + ".LC743": 78236, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSE_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSN_EENSC_INSD_IKSL_NSO_9env_var_tERSS_EENSD_ISS_NSO_13description_tESU_EEEEEEEESL_RKT_": 78238, + ".L6800": 78304, + ".L6801": 78316, + ".L6802": 78319, + ".L6803": 78321, + ".L6806": 78359, + ".L6807": 78365, + ".L6808": 78371, + ".L6811": 78382, + ".L6812": 78388, + ".L6813": 78394, + ".L6809": 78400, + ".L6814": 78407, + ".L6825": 78414, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_": 78419, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKbNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_": 78434, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_ISF_NS7_6help_tESH_EEEENS3_IT_SM_EERKSR_": 78450, + "_ZN5boost7runtime6optionC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKbNSB_15default_value_tERSF_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_RKT_": 78466, + ".L6835": 78557, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIlEENS0_15named_parameterIKT_S4_RS9_EESA_": 78561, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKlNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_": 78576, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIlEENS0_15named_parameterIKT_S4_RS9_EESA_": 78592, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_IS5_NS7_16optional_value_tES9_EEEENS3_IT_SM_EERKSR_": 78607, + "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tELb0EEaSERKS5_": 78623, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IS5_NS7_15default_value_tES9_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSH_EENS4_ISH_NS7_13description_tESJ_EEEEEEEEEcmINS4_ISH_NS7_12value_hint_tESJ_EEEENS3_IT_SP_EERKSU_": 78638, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKlNSB_16optional_value_tERSF_EENS3_INS4_ISF_NSB_15default_value_tESH_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_": 78654, + "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINS5_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS6_INS7_ISC_NSD_12value_hint_tESF_EENS6_INS7_IKlNSD_16optional_value_tERSJ_EENS6_INS7_ISJ_NSD_15default_value_tESL_EENS6_INS7_ISC_NSD_9env_var_tESF_EENS7_ISC_NSD_13description_tESF_EEEEEEEEEEEEEESB_RKT_": 78670, + ".L6851": 78736, + ".L6852": 78748, + ".L6853": 78751, + ".L6854": 78753, + ".L6857": 78791, + ".L6858": 78797, + ".L6859": 78803, + ".L6862": 78814, + ".L6863": 78820, + ".L6864": 78826, + ".L6860": 78832, + ".L6874": 78839, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_": 78844, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_13output_formatENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_": 78859, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSINS_9unit_test13output_formatEEENS0_15named_parameterIKT_S4_RSB_EESC_": 78875, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IS7_NS9_16optional_value_tESB_EEEENS3_IT_SN_EERKSS_": 78890, + "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_": 78906, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS7_EENS3_INS4_IS7_NS9_15default_value_tESB_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSI_EENS4_ISI_NS9_13description_tESK_EEEEEEEEEcmINS4_IKSt16initializer_listISt4pairISI_S6_EENS9_13enum_values_tERSX_EEEENS3_IT_SQ_EERKS11_": 78921, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_16optional_value_tERSL_EENS3_INS4_ISL_NSH_15default_value_tESN_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESS_EEEEEEEEEEEcmINS4_ISB_NSH_6help_tESS_EEEENS3_IT_SZ_EERKS14_": 78937, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEED2Ev": 78953, + "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EED2Ev": 78964, + "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EED2Ev": 78975, + "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED2Ev": 78986, + "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EED0Ev": 79004, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE5beginEv": 79018, + "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_16optional_value_tERSQ_EENS8_INS9_ISQ_NSE_15default_value_tESS_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEEEESC_RKT_": 79026, + ".L6898": 79060, + ".L6901": 79087, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_": 79092, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_": 79108, + "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_": 79124, + ".L6908": 79158, + ".L6911": 79185, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test9log_levelEEENS0_15named_parameterIKT_S4_RSB_EESC_": 79190, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_9log_levelENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_": 79205, + "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_": 79221, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_": 79236, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_": 79252, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEED2Ev": 79268, + "_ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EED2Ev": 79279, + "_ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EED2Ev": 79290, + "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED2Ev": 79301, + "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EED0Ev": 79319, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE5beginEv": 79333, + "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_": 79341, + ".L6931": 79375, + ".L6934": 79402, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IS9_NSB_12value_hint_tESD_EEEENS3_IT_SH_EERKSM_": 79407, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SK_EERKSP_": 79423, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_": 79439, + ".L6940": 79505, + ".L6941": 79517, + ".L6942": 79520, + ".L6943": 79522, + ".L6946": 79560, + ".L6947": 79566, + ".L6948": 79572, + ".L6951": 79583, + ".L6952": 79589, + ".L6953": 79595, + ".L6949": 79601, + ".L6954": 79608, + ".L6965": 79615, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKSt16initializer_listISt4pairIS9_NS5_13output_formatEEENSB_13enum_values_tERSP_EEEENS3_IT_SH_EERKST_": 79620, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESM_EEEEEEEcmINS4_ISB_NSH_6help_tESM_EEEENS3_IT_SR_EERKSW_": 79636, + "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEESC_RKT_": 79652, + ".L6972": 79686, + ".L6975": 79713, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_": 79718, + ".L6977": 79757, + ".L6978": 79759, + ".L6979": 79791, + ".L6980": 79803, + ".L6981": 79806, + ".L6982": 79808, + ".L6985": 79846, + ".L6986": 79852, + ".L6987": 79858, + ".L6990": 79869, + ".L6991": 79875, + ".L6992": 79881, + ".L6988": 79887, + ".L7002": 79894, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSIjEENS0_15named_parameterIKT_S4_RS9_EESA_": 79899, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKjNSB_15default_value_tERSK_EEEENS3_IT_SH_EERKSO_": 79914, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIjEENS0_15named_parameterIKT_S4_RS9_EESA_": 79930, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSF_EENS4_ISF_NS7_13description_tESH_EEEEEEEcmINS4_IS5_NS7_16optional_value_tES9_EEEENS3_IT_SM_EERKSR_": 79945, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IS5_NS7_15default_value_tES9_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_9env_var_tERSH_EENS4_ISH_NS7_13description_tESJ_EEEEEEEEEcmINS4_ISH_NS7_12value_hint_tESJ_EEEENS3_IT_SP_EERKSU_": 79961, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKjNSB_16optional_value_tERSF_EENS3_INS4_ISF_NSB_15default_value_tESH_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_": 79977, + "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINS5_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS6_INS7_ISC_NSD_12value_hint_tESF_EENS6_INS7_IKjNSD_16optional_value_tERSJ_EENS6_INS7_ISJ_NSD_15default_value_tESL_EENS6_INS7_ISC_NSD_9env_var_tESF_EENS7_ISC_NSD_13description_tESF_EEEEEEEEEEEEEESB_RKT_": 79993, + ".L7016": 80059, + ".L7017": 80071, + ".L7018": 80074, + ".L7019": 80076, + ".L7022": 80114, + ".L7023": 80120, + ".L7024": 80126, + ".L7027": 80137, + ".L7028": 80143, + ".L7029": 80149, + ".L7025": 80155, + ".L7039": 80162, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINS_9unit_test12report_levelEEENS0_15named_parameterIKT_S4_RSB_EESC_": 80167, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNS5_12report_levelENSB_15default_value_tERSL_EEEENS3_IT_SH_EERKSP_": 80182, + "_ZSt7forwardIN5boost9unit_test12report_levelEEOT_RNSt16remove_referenceIS3_E4typeE": 80198, + "_ZSt7forwardIRA9_KcEOT_RNSt16remove_referenceIS3_E4typeE": 80205, + "_ZSt7forwardIRA3_KcEOT_RNSt16remove_referenceIS3_E4typeE": 80212, + "_ZNK5boost3nfp13typed_keywordISt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tELb0EEaSERKSB_": 80219, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS7_EENS3_INS4_IKNS5_13basic_cstringIKcEENS9_9env_var_tERSG_EENS4_ISG_NS9_13description_tESI_EEEEEEEcmINS4_IKSt16initializer_listISt4pairISG_S6_EENS9_13enum_values_tERSU_EEEENS3_IT_SN_EERKSY_": 80234, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS7_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSF_EENS3_INS4_IKSC_NSH_15default_value_tERSL_EENS3_INS4_ISB_NSH_9env_var_tERSB_EENS4_ISB_NSH_13description_tESQ_EEEEEEEEEcmINS4_ISB_NSH_6help_tESQ_EEEENS3_IT_SW_EERKS11_": 80250, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEED2Ev": 80266, + "_ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EED2Ev": 80277, + "_ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EED2Ev": 80288, + "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED2Ev": 80299, + "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EED0Ev": 80317, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE5beginEv": 80331, + "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_": 80339, + ".L7065": 80373, + ".L7068": 80400, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_115default_value_tELb0EEaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_15named_parameterIKT_S4_RSF_EESG_": 80405, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS9_EENS4_IS9_NSB_13description_tESD_EEEEEcmINS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSQ_EEEENS3_IT_SH_EERKSU_": 80420, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENSD_9env_var_tERSL_EENS4_ISL_NSD_13description_tESN_EEEEEEEcmINS4_ISL_NSD_12value_hint_tESN_EEEENS3_IT_SS_EERKSX_": 80436, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSL_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SV_EERKS10_": 80452, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_IKS7_NSJ_15default_value_tERSP_EENSC_INSD_ISI_NSJ_9env_var_tESL_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEEEESH_RKT_": 80468, + ".L7078": 80534, + ".L7079": 80546, + ".L7080": 80549, + ".L7081": 80551, + ".L7084": 80589, + ".L7085": 80595, + ".L7086": 80601, + ".L7089": 80612, + ".L7090": 80618, + ".L7091": 80624, + ".L7087": 80630, + ".L7092": 80637, + ".L7103": 80644, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_15named_parameterIKT_S4_RSF_EESG_": 80649, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSA_16optional_value_tERSM_EEEENS0_23named_parameter_combineIT_SD_EERKSR_": 80664, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS4_IKNS_9unit_test13basic_cstringIKcEENSD_13description_tERSL_EEEEEcmINS4_ISL_NSD_12value_hint_tESN_EEEENS3_IT_SP_EERKSU_": 80680, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS9_EENS3_INS4_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_16optional_value_tERSL_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IS9_NSB_6help_tESD_EEEENS3_IT_SS_EERKSX_": 80696, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2INS_3nfp23named_parameter_combineINSB_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSI_EENSC_INSD_ISI_NSJ_12value_hint_tESL_EENSC_INSD_IKS7_NSJ_16optional_value_tERSP_EENSD_ISI_NSJ_13description_tESL_EEEEEEEEEESH_RKT_": 80712, + ".L7113": 80778, + ".L7114": 80790, + ".L7115": 80793, + ".L7116": 80795, + ".L7119": 80833, + ".L7120": 80839, + ".L7121": 80845, + ".L7124": 80856, + ".L7125": 80862, + ".L7126": 80868, + ".L7122": 80874, + ".L7127": 80881, + ".L7138": 80888, + "_ZN5boost7runtime6optionC2INS_3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_113description_tERS9_EEEES8_RKT_": 80893, + ".L7142": 80984, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE13_Rb_tree_implISF_Lb1EEC2Ev": 80988, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEED2Ev": 81006, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EED2Ev": 81017, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE13_Rb_tree_implISF_Lb1EEC2Ev": 81036, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEED2Ev": 81054, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EED2Ev": 81065, + "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tELb0EEaSERKS5_": 81084, + "_ZNK5boost3nfp13typed_keywordINS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tELb0EEaSERKS5_": 81099, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS8_EEEcmINS3_IS8_NSA_12neg_prefix_tESC_EEEENS0_23named_parameter_combineIT_SD_EERKSJ_": 81114, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE13_Rb_tree_implISH_Lb1EED2Ev": 81130, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EEC2Ev": 81141, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEEC2Ev": 81152, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEED2Ev": 81163, + ".LC744": 81174, + ".LC745": 81176, + "_ZN5boost7runtime3cla6parserC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_112neg_prefix_tERSB_EENS6_ISB_NSC_15end_of_params_tESE_EEEEEERKNS0_16parameters_storeERKT_": 81178, + ".L7160": 81245, + ".L7161": 81278, + ".L7163": 81291, + ".L7166": 81302, + ".L7164": 81308, + ".L7172": 81324, + ".LC746": 81328, + "_ZN5boost10shared_ptrINS_7runtime3cla6parserEE5resetIS3_EEvPT_": 81330, + ".L7174": 81347, + ".LC747": 81364, + "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEptEv": 81366, + ".L7176": 81380, + "_ZN5boost7runtime17arg_type_mismatchD2Ev": 81385, + "_ZN5boost7runtime17arg_type_mismatchD0Ev": 81399, + ".LC748": 81413, + ".LC749": 81415, + "_ZN5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERT_NS3_13basic_cstringIKcEE": 81417, + ".L7181": 81474, + ".L7182": 81515, + ".L7185": 81531, + ".L7186": 81537, + ".L7188": 81550, + ".L7189": 81556, + ".L7190": 81562, + ".L7198": 81569, + "_ZN5boost7runtime15arguments_store3setINS_9unit_test13output_formatEEEvNS3_13basic_cstringIKcEERKT_": 81573, + ".L7204": 81620, + "_ZN5boost9unit_test8for_each13is_const_collIKSt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS_8is_constIT_EERSB_": 81624, + "_ZN5boost9unit_test8for_each5beginISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE": 81631, + "_ZN5boost9unit_test8for_each3endISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEENS1_10static_anyINT_14const_iteratorEEERKSA_N4mpl_5bool_ILb1EEE": 81648, + "_ZN5boost9unit_test8for_each4doneISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEbRKNS1_15static_any_baseESB_RKT_N4mpl_5bool_ILb1EEE": 81665, + "_ZN5boost9unit_test8for_each4nextISt6vectorINS0_13basic_cstringIKcEESaIS6_EEEEvRKNS1_15static_any_baseERKT_N4mpl_5bool_ILb1EEE": 81688, + "_ZN5boost9unit_test8for_each5derefINS0_13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEET_RKNS1_15static_any_baseERKT0_NS_4typeIS9_EEN4mpl_5bool_ILb1EEE": 81703, + "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5emptyEv": 81724, + "_ZNK5boost10shared_ptrINS_7runtime3cla6parserEEcvbEv": 81744, + "_ZN5boost9unit_test5utilslsINS0_13basic_cstringIKcEEEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 81754, + "_ZN5boost9unit_test5utilslsIA4_cEERSoRKNS1_14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEERKT_": 81790, + "_ZNSt6chrono10time_pointINS_3_V212system_clockENS_8durationIlSt5ratioILl1ELl1000000000EEEEEC2ERKS6_": 81821, + "_ZN5boostlsIcA15_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 81833, + "_ZN5boostlsIcA16_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 81850, + "_ZN5boost9unit_test17setup_conditionalI9copy_testEEvRT_": 81867, + "_ZN5boostlsIcA13_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 81880, + "_ZN5boostlsIcA19_cEERNS_23basic_wrap_stringstreamIT_EES5_RKT0_": 81897, + "_ZN5boost9unit_test20teardown_conditionalI9copy_testEEvRT_": 81914, + "_ZN5boost8functionIFvvEEC2IPS1_EET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE": 81927, + "_Z6copy_TINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEET_S5_": 81943, + "_ZN5boost9unit_testlsIA1_cEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKS5_EERKS4_S7_": 81950, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED2Ev": 81966, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_ED0Ev": 81980, + "_ZN5boost10test_tools9tt_detail10check_frwdINS1_15equal_impl_frwdENSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EEbT_RKNS_9unit_test12lazy_ostreamENSA_13basic_cstringIKcEEmNS1_10tool_levelENS1_10check_typeERKT0_PSF_RKT1_SM_": 81994, + ".L7247": 82075, + ".L7248": 82081, + ".L7252": 82088, + "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_": 82092, + "_ZSteqRKSaIcES1_": 82108, + "_ZSt4moveIRNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS8_": 82116, + "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7releaseEv": 82123, + ".L7259": 82145, + ".L7260": 82147, + ".L7262": 82152, + "_ZN5boost16exception_detail10clone_baseC2Ev": 82156, + "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6appendIPKcvEERS4_T_S9_": 82166, + "_ZN5boost9unit_test13basic_cstringIKcE8null_strEv": 82201, + "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE6lengthEPS3_": 82207, + ".L7270": 82215, + ".L7269": 82227, + "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS5_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSB_": 82232, + "_ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2ERKS4_": 82239, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2EOS7_": 82253, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEED2Ev": 82283, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE13_M_deallocateEPS4_m": 82290, + ".L7279": 82305, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv": 82309, + "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEES4_EvT_S6_RSaIT0_E": 82316, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4sizeEv": 82331, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE5clearEv": 82339, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4findERS6_": 82359, + ".L7287": 82403, + ".L7288": 82408, + ".L7290": 82410, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv": 82414, + "_ZN5boost9function0IvE5clearEv": 82428, + ".L7295": 82452, + ".L7296": 82455, + "_ZN5boost9function0IvE5dummy7nonnullEv": 82459, + "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2IS4_NS_6detail14sp_inplace_tagINS7_13sp_ms_deleterIS4_EEEEEEPT_T0_": 82466, + "_ZNK5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE29_internal_get_untyped_deleterEv": 82489, + "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7addressEv": 82500, + "_ZN5boost6detail10sp_forwardIRKNS_8functionIFvvEEEEEOT_RS7_": 82508, + "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE15set_initializedEv": 82515, + "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2IS4_EERKNS0_IT_EEPS4_": 82524, + "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2EOS5_": 82544, + "_ZN5boost10shared_ptrINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE4swapERS5_": 82570, + "_ZN5boost9function0IvEC2ERKS1_": 82591, + "_ZN5boost10wrapexceptINS_17bad_function_callEED2Ev": 82608, + "_ZThn8_N5boost10wrapexceptINS_17bad_function_callEED1Ev": 82636, + "_ZThn24_N5boost10wrapexceptINS_17bad_function_callEED1Ev": 82639, + "_ZN5boost10wrapexceptINS_17bad_function_callEED0Ev": 82642, + "_ZThn8_N5boost10wrapexceptINS_17bad_function_callEED0Ev": 82656, + "_ZThn24_N5boost10wrapexceptINS_17bad_function_callEED0Ev": 82659, + "_ZN5boost15throw_exceptionINS_17bad_function_callEEEvRKT_": 82662, + "_ZNK5boost9function0IvE10get_vtableEv": 82689, + "_ZN5boost9unit_test14class_propertyIbEC2Ev": 82698, + "_ZN5boost9unit_test14class_propertyIbEC2Eb": 82707, + "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEEC2IS2_EEPT_": 82719, + ".L7322": 82749, + "_ZN5boost10shared_ptrINS_23basic_wrap_stringstreamIcEEE4swapERS3_": 82753, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEEC2Ev": 82774, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEED2Ev": 82781, + ".LC750": 82788, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE17_S_check_init_lenEmRKS8_": 82790, + ".L7327": 82814, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE12_Vector_implD2Ev": 82819, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EEC2EmRKS9_": 82830, + ".L7333": 82856, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EED2Ev": 82860, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE21_M_default_initializeEm": 82888, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv": 82909, + "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_EvT_SA_RSaIT0_E": 82916, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_15stack_decoratorEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 82931, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_5labelEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 82961, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_17expected_failuresEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 82991, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_7timeoutEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 83021, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_11descriptionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 83051, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_10depends_onEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 83081, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_9fixture_tEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 83111, + "_ZN5boost9function1INS_10test_tools16assertion_resultEmEC2ERKS3_": 83141, + "_ZN5boost9function1INS_10test_tools16assertion_resultEmE5clearEv": 83158, + ".L7349": 83182, + ".L7350": 83185, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test9decorator4baseENS3_12preconditionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 83189, + "_ZN5boost9unit_test14class_propertyImEC2Ev": 83219, + "_ZN5boost9unit_test14class_propertyImEC2Em": 83228, + "_ZN5boost9unit_test14class_propertyISt6vectorImSaImEEEC2Ev": 83239, + "_ZNSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv": 83256, + "_ZSt8_DestroyIPmmEvT_S1_RSaIT0_E": 83263, + "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2Ev": 83278, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv": 83295, + "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_EvT_S7_RSaIT0_E": 83302, + "_ZN5boost9unit_test14class_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2ERKSA_": 83317, + "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_Vector_implD2Ev": 83331, + "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EEC2Ev": 83342, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EEC2Ev": 83353, + "_ZN5boost9unit_test14class_propertyISt6vectorINS_8functionIFNS_10test_tools16assertion_resultEmEEESaIS7_EEEC2Ev": 83364, + "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EED2Ev": 83381, + "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv": 83406, + "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES5_EvT_S7_RSaIT0_E": 83413, + "_ZNK5boost9unit_test14class_propertyINS0_9test_unit10run_statusEE3getEv": 83428, + "_ZN5boost9unit_test14class_propertyINS_8functionIFvvEEEEC2ERKS4_": 83435, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_eraseEPSt13_Rb_tree_nodeIS2_E": 83449, + ".L7376": 83455, + ".L7377": 83478, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv": 83482, + "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv": 83490, + "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_EvT_SE_RSaIT0_E": 83497, + "_ZNK5boost7runtime15arguments_store3getIbEERKT_NS_9unit_test13basic_cstringIKcEE": 83512, + "_ZNSaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev": 83530, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev": 83541, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8_M_clearEv": 83548, + ".L7389": 83556, + ".L7390": 83583, + "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2Ev": 83587, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_Vector_impl_dataC2Ev": 83598, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEED2Ev": 83611, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE13_M_deallocateEPS5_m": 83618, + ".L7396": 83633, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv": 83637, + "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_EvT_S7_RSaIT0_E": 83644, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_M_erase_at_endEPS5_": 83659, + ".L7402": 83688, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE7_M_initEv": 83692, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEC2Ev": 83703, + "_ZNSt20_Rb_tree_key_compareISt4lessImEEC2Ev": 83714, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEED2Ev": 83721, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E": 83728, + ".L7409": 83734, + ".L7410": 83757, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv": 83761, + "_ZNSaISt10_List_nodeImEEC2Ev": 83769, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEED2Ev": 83780, + "_ZNSt7__cxx1110_List_baseImSaImEE8_M_clearEv": 83787, + ".L7417": 83795, + ".L7418": 83822, + "_ZNSt7__cxx114listImSaImEE3endEv": 83826, + "_ZNSt14_List_iteratorImEmmEv": 83839, + "_ZNKSt14_List_iteratorImEdeEv": 83851, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_": 83862, + ".L7426": 83906, + ".L7427": 83911, + ".L7429": 83913, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv": 83917, + "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv": 83931, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EEC2Ev": 83942, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EED2Ev": 83949, + "_ZNSaISt4pairIKcPS0_EEC2ERKS3_": 83956, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EEC2ERKS7_RKS8_": 83970, + ".L7440": 84000, + "_ZNKSt16initializer_listISt4pairIKcPS1_EE5beginEv": 84004, + "_ZNKSt16initializer_listISt4pairIKcPS1_EE3endEv": 84012, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE22_M_insert_range_uniqueIPKS3_EENSt9enable_ifIXsrSt7is_sameIS3_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESG_SG_": 84030, + ".L7447": 84042, + ".L7448": 84063, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEED2Ev": 84067, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E": 84078, + ".L7452": 84084, + ".L7453": 84107, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv": 84111, + "_ZN5boost9unit_test8for_each10static_anyIPKcEC2ERKS4_": 84119, + "_ZN5boost9unit_test8for_each15static_any_castIPKcEERT_RKNS1_15static_any_baseEPS5_": 84131, + "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE4findERS1_": 84139, + ".L7460": 84183, + ".L7461": 84188, + ".L7463": 84190, + "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv": 84194, + "_ZNKSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv": 84208, + "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE7compareEPS3_S5_m": 84219, + ".L7474": 84226, + ".L7471": 84254, + ".L7470": 84257, + ".L7469": 84262, + ".L7473": 84264, + "_ZN5boost9unit_test13basic_cstringIKcEC2EPS2_S4_": 84267, + "_ZN9__gnu_cxxneIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_": 84282, + "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv": 84302, + "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv": 84314, + "_ZN5boost9unit_test6output15s_replace_charsclIcEEvRT_": 84322, + ".L7483": 84334, + ".L7485": 84341, + "_ZN9__gnu_cxx5__ops17__iter_equals_valIKcEENS0_16_Iter_equals_valIT_EERS4_": 84345, + "_ZSt11__remove_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_": 84358, + ".L7489": 84382, + ".L7493": 84388, + ".L7492": 84418, + ".L7491": 84423, + ".L7494": 84425, + "_ZNK9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv": 84429, + "_ZSt4findIPKccET_S2_S2_RKT0_": 84436, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5clearEv": 84454, + "_ZNSt7__cxx1110_List_baseImSaImEE7_M_initEv": 84474, + "_ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEC2ERSo": 84485, + "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_12attr_value_tEEEEdeEv": 84496, + "_ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS1_7cdata_tEEEEC2ERSo": 84504, + "_ZN9__gnu_cxx14__alloc_traitsISaIcEcE17_S_select_on_copyERKS1_": 84515, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4findERS1_": 84529, + ".L7508": 84573, + ".L7509": 84578, + ".L7511": 84580, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv": 84584, + "_ZNK5boost9unit_test14class_propertyImE3getEv": 84598, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE9_M_insertIJS5_EEEvSt14_List_iteratorIS5_EDpOT_": 84605, + "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE9_M_valptrEv": 84633, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ERKS9_": 84644, + "_ZN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv": 84652, + "_ZN5boost9unit_test5utils13print_escapedIiEEvRSoRKT_": 84664, + "_ZN5boost9unit_test5utils13print_escapedIdEEvRSoRKT_": 84679, + "_ZNSt14_List_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2EPNSt8__detail15_List_node_baseE": 84694, + "_ZNKSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv": 84705, + "_ZNSt20_List_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2EPKNSt8__detail15_List_node_baseE": 84716, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC2ERKS8_": 84727, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv": 84739, + "_ZN5boost9unit_test5utils13print_escapedImEEvRSoRKT_": 84746, + "_ZN5boost9unit_test5utils13print_escapedINS0_12test_results19readonly_property57EEEvRSoRKT_": 84761, + "_ZN5boost9unit_test5utils13print_escapedIA6_cEEvRSoRKT_": 84775, + "_ZN5boost9unit_test5utils13print_escapedIA23_cEEvRSoRKT_": 84789, + "_ZN5boost9unit_test5utils13print_escapedIA31_cEEvRSoRKT_": 84803, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5emptyEv": 84817, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv": 84827, + "_ZNSt7__cxx114listImSaImEE9_M_insertIJRKmEEEvSt14_List_iteratorImEDpOT_": 84841, + "_ZSt7forwardIRKN5boost9unit_test9test_unit19readonly_property62EEOT_RNSt16remove_referenceIS6_E4typeE": 84869, + "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helperEEOT_RNSt16remove_referenceIS5_E4typeE": 84876, + "_ZNSt4pairIN5boost9unit_test9test_unit19readonly_property62ENS1_6output10junit_impl16junit_log_helperEEC2IS6_Lb1EEERKS3_OT_": 84883, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_Vector_implC2EOS8_": 84907, + "_ZSt7forwardISt4pairIN5boost9unit_test9test_unit19readonly_property62ENS2_6output10junit_impl16junit_log_helperEEEOT_RNSt16remove_referenceIS9_E4typeE": 84933, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_emplace_uniqueIJS0_INS3_9test_unit19readonly_property62ES6_EEEES0_ISt17_Rb_tree_iteratorIS7_EbEDpOT_": 84940, + ".L7550": 84986, + ".L7557": 85020, + "_ZNSt7__cxx114listImSaImEE8_M_eraseESt14_List_iteratorImE": 85025, + "_ZNSt14_List_iteratorImEC2EPNSt8__detail15_List_node_baseE": 85060, + "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_": 85071, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE3endEv": 85090, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE15_S_use_relocateEv": 85104, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 85111, + ".LC751": 85117, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_": 85119, + ".L7568": 85210, + ".L7569": 85240, + ".L7570": 85254, + ".L7572": 85305, + ".L7573": 85315, + ".L7577": 85328, + "_ZNSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE11lower_boundERS8_": 85333, + "_ZNKSt3mapImN5boost9unit_test6output10junit_impl16junit_log_helperESt4lessImESaISt4pairIKmS4_EEE8key_compEv": 85346, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEdeEv": 85360, + "_ZNKSt4lessImEclERKmS2_": 85371, + "_ZNSt5tupleIJRKmEEC2ILb1ELb1EEES1_": 85385, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC2ERKSt17_Rb_tree_iteratorIS7_E": 85399, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_": 85411, + ".L7589": 85461, + ".L7596": 85487, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEmiEl": 85494, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEdeEv": 85520, + "_ZN9__gnu_cxxeqIPKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 85528, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE5clearEv": 85548, + ".L7605": 85572, + ".L7606": 85575, + "_ZN5boost9unit_test13basic_cstringIKcEC2IlEEPS2_T_": 85579, + "_ZN5boost9unit_test13basic_cstringIcE5clearEv": 85597, + "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev": 85608, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEEC2Ev": 85619, + "_ZNSt20_Rb_tree_key_compareISt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev": 85630, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEED2Ev": 85637, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_eraseEPSt13_Rb_tree_nodeISG_E": 85644, + ".L7615": 85650, + ".L7616": 85673, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_M_beginEv": 85677, + "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE11lower_boundERSH_": 85685, + "_ZNSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE3endEv": 85698, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEESJ_": 85708, + "_ZNKSt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS6_5debug16dbg_startup_infoEEEESt4lessIS5_ESaISt4pairIKS5_SD_EEE8key_compEv": 85721, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEdeEv": 85735, + "_ZNKSt4lessINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_S8_": 85746, + "_ZNSt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS7_": 85760, + "_ZSt16forward_as_tupleIJNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEESt5tupleIJDpOT_EES9_": 85774, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC2ERKSt17_Rb_tree_iteratorISG_E": 85791, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEESt17_Rb_tree_iteratorISG_ESt23_Rb_tree_const_iteratorISG_EDpOT_": 85803, + ".L7636": 85853, + ".L7643": 85879, + "_ZN5boost8functionIFvRKNS_5debug16dbg_startup_infoEEEC2IPS5_EET_NS_10enable_if_IXntsrNS_11is_integralIS9_EE5valueEiE4typeE": 85886, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE4swapERS5_": 85902, + ".L7646": 85914, + ".L7645": 85944, + "_ZNSt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ILb1ELb1EEES7_": 85948, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEESt17_Rb_tree_iteratorISG_ESt23_Rb_tree_const_iteratorISG_EDpOT_": 85962, + ".L7652": 86012, + ".L7659": 86038, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2ERKS5_": 86045, + "_ZNK5boost9function1IvRKNS_5debug16dbg_startup_infoEE10get_vtableEv": 86062, + "_ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2Eb": 86071, + "_ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC2ERKSA_": 86085, + "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS8_": 86097, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_": 86104, + ".L7668": 86133, + ".L7670": 86147, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC2ERKS7_": 86152, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv": 86164, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE6cbeginEv": 86171, + "_ZN9__gnu_cxxmiIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_": 86184, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEplEl": 86205, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE18_M_insert_dispatchIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St12__false_type": 86225, + "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv": 86245, + "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE6cbeginEv": 86252, + "_ZN9__gnu_cxxmiIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_": 86265, + "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEplEl": 86289, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS7_S9_EE": 86312, + ".L7690": 86349, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_M_erase_at_endEPS5_": 86365, + ".L7694": 86391, + "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2Ev": 86395, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2Ev": 86406, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEED2Ev": 86419, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13_M_deallocateEPS5_m": 86426, + ".L7700": 86441, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv": 86445, + "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_EvT_S7_RSaIT0_E": 86452, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS7_S9_EEOS7_": 86467, + ".L7706": 86518, + ".L7705": 86539, + ".L7707": 86559, + "_ZSt4moveIRSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_": 86578, + "_ZN9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEC2ERKSB_": 86585, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE4sizeEv": 86597, + "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES6_E17_S_select_on_copyERKS7_": 86610, + "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_M_get_Tp_allocatorEv": 86624, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2EmRKS6_": 86631, + ".L7721": 86657, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE5beginEv": 86661, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE3endEv": 86674, + "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEPS7_S7_ET0_T_SG_SF_RSaIT1_E": 86688, + "_ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC2ES3_": 86704, + "_ZN5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EC2ERKS8_": 86717, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EC2ES8_": 86733, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EC2ERKS9_": 86746, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEEC2ERKSA_RKSE_": 86762, + "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev": 86783, + "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE14apply_modifierINS_3nfp23named_parameter_combineINSF_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSJ_EENSH_IPS9_NSK_20dropped_delimeters_tESO_EEEEEEvRKT_": 86822, + ".L7735": 86848, + ".L7736": 86863, + ".L7737": 86871, + "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE4initEv": 86882, + "_ZN5boost9iterators20iterator_core_access5equalINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEES9_EEbRKT_RKT0_N4mpl_5bool_ILb1EEE": 86895, + "_ZNK5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv": 86908, + "_ZN5boost9iterators20iterator_core_access11dereferenceINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEEEENT_9referenceERKSA_": 86915, + "_ZN5boost9iterators6detail20iterator_facade_baseINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEENS3_13basic_cstringIKcEENS0_21forward_traversal_tagESC_lLb0ELb0EE7derivedEv": 86929, + "_ZN5boost9iterators20iterator_core_access9incrementINS_9unit_test5utils27basic_string_token_iteratorIcNS4_9ut_detail20default_char_compareIcEEEEEEvRT_": 86936, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_": 86947, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE15_S_use_relocateEv": 86966, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 86973, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_": 86979, + ".L7754": 87064, + ".L7755": 87094, + ".L7756": 87108, + ".L7758": 87146, + ".L7759": 87156, + ".L7763": 87169, + "_ZNSaImEC2Ev": 87174, + "_ZNSt12_Vector_baseImSaImEE17_Vector_impl_dataC2Ev": 87185, + "_ZN9__gnu_cxx13new_allocatorImED2Ev": 87198, + "_ZNSt12_Vector_baseImSaImEE13_M_deallocateEPmm": 87205, + ".L7769": 87220, + "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE11lower_boundERS8_": 87224, + "_ZNSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE3endEv": 87237, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEESA_": 87247, + "_ZNKSt3mapImN5boost9unit_test9framework4impl10order_infoESt4lessImESaISt4pairIKmS4_EEE8key_compEv": 87260, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEdeEv": 87274, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC2ERKSt17_Rb_tree_iteratorIS7_E": 87285, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_": 87297, + ".L7782": 87347, + ".L7789": 87373, + "_ZNSt16allocator_traitsISaImEE9constructImJRKmEEEvRS0_PT_DpOT0_": 87380, + "_ZNSt6vectorImSaImEE15_S_use_relocateEv": 87399, + "_ZNSt6vectorImSaImEE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 87406, + "_ZNSt6vectorImSaImEE17_M_realloc_insertIJRKmEEEvN9__gnu_cxx17__normal_iteratorIPmS1_EEDpOT_": 87412, + ".L7796": 87496, + ".L7797": 87526, + ".L7798": 87540, + ".L7800": 87576, + ".L7801": 87586, + ".L7805": 87599, + "_ZNKSt6vectorImSaImEE5beginEv": 87604, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEC2ERKSA_": 87617, + "_ZNKSt6vectorImSaImEE3endEv": 87629, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSB_": 87643, + "_ZN9__gnu_cxxeqIPKmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESB_": 87651, + "_ZNSaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEEC2Ev": 87671, + "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE17_Vector_impl_dataC2Ev": 87682, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEED2Ev": 87695, + "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE13_M_deallocateEPS8_m": 87702, + ".L7820": 87717, + "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv": 87721, + "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_EvT_SA_RSaIT0_E": 87728, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEEC2Ev": 87743, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEED2Ev": 87750, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implD2Ev": 87757, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2ERKS6_": 87768, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EED2Ev": 87782, + "_ZSt19__iterator_categoryIN5boost9unit_test5utils27basic_string_token_iteratorIcNS2_9ut_detail20default_char_compareIcEEEEENSt15iterator_traitsIT_E17iterator_categoryERKS9_": 87810, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_range_initializeINS1_5utils27basic_string_token_iteratorIcNS9_9ut_detail20default_char_compareIcEEEEEEvT_SF_St18input_iterator_tag": 87817, + ".L7833": 87825, + ".L7838": 87858, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv": 87864, + "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentES5_EvT_S7_RSaIT0_E": 87871, + "_ZSt4moveIRSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSB_": 87886, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE12emplace_backIJS7_EEEvDpOT_": 87893, + ".L7845": 87922, + ".L7847": 87936, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEC2ERKS8_": 87941, + "_ZN5boost4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS2_9test_unitEEC2EMS6_KFbS9_E": 87953, + "_ZN5boost3_bi5list2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEC2ES3_S8_": 87971, + "_ZN5boost3_bi6bind_tIbNS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEENS0_5list2INS_3argILi1EEENS_17reference_wrapperISA_EEEEEC2ESC_RKSI_": 87985, + "_ZN9__gnu_cxx5__ops11__pred_iterIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEENS0_10_Iter_predIT_EESO_": 88007, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS0_5__ops10_Iter_predINS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSG_5list2INS2_3argILi1EEENS2_17reference_wrapperISL_EEEEEEEEET_SW_SW_T0_": 88025, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv": 88046, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEC2ERKS2_S6_": 88053, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EC2ERKS7_SB_": 88076, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EC2ERKSC_SD_": 88099, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EC2ERKSE_SM_": 88122, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EC2ERKSN_SQ_": 88145, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EC2ERKSR_SB_": 88168, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EC2ERKSS_SD_": 88191, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EC2ERKST_SM_": 88214, + "_ZNK5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERKT_NS_9unit_test13basic_cstringIKcEE": 88237, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEC2ERKSG_": 88255, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSH_": 88267, + "_ZN9__gnu_cxxeqIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 88275, + "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv": 88295, + "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv": 88307, + "_ZNSaIPN5boost9unit_test10test_suiteEEC2Ev": 88315, + "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE17_Vector_impl_dataC2Ev": 88326, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEED2Ev": 88339, + "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE13_M_deallocateEPS3_m": 88346, + ".L7882": 88361, + "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv": 88365, + "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteES3_EvT_S5_RSaIT0_E": 88372, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEC2Ev": 88387, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEED2Ev": 88398, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_eraseEPSt13_Rb_tree_nodeIS6_E": 88405, + ".L7890": 88411, + ".L7891": 88434, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_M_beginEv": 88438, + "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2Ev": 88446, + "_ZNSt20_Rb_tree_key_compareIN5boost9unit_test9framework5state14priority_orderEEC2Ev": 88457, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEED2Ev": 88464, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E": 88471, + ".L7899": 88477, + ".L7900": 88500, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv": 88504, + "_ZNSaIN5boost9unit_test9framework5state13context_frameEEC2Ev": 88512, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE17_Vector_impl_dataC2Ev": 88523, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEED2Ev": 88536, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE13_M_deallocateEPS4_m": 88543, + ".L7908": 88558, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv": 88562, + "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameES4_EvT_S6_RSaIT0_E": 88569, + "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2Ev": 88584, + "_ZNSt20_Rb_tree_key_compareISt4lessIPN5boost9unit_test14global_fixtureEEEC2Ev": 88595, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEED2Ev": 88602, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_eraseEPSt13_Rb_tree_nodeIS3_E": 88609, + ".L7917": 88615, + ".L7918": 88638, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv": 88642, + "_ZN5boost20checked_array_deleteIcEEvPT_": 88650, + ".L7923": 88660, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEEC2Ev": 88664, + "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13output_formatEEEC2Ev": 88675, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEED2Ev": 88682, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E": 88689, + ".L7929": 88695, + ".L7930": 88718, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_M_beginEv": 88722, + "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5emptyEv": 88730, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5beginEv": 88740, + "_ZNSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv": 88754, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEC2ERKS9_": 88765, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEEERT_RKNS1_15static_any_baseEPSA_": 88777, + "_ZN9__gnu_cxxeqIPmSt6vectorImSaImEEEEbRKNS_17__normal_iteratorIT_T0_EESA_": 88785, + "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEppEv": 88805, + "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEdeEv": 88817, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE5clearEv": 88825, + "_ZSt7forwardIRmEOT_RNSt16remove_referenceIS1_E4typeE": 88845, + "_ZNSt4pairImmEC2IRmS2_Lb1EEEOT_OT0_": 88852, + "_ZSt7forwardISt4pairImmEEOT_RNSt16remove_referenceIS2_E4typeE": 88874, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE16_M_emplace_equalIJS0_ImmEEEESt17_Rb_tree_iteratorIS2_EDpOT_": 88881, + ".L7960": 88927, + "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEmiEl": 88932, + "_ZNSt16allocator_traitsISaImEE7destroyImEEvRS0_PT_": 88953, + "_ZNKSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE5beginEv": 88967, + "_ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEC2ERKS6_": 88977, + "_ZNKSt3setIPN5boost9unit_test13test_observerENS1_9framework5state14priority_orderESaIS3_EE3endEv": 88989, + "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_13test_observerEEEERT_RKNS1_15static_any_baseEPS7_": 88999, + "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_": 89007, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEppEv": 89020, + "_ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEdeEv": 89034, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE5beginEv": 89045, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEC2ERKSD_": 89058, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE3endEv": 89070, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_17test_unit_fixtureEEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_": 89084, + "_ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_": 89092, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEppEv": 89112, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv": 89124, + "_ZN5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEC2EMS3_FvvE": 89132, + "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2ERKS5_": 89150, + "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ES7_": 89164, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEC2ES6_RKSC_": 89188, + "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISH_EE5valueEiE4typeE": 89213, + ".L7997": 89245, + "_ZNK5boost7runtime15arguments_store3getIjEERKT_NS_9unit_test13basic_cstringIKcEE": 89249, + "_ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorISt4pairIKmmEEEC2ERKS7_": 89267, + "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKmmEEEERT_RKNS1_15static_any_baseEPS8_": 89279, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmmEES5_": 89287, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEppEv": 89300, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmmEEdeEv": 89314, + "_ZNSt4pairImmEC2IKmmLb1EEERKS_IT_T0_E": 89325, + "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE5beginEv": 89341, + "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE3endEv": 89355, + "_ZNSt6vectorImSaImEE15_M_erase_at_endEPm": 89369, + ".L8016": 89395, + "_ZNKSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv": 89399, + "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11equal_rangeERS1_": 89410, + ".L8025": 89425, + ".L8021": 89445, + ".L8023": 89464, + ".L8020": 89502, + ".L8024": 89521, + "_ZN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEC2ERKS1_": 89525, + "_ZN9__gnu_cxxmiIPmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_": 89537, + "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEixEl": 89558, + "_ZSt4moveIRmEONSt16remove_referenceIT_E4typeEOS2_": 89570, + "_ZSt4swapImENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS4_ESt18is_move_assignableIS4_EEE5valueEvE4typeERS4_SE_": 89577, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_M_erase_at_endEPS4_": 89603, + ".L8036": 89632, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEmmEv": 89636, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEmmEv": 89648, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE5clearEv": 89662, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_Rb_tree_implIS7_Lb1EEC2ERKSB_": 89682, + "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_rootEv": 89705, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_rootEv": 89713, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyERKS9_": 89721, + "_ZNKSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE5beginEv": 89740, + "_ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEC2ERKS6_": 89750, + "_ZNKSt3setIPN5boost9unit_test14global_fixtureESt4lessIS3_ESaIS3_EE3endEv": 89762, + "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorIPNS0_14global_fixtureEEEERT_RKNS1_15static_any_baseEPS7_": 89772, + "_ZSteqRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_": 89780, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEppEv": 89793, + "_ZNKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEdeEv": 89807, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5clearEv": 89818, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_Rb_tree_implIS8_Lb1EEC2ERKSC_": 89838, + "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_rootEv": 89861, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_rootEv": 89869, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyERKSA_": 89877, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5clearEv": 89896, + "_ZNK5boost7runtime15arguments_store3getINS_9unit_test9log_levelEEERKT_NS3_13basic_cstringIKcEE": 89916, + "_ZNK5boost7runtime15arguments_store3getINS_9unit_test13output_formatEEERKT_NS3_13basic_cstringIKcEE": 89934, + "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE11lower_boundERS8_": 89952, + "_ZNSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE3endEv": 89965, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEESA_": 89975, + "_ZNKSt3mapIN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderESt4lessIS2_ESaISt4pairIKS2_S4_EEE8key_compEv": 89988, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEdeEv": 90002, + "_ZNKSt4lessIN5boost9unit_test13output_formatEEclERKS2_S5_": 90013, + "_ZNSt5tupleIJRKN5boost9unit_test13output_formatEEEC2ILb1ELb1EEES4_": 90028, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC2ERKSt17_Rb_tree_iteratorIS7_E": 90042, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEESt17_Rb_tree_iteratorIS7_ESt23_Rb_tree_const_iteratorIS7_EDpOT_": 90054, + ".L8090": 90104, + ".L8097": 90130, + "_ZN5boost4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEC2EMS3_FvS4_E": 90137, + "_ZN5boost3_bi5valueIPNS_9unit_test15unit_test_log_tEEC2ERKS4_": 90155, + "_ZN5boost3_bi5list2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEC2ES6_S8_": 90167, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEC2ES7_RKSE_": 90183, + "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISJ_EE5valueEiE4typeE": 90207, + "_ZNK5boost7runtime15arguments_store3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERKT_NS_9unit_test13basic_cstringIKcEE": 90227, + "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev": 90245, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_Vector_impl_dataC2Ev": 90256, + "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev": 90269, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE13_M_deallocateEPS5_m": 90276, + ".L8110": 90291, + "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5applyERKS6_": 90295, + "_ZN5boost9addressofINS_9unit_test13basic_cstringIKcEEEEPT_RS5_": 90309, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE3endEv": 90316, + "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEmiEl": 90330, + "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEdeEv": 90351, + "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_": 90359, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE15_S_use_relocateEv": 90378, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 90385, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_": 90391, + ".L8127": 90476, + ".L8128": 90506, + ".L8129": 90520, + ".L8131": 90558, + ".L8132": 90568, + ".L8136": 90581, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE5beginEv": 90586, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEC2ERKSF_": 90599, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_": 90611, + "_ZN9__gnu_cxxeqIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_": 90619, + "_ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEppEv": 90639, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEC2ERKS9_RKSB_": 90651, + "_ZN5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbEC2ERKS6_": 90672, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEC2ERKSC_": 90688, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEEC2ERKSA_RKSH_": 90709, + "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE14apply_modifierINS_3nfp23named_parameter_combineINSF_15named_parameterIKNS1_17ti_delimeter_typeENS1_12_GLOBAL__N_117kept_delimeters_tERSJ_EENSG_INSH_IPS9_NSK_20dropped_delimeters_tESO_EENSH_IbNSK_19keep_empty_tokens_tEbEEEEEEEEvRKT_": 90730, + ".L8151": 90756, + ".L8152": 90771, + ".L8153": 90779, + "_ZN5boost9unit_test5utils11string_castINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEES8_RKT_": 90790, + ".L8158": 90822, + "_ZN5boost9unit_test9framework4impl17sum_to_first_onlyclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIPKcNS0_13output_formatEEEET_RKSG_RKT0_": 90827, + ".L8160": 90850, + ".L8159": 90877, + "_ZN5boost9unit_test9framework4impl17sum_to_first_onlyclINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIPKcNS0_9log_levelEEEET_RKSG_RKT0_": 90882, + ".L8165": 90905, + ".L8164": 90932, + "_ZN5boost4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS2_13output_formatERSoEC2EMS3_FvS4_S5_E": 90937, + "_ZN5boost3_bi5valueINS_9unit_test13output_formatEEC2ERKS3_": 90955, + "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEC2ES6_S8_SA_": 90967, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEC2ES8_RKSG_": 90984, + "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISL_EE5valueEiE4typeE": 91010, + "_ZNK5boost7runtime15arguments_store3getINS_9unit_test12report_levelEEERKT_NS3_13basic_cstringIKcEE": 91032, + "_ZN5boost3_bi5list1INS_17reference_wrapperISoEEEC2ES3_": 91050, + "_ZN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEC2ES4_RKS8_": 91064, + "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISD_EE5valueEiE4typeE": 91080, + "_ZNK5boost7runtime15arguments_store3getImEERKT_NS_9unit_test13basic_cstringIKcEE": 91103, + "_ZN5boost3_bi5valueIPFPNS_9unit_test10test_suiteEiPPcEEC2ERKS8_": 91121, + "_ZN5boost3_bi5list1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEC2ESA_": 91133, + "_ZN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEC2ESA_RKSE_": 91147, + "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISJ_EE5valueEiE4typeE": 91163, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEC2ERKSE_": 91186, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_10shared_ptrINS0_9decorator4baseEEESt6vectorIS8_SaIS8_EEEEEERT_RKNS1_15static_any_baseEPSF_": 91198, + "_ZN9__gnu_cxxeqIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 91206, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv": 91226, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv": 91238, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEC2ERKS4_": 91246, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEC2Ev": 91266, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEED2Ev": 91277, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_eraseEPSt13_Rb_tree_nodeIS7_E": 91284, + ".L8199": 91290, + ".L8200": 91313, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv": 91317, + "_ZSt7forwardIRPN5boost9unit_test9test_caseEEOT_RNSt16remove_referenceIS5_E4typeE": 91325, + "_ZSt4moveIRSt4pairIKmPN5boost9unit_test9test_unitEEEONSt16remove_referenceIT_E4typeEOS9_": 91332, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE16_M_insert_uniqueIS6_EES0_ISt17_Rb_tree_iteratorIS6_EbEOT_": 91339, + ".L8208": 91387, + ".L8210": 91402, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5eraseERS1_": 91405, + "_ZSt4moveIRPN5boost9unit_test13test_observerEEONSt16remove_referenceIT_E4typeEOS6_": 91447, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE16_M_insert_uniqueIS3_EESt4pairISt17_Rb_tree_iteratorIS3_EbEOT_": 91454, + ".L8216": 91502, + ".L8218": 91517, + "_ZNSt4pairISt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEbEC2IRSt17_Rb_tree_iteratorIS4_ERbLb1EEEOT_OT0_": 91520, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5eraseERKS3_": 91545, + "_ZSt4moveIRPN5boost9unit_test14global_fixtureEEONSt16remove_referenceIT_E4typeEOS6_": 91587, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE16_M_insert_uniqueIS3_EESt4pairISt17_Rb_tree_iteratorIS3_EbEOT_": 91594, + ".L8225": 91642, + ".L8227": 91657, + "_ZNSt4pairISt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEbEC2IRSt17_Rb_tree_iteratorIS4_ERbLb1EEEOT_OT0_": 91660, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5eraseERKS3_": 91685, + "_ZSt4moveIRN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS7_": 91727, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE12emplace_backIJS4_EEEvDpOT_": 91734, + ".L8234": 91763, + ".L8236": 91777, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC2ERKS6_": 91782, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv": 91794, + "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE6cbeginEv": 91801, + "_ZN9__gnu_cxxmiIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_": 91814, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS4_S6_EE": 91838, + ".L8245": 91875, + "_ZN9__gnu_cxx5__ops11__pred_iterIN5boost9unit_test9framework13frame_with_idEEENS0_10_Iter_predIT_EES7_": 91891, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS0_5__ops10_Iter_predINS4_13frame_with_idEEEET_SG_SG_T0_": 91907, + "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE5beginEv": 91925, + "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE3endEv": 91938, + "_ZN9__gnu_cxxeqIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_": 91952, + "_ZN5boost9unit_test13basic_cstringIKcE9trim_leftES3_": 91972, + ".L8258": 91993, + ".L8261": 91998, + ".L8263": 92026, + ".L8259": 92028, + "_ZN5boost9unit_test13basic_cstringIKcE10trim_rightES3_": 92039, + ".L8265": 92060, + ".L8268": 92066, + ".L8270": 92095, + ".L8266": 92097, + "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv": 92109, + "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv": 92122, + "_ZN9__gnu_cxxeqIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_": 92136, + "_ZSt4moveIRPN5boost9unit_test10test_suiteEEONSt16remove_referenceIT_E4typeEOS6_": 92156, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12emplace_backIJS3_EEEvDpOT_": 92163, + ".L8280": 92192, + ".L8282": 92206, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE7destroyIS3_EEvRS4_PT_": 92211, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JRKS3_EEEvRS4_PT_DpOT0_": 92225, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE3endEv": 92244, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE15_S_use_relocateEv": 92258, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 92265, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE17_M_realloc_insertIJRKS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_": 92271, + ".L8292": 92355, + ".L8293": 92385, + ".L8294": 92399, + ".L8296": 92435, + ".L8297": 92445, + ".L8301": 92458, + "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEmiEl": 92463, + "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEdeEv": 92484, + "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE11lower_boundERS7_": 92492, + "_ZNSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE3endEv": 92505, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_": 92515, + "_ZNKSt3mapImPN5boost9unit_test9test_unitESt4lessImESaISt4pairIKmS3_EEE8key_compEv": 92528, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC2ERKSt17_Rb_tree_iteratorIS6_E": 92542, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEESt17_Rb_tree_iteratorIS6_ESt23_Rb_tree_const_iteratorIS6_EDpOT_": 92554, + ".L8316": 92604, + ".L8323": 92630, + "_ZN5boost4_mfi3mf2IvNS_9unit_test13test_observerEmmEC2EMS3_FvmmE": 92637, + "_ZN5boost3_bi5valueIPNS_9unit_test13test_observerEEC2ERKS4_": 92655, + "_ZN5boost3_bi5valueINS_9unit_test17test_case_counter19readonly_property43EEC2ERKS4_": 92667, + "_ZN5boost3_bi5valueImEC2ERKm": 92679, + "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEC2ES6_S9_SA_": 92691, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEC2ES6_RKSF_": 92708, + "_ZN5boost9function0IvEC2INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEET_NS_10enable_if_IXntsrNS_11is_integralISK_EE5valueEiE4typeE": 92734, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC2ERKS6_": 92756, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEEC2Ev": 92768, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEED2Ev": 92775, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implD2Ev": 92782, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2ERKS5_": 92793, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EED2Ev": 92807, + "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_": 92832, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_range_initializeIN9__gnu_cxx17__normal_iteratorIPS4_S6_EEEEvT_SC_St20forward_iterator_tag": 92839, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv": 92890, + "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_EvT_S6_RSaIT0_E": 92897, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test17test_unit_fixtureENS2_9framework4impl21global_fixture_handleEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 92912, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv": 92942, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE14_M_insert_rvalEN9__gnu_cxx17__normal_iteratorIPKS4_S6_EEOS4_": 92949, + ".L8348": 93000, + ".L8347": 93021, + ".L8349": 93041, + "_ZSt4moveIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS7_": 93057, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4swapERS6_": 93064, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEC2ERKS2_S6_": 93090, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEC2ERKS7_S9_": 93113, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEEC2Ev": 93136, + "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost16exception_detail10type_info_EEEC2Ev": 93147, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEED2Ev": 93154, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E": 93161, + ".L8361": 93167, + ".L8362": 93190, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv": 93194, + "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE11lower_boundERS9_": 93202, + "_ZNSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE3endEv": 93215, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_": 93225, + "_ZNKSt3mapIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEESt4lessIS2_ESaISt4pairIKS2_S5_EEE8key_compEv": 93238, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEdeEv": 93252, + "_ZNKSt4lessIN5boost16exception_detail10type_info_EEclERKS2_S5_": 93263, + "_ZNSt5tupleIJRKN5boost16exception_detail10type_info_EEEC2ILb1ELb1EEES4_": 93277, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC2ERKSt17_Rb_tree_iteratorIS8_E": 93291, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EDpOT_": 93303, + ".L8380": 93353, + ".L8387": 93379, + "_ZN5boost10shared_ptrINS_16exception_detail15error_info_baseEE4swapERS3_": 93386, + "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE4findERS4_": 93407, + ".L8390": 93451, + ".L8391": 93456, + ".L8393": 93458, + "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv": 93462, + "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv": 93476, + "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE5beginEv": 93487, + "_ZN5boost16exception_detail12refcount_ptrINS0_20error_info_containerEE7add_refEv": 93501, + ".L8402": 93519, + "_ZN5boost6detail20sp_pointer_constructINS_16exception_detail15error_info_baseES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 93523, + "_ZSt7forwardIRKN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS5_E4typeE": 93553, + "_ZSt7forwardIRN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS6_E4typeE": 93560, + "_ZNSt4pairIN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC2IRS5_Lb1EEERKS2_OT_": 93567, + "_ZSt7forwardISt4pairIN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEOT_RNSt16remove_referenceIS8_E4typeE": 93591, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_emplace_uniqueIJS3_IS2_S7_EEEES3_ISt17_Rb_tree_iteratorIS8_EbEDpOT_": 93598, + ".L8412": 93644, + ".L8419": 93678, + "_ZN5boost12scoped_arrayIcE4swapERS1_": 93683, + ".LC752": 93701, + "_ZNK5boost10shared_ptrINS_6detail22translator_holder_baseEEdeEv": 93703, + ".L8422": 93717, + "_ZNK5boost9function0IiEclEv": 93722, + ".L8425": 93739, + ".L8429": 93756, + "_ZN5boost9unit_test14class_propertyIjEC2Ej": 93760, + "_ZN5boost9function0IiEC2INS_6detail7forwardEEET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE": 93771, + "_ZN5boost9function0IiE5clearEv": 93789, + ".L8434": 93813, + ".L8435": 93816, + "_ZN5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEC2ERSo": 93820, + "_ZNK5boost9unit_test5utils14custom_printerINS1_12custom_manipINS0_6output12_GLOBAL__N_17quote_tEEEEdeEv": 93831, + "_ZN5boost14checked_deleteINS_9unit_test16progress_displayEEEvPT_": 93839, + ".L8441": 93850, + "_ZN5boost10scoped_ptrINS_9unit_test16progress_displayEE4swapERS3_": 93854, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEC2Ev": 93872, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEED2Ev": 93883, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E": 93890, + ".L8447": 93896, + ".L8448": 93919, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_M_beginEv": 93923, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE4findERS1_": 93931, + ".L8452": 93975, + ".L8453": 93980, + ".L8455": 93982, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE3endEv": 93986, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE5eraseB5cxx11ESt17_Rb_tree_iteratorIS5_E": 94000, + "_ZNSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE11lower_boundERS6_": 94024, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEES8_": 94037, + "_ZNKSt3mapImN5boost9unit_test12test_resultsESt4lessImESaISt4pairIKmS2_EEE8key_compEv": 94050, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEdeEv": 94064, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC2ERKSt17_Rb_tree_iteratorIS5_E": 94075, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_": 94087, + ".L8470": 94137, + ".L8477": 94163, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEC2ERKS2_S6_": 94170, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EC2ERKS7_SF_": 94193, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EC2ERKSG_SJ_": 94216, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EC2ERKSG_SJ_": 94239, + "_ZNSt5tupleIJOmEEC2EOS1_": 94262, + "_ZSt16forward_as_tupleIJmEESt5tupleIJDpOT_EES3_": 94276, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EDpOT_": 94293, + ".L8486": 94343, + ".L8493": 94369, + "_ZN5boost14checked_deleteINS_2io18ios_base_all_saverEEEvPT_": 94376, + ".L8496": 94390, + "_ZN5boost14checked_deleteINS_9unit_test16results_reporter6formatEEEvPT_": 94395, + ".L8499": 94408, + "_ZN5boost10scoped_ptrINS_2io18ios_base_all_saverEE4swapERS3_": 94412, + "_ZN5boost10scoped_ptrINS_9unit_test16results_reporter6formatEE4swapERS4_": 94430, + "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_Vector_implC2Ev": 94448, + "_ZNSaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEED2Ev": 94462, + "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED2Ev": 94473, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EED2Ev": 94498, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE15_S_use_relocateEv": 94520, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 94527, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE7reserveEm": 94533, + ".L8511": 94549, + ".L8513": 94582, + ".L8514": 94610, + ".L8515": 94643, + "_ZSt9make_pairIRPKcRPKN5boost9unit_test12lazy_ostreamEESt4pairINSt25__strip_reference_wrapperINSt5decayIT_E4typeEE6__typeENSA_INSB_IT0_E4typeEE6__typeEEOSC_OSH_": 94648, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE9push_backEOS8_": 94673, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EEixEm": 94690, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEC2ERKS2_S6_": 94702, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EC2ERKS7_SB_": 94725, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EC2ERKSC_SF_": 94748, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EC2ERKSG_SJ_": 94771, + "_ZNSt12_Vector_baseIcSaIcEE17_Vector_impl_dataC2Ev": 94794, + "_ZNSt12_Vector_baseIcSaIcEE13_M_deallocateEPcm": 94807, + ".L8528": 94822, + "_ZNSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv": 94826, + "_ZSt8_DestroyIPccEvT_S1_RSaIT0_E": 94833, + "_ZNSt16allocator_traitsISaIcEE9constructIcJRKcEEEvRS0_PT_DpOT0_": 94848, + "_ZNSt6vectorIcSaIcEE3endEv": 94867, + "_ZNSt6vectorIcSaIcEE15_S_use_relocateEv": 94881, + "_ZNSt6vectorIcSaIcEE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 94888, + "_ZNSt6vectorIcSaIcEE17_M_realloc_insertIJRKcEEEvN9__gnu_cxx17__normal_iteratorIPcS1_EEDpOT_": 94894, + ".L8540": 94977, + ".L8541": 95007, + ".L8542": 95021, + ".L8544": 95054, + ".L8545": 95064, + ".L8549": 95077, + "_ZSt10__count_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEENSt15iterator_traitsIT_E15difference_typeESF_SF_T0_": 95082, + ".L8553": 95090, + ".L8552": 95106, + ".L8551": 95111, + "_ZN5boost9unit_test14class_propertyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_": 95115, + "_ZN5boost9unit_test14class_propertyINS0_9test_unit10run_statusEEC2ES3_": 95129, + "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_9decorator4baseEEESaIS6_EEEC2Ev": 95140, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2Ev": 95157, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EEC2Ev": 95168, + "_ZN5boost9unit_test14class_propertyISt6vectorINS_10shared_ptrINS0_17test_unit_fixtureEEESaIS5_EEEC2Ev": 95179, + "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_": 95196, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE3endEv": 95215, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE15_S_use_relocateEv": 95229, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 95236, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_": 95242, + ".L8569": 95327, + ".L8570": 95357, + ".L8571": 95371, + ".L8573": 95409, + ".L8574": 95419, + ".L8578": 95432, + "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE5beginEv": 95437, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEC2ERKSF_": 95450, + "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE3endEv": 95462, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_8functionIFNS_10test_tools16assertion_resultEmEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSG_": 95476, + "_ZN9__gnu_cxxeqIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 95484, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEppEv": 95504, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEdeEv": 95516, + "_ZNK5boost9function1INS_10test_tools16assertion_resultEmE10get_vtableEv": 95524, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12emplace_backIJS5_EEEvDpOT_": 95533, + ".L8595": 95562, + ".L8597": 95576, + "_ZN5boost9addressofIKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS7_EEEEPT_RSB_": 95581, + "_ZN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC2ERKS8_": 95588, + "_ZN9__gnu_cxx5__ops17__iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEENS0_16_Iter_equals_valIT_EERS9_": 95600, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEEET_SN_SN_T0_": 95613, + "_ZNK9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv": 95631, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKmmEEEC2Ev": 95638, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEED2Ev": 95649, + "_ZNSaISt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEEC2Ev": 95656, + "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE17_Vector_impl_dataC2Ev": 95667, + "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEED2Ev": 95680, + "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE13_M_deallocateEPSC_m": 95687, + ".L8614": 95702, + "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEEEOT_RNSt16remove_referenceIS6_E4typeE": 95706, + "_ZSt7forwardISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE": 95713, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC2EOS8_": 95720, + "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JRKSC_EEEvRSD_PT_DpOT0_": 95746, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_S_use_relocateEv": 95765, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 95772, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE17_M_realloc_insertIJRKSB_EEEvN9__gnu_cxx17__normal_iteratorIPSB_SD_EEDpOT_": 95778, + ".L8626": 95867, + ".L8627": 95897, + ".L8628": 95911, + ".L8630": 95958, + ".L8631": 95968, + ".L8635": 95981, + "_ZN9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEC2ERKSE_": 95986, + "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEE4baseEv": 95998, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE15_M_erase_at_endEPSB_": 96005, + ".L8641": 96034, + "_ZNSaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev": 96038, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEED2Ev": 96049, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_eraseEPSt13_Rb_tree_nodeIS5_E": 96056, + ".L8646": 96062, + ".L8647": 96085, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_M_beginEv": 96089, + "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEE4baseEv": 96097, + "_ZNK9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEE4baseEv": 96104, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIRKS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_": 96111, + ".L8655": 96159, + ".L8657": 96174, + "_ZNSt4pairISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbEC2IRSt17_Rb_tree_iteratorIS6_ERbLb1EEEOT_OT0_": 96177, + "_ZN9__gnu_cxx5__ops17__iter_equals_valIKmEENS0_16_Iter_equals_valIT_EERS4_": 96202, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEENS0_5__ops16_Iter_equals_valIKmEEET_SB_SB_T0_": 96215, + "_ZNKSt6vectorImSaImEE6cbeginEv": 96233, + "_ZN9__gnu_cxxmiIPKmSt6vectorImSaImEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS9_SC_": 96246, + "_ZNK9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEplEl": 96267, + "_ZNSt6vectorImSaImEE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPmS1_EE": 96287, + ".L8670": 96324, + "_ZN5boost6detail20sp_pointer_constructINS_2io18ios_base_all_saverES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 96340, + "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC2IS2_EEPT_": 96370, + ".L8676": 96400, + "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEE4swapERS3_": 96404, + "_ZNSaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev": 96425, + "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE17_Vector_impl_dataC2Ev": 96436, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev": 96449, + "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE13_M_deallocateEPS3_m": 96456, + ".L8683": 96471, + "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv": 96475, + "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_EvT_S5_RSaIT0_E": 96482, + "_ZNSaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev": 96497, + "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE17_Vector_impl_dataC2Ev": 96508, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEED2Ev": 96521, + "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE13_M_deallocateEPS4_m": 96528, + ".L8692": 96543, + "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv": 96547, + "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_EvT_S6_RSaIT0_E": 96554, + "_ZSt4moveIRN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS6_": 96569, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12emplace_backIJS3_EEEvDpOT_": 96576, + ".L8699": 96605, + ".L8701": 96619, + "_ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEC2ERKS7_": 96624, + "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv": 96636, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_M_erase_at_endEPS4_": 96643, + ".L8707": 96669, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC2ERKS5_": 96673, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv": 96685, + "_ZSt4moveIRPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS7_": 96692, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12emplace_backIJS4_EEEvDpOT_": 96699, + ".L8714": 96728, + ".L8716": 96742, + "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEC2ERKS6_": 96747, + "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEE4baseEv": 96759, + "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEE4swapERS3_": 96766, + "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE6cbeginEv": 96787, + "_ZN9__gnu_cxxmiIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_": 96800, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEplEl": 96824, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8_M_eraseEN9__gnu_cxx17__normal_iteratorIPS3_S5_EE": 96847, + ".L8728": 96884, + "_ZN5boost9addressofIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEPT_RS8_": 96900, + "_ZNK5boost9unit_test14class_propertyIjE3getEv": 96907, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE22_M_insert_range_uniqueIN9__gnu_cxx17__normal_iteratorIPKS5_St6vectorIS5_SA_EEEEENSt9enable_ifIXsrSt7is_sameIS5_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESN_SN_": 96914, + ".L8736": 96927, + ".L8737": 96959, + "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5beginEv": 96964, + "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE3endEv": 96978, + "_ZSt11__addressofISoEPT_RS0_": 96992, + "_ZSt12__miter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_": 96999, + "_ZSt13__copy_move_aILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_": 97006, + "_ZN5boost9unit_test9ut_detail8case_insIKcE7compareEPS3_S5_m": 97049, + ".L8754": 97057, + ".L8751": 97094, + ".L8750": 97097, + ".L8749": 97100, + ".L8753": 97102, + "_ZN5boost9unit_test5utils11string_castINS0_13basic_cstringIKcEEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKT_": 97105, + ".L8759": 97137, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE5clearEv": 97142, + ".L8762": 97166, + ".L8763": 97169, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implD2Ev": 97173, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EED2Ev": 97184, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv": 97212, + "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idES2_EvT_S4_RSaIT0_E": 97219, + "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv": 97234, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEC2ERKSC_": 97247, + "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv": 97259, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS_7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEEERT_RKNS1_15static_any_baseEPSD_": 97273, + "_ZN9__gnu_cxxeqIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_": 97281, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEppEv": 97301, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEdeEv": 97313, + "_ZSt4moveIRN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS5_": 97321, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE12emplace_backIJS2_EEEvDpOT_": 97328, + ".L8785": 97357, + ".L8787": 97371, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2ERKS5_": 97376, + "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE4sizeEv": 97393, + "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost7runtime16parameter_cla_idEES3_E17_S_select_on_copyERKS4_": 97409, + "_ZNKSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE19_M_get_Tp_allocatorEv": 97423, + "_ZNSaIN5boost7runtime16parameter_cla_idEED2Ev": 97430, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EEC2EmRKS3_": 97441, + ".L8799": 97467, + "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEEPS4_S4_ET0_T_SD_SC_RSaIT1_E": 97471, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_6optionEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 97487, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEEixERSC_": 97517, + ".L8804": 97555, + ".L8805": 97558, + ".L8806": 97560, + ".L8807": 97584, + "_ZN5boost7runtime14typed_argumentIbEC2ERKb": 97592, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentIbEEEEPT_": 97619, + ".L8813": 97649, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEaSEOS3_": 97653, + "_ZSt12__niter_baseIPKcET_S2_": 97675, + "_ZSt29__lexicographical_compare_auxIPKcS1_EbT_S2_T0_S3_": 97682, + "_ZSt7forwardIN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS5_E4typeE": 97699, + "_ZSt7forwardIRN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS6_E4typeE": 97706, + "_ZNSt4pairIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEEC2IS4_RS8_Lb1EEEOT_OT0_": 97713, + "_ZSt7forwardISt4pairIN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEOT_RNSt16remove_referenceISB_E4typeE": 97740, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE17_M_emplace_uniqueIJS5_IS4_SA_EEEES5_ISt17_Rb_tree_iteratorISB_EbEDpOT_": 97747, + ".L8828": 97793, + ".L8835": 97827, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5emptyEv": 97832, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE3endEv": 97842, + "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv": 97856, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEENS6_16parameters_store10lg_compareESaISt4pairIKS4_S8_EEE5beginEv": 97867, + "_ZN5boost9unit_test8for_each10static_anyISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEC2ERKSE_": 97877, + "_ZN5boost9unit_test8for_each15static_any_castISt23_Rb_tree_const_iteratorISt4pairIKNS0_13basic_cstringIKcEENS_10shared_ptrINS_7runtime11basic_paramEEEEEEERT_RKNS1_15static_any_baseEPSF_": 97889, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEESE_": 97897, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEppEv": 97910, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEdeEv": 97924, + "_ZNK5boost9function1IvNS_9unit_test13basic_cstringIKcEEE10get_vtableEv": 97935, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev": 97944, + "_ZNSt20_Rb_tree_key_compareISt4lessIcEEC2Ev": 97955, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev": 97962, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_eraseEPSt13_Rb_tree_nodeIS9_E": 97969, + ".L8860": 97975, + ".L8861": 97998, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv": 98002, + "_ZNSaIN5boost17reference_wrapperIKNS_7runtime16parameter_cla_idEEEEC2Ev": 98010, + "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE17_Vector_impl_dataC2Ev": 98021, + "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEED2Ev": 98034, + "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE13_M_deallocateEPS5_m": 98041, + ".L8869": 98056, + "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv": 98060, + "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_EvT_S7_RSaIT0_E": 98067, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE4findERS1_": 98082, + ".L8874": 98126, + ".L8875": 98131, + ".L8877": 98133, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv": 98137, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime3cla13rt_cla_detail14parameter_trieES5_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 98151, + "_ZSt7forwardIRcEOT_RNSt16remove_referenceIS1_E4typeE": 98181, + "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS7_E4typeE": 98188, + "_ZNSt4pairIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IRcS6_Lb1EEEOT_OT0_": 98195, + "_ZSt7forwardISt4pairIcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEOT_RNSt16remove_referenceIS9_E4typeE": 98221, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE17_M_emplace_uniqueIJS0_IcS8_EEEES0_ISt17_Rb_tree_iteratorIS9_EbEDpOT_": 98228, + ".L8889": 98274, + ".L8896": 98308, + "_ZNKSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv": 98313, + "_ZN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEE4swapERS5_": 98324, + "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv": 98345, + "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv": 98358, + "_ZN9__gnu_cxxeqIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 98372, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE3endEv": 98392, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEmiEl": 98406, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEdeEv": 98427, + "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JRKS5_EEEvRS6_PT_DpOT0_": 98435, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE15_S_use_relocateEv": 98454, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 98461, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE17_M_realloc_insertIJRKS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_": 98467, + ".L8918": 98551, + ".L8919": 98581, + ".L8920": 98595, + ".L8922": 98631, + ".L8923": 98641, + ".L8927": 98654, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEE4swapERS3_": 98659, + "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE4findERS1_": 98680, + ".L8930": 98724, + ".L8931": 98729, + ".L8933": 98731, + "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE3endEv": 98735, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE11lower_boundERSE_": 98749, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE3endEv": 98762, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEESG_": 98772, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIS4_ESaISt4pairIKS4_SA_EEE8key_compEv": 98785, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv": 98799, + "_ZNKSt4lessIN5boost9unit_test13basic_cstringIKcEEEclERKS4_S7_": 98810, + "_ZNSt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEC2ILb1ELb1EEES6_": 98824, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2ERKSt17_Rb_tree_iteratorISD_E": 98838, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_": 98850, + ".L8951": 98900, + ".L8958": 98926, + "_ZSt4moveIRN5boost9unit_test13basic_cstringIKcEEEONSt16remove_referenceIT_E4typeEOS7_": 98933, + "_ZNSt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEC2EOS6_": 98940, + "_ZSt16forward_as_tupleIJN5boost9unit_test13basic_cstringIKcEEEESt5tupleIJDpOT_EES8_": 98954, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEESt17_Rb_tree_iteratorISD_ESt23_Rb_tree_const_iteratorISD_EDpOT_": 98971, + ".L8965": 99021, + ".L8972": 99047, + "_ZNSaIN5boost10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2Ev": 99054, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_dataC2Ev": 99065, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev": 99078, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE13_M_deallocateEPS6_m": 99085, + ".L8978": 99100, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv": 99104, + "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_EvT_S8_RSaIT0_E": 99111, + "_ZNSt3mapIcN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt4lessIcESaISt4pairIKcS6_EEE5beginEv": 99126, + "_ZN5boost9unit_test8for_each10static_anyISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2ERKSD_": 99136, + "_ZN5boost9unit_test8for_each15static_any_castISt17_Rb_tree_iteratorISt4pairIKcNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEERT_RKNS1_15static_any_baseEPSE_": 99148, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEESC_": 99156, + "_ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEppEv": 99169, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEdeEv": 99183, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JRKS6_EEEvRS7_PT_DpOT0_": 99194, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE3endEv": 99213, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_S_use_relocateEv": 99227, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 99234, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_M_realloc_insertIJRKS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_": 99240, + ".L9001": 99325, + ".L9002": 99355, + ".L9003": 99369, + ".L9005": 99407, + ".L9006": 99417, + ".L9010": 99430, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE5beginEv": 99435, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEC2ERKSF_": 99448, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_10shared_ptrINS_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorISA_SaISA_EEEEEERT_RKNS1_15static_any_baseEPSG_": 99460, + "_ZN9__gnu_cxxeqIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 99468, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEppEv": 99488, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEdeEv": 99500, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_swap_dataERS9_": 99508, + "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES7_E10_S_on_swapERS8_SA_": 99535, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE15_M_erase_at_endEPS6_": 99549, + ".L9026": 99575, + "_ZNSaIN5boost9unit_test13basic_cstringIKcEEEC2Ev": 99579, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_Vector_impl_dataC2Ev": 99590, + "_ZNSaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEC2Ev": 99603, + "_ZNSt20_Rb_tree_key_compareISt4lessIPKN5boost7runtime16parameter_cla_idEEEC2Ev": 99614, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEED2Ev": 99621, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_eraseEPSt13_Rb_tree_nodeIS4_E": 99628, + ".L9034": 99634, + ".L9035": 99657, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_M_beginEv": 99661, + "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8max_sizeEv": 99669, + "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE8capacityEv": 99681, + "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE4sizeEv": 99694, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_M_allocateEm": 99707, + ".L9045": 99721, + ".L9047": 99723, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_": 99726, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test13basic_cstringIKcEEPKS4_ET0_PT_": 99742, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE20_M_allocate_and_copyIPKS4_EEPS4_mT_SB_": 99749, + ".L9058": 99789, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE5beginEv": 99794, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEC2ERKSE_": 99807, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPNS_17reference_wrapperIKNS_7runtime16parameter_cla_idEEESt6vectorIS9_SaIS9_EEEEEERT_RKNS1_15static_any_baseEPSF_": 99819, + "_ZN9__gnu_cxxeqIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_": 99827, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEppEv": 99847, + "_ZSt4moveIRPKN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS7_": 99859, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE16_M_insert_uniqueIS4_EESt4pairISt17_Rb_tree_iteratorIS4_EbEOT_": 99866, + ".L9071": 99914, + ".L9073": 99929, + "_ZNSt4pairISt23_Rb_tree_const_iteratorIPKN5boost7runtime16parameter_cla_idEEbEC2IRSt17_Rb_tree_iteratorIS5_ERbLb1EEEOT_OT0_": 99932, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12emplace_backIJS4_EEEvDpOT_": 99957, + ".L9076": 99986, + ".L9078": 100000, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2ERKS6_": 100005, + ".L9084": 100070, + "_ZSt7forwardIbEOT_RNSt16remove_referenceIS0_E4typeE": 100077, + "_ZNSt4pairIN5boost9unit_test13basic_cstringIKcEEbEC2IS4_bLb1EEEOT_OT0_": 100084, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ESA_": 100109, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EC2ERKSB_": 100122, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EC2ESA_": 100138, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EC2ERKSB_": 100151, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSC_RKSE_": 100167, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC2ESA_": 100188, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EC2ERKSB_": 100201, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEC2ERKSF_": 100217, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSC_RKSH_": 100238, + "_ZNK5boost3nfp7keywordINS_7runtime12_GLOBAL__N_116optional_value_tELb0EEaSIbEENS0_15named_parameterIKT_S4_RS9_EESA_": 100259, + "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEENS3_IKbNSA_16optional_value_tERSK_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISS_SQ_EEE4typeERKSQ_RKSS_": 100274, + "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_": 100290, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2Ev": 100306, + "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC2Ev": 100317, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EEC2Ev": 100328, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EEC2Ev": 100339, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS6_EENS4_INS5_IS6_NS7_16optional_value_tES9_EENS4_INS5_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSH_EENS4_INS5_ISH_NS7_9env_var_tESJ_EENS5_ISH_NS7_13description_tESJ_EEEEEEEEEEEESG_bbRKT_": 100350, + ".L9108": 100462, + ".L9109": 100465, + ".L9110": 100467, + ".L9121": 100556, + ".L9119": 100561, + ".L9117": 100566, + ".L9115": 100571, + ".L9113": 100576, + ".L9131": 100584, + "_ZN5boost7runtime16argument_factoryIbLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSI_EENS5_INS6_ISI_NS8_9env_var_tESK_EENS6_ISI_NS8_13description_tESK_EEEEEEEEEEEERKT_": 100590, + "_ZN5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EC2ESF_": 100616, + "_ZN5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EC2ERKSG_": 100629, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_NS6_12_GLOBAL__N_110callback_tERSD_EENS1_INS2_IKSB_NSE_9env_var_tERSI_EENS2_ISI_NSE_13description_tESK_EEEEEC2ERKSH_RKSO_": 100645, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNS6_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSF_EENS4_INS5_IKSD_NSG_9env_var_tERSK_EENS5_ISK_NSG_13description_tESM_EEEEEEEESD_bbRKT_": 100666, + ".L9137": 100778, + ".L9138": 100781, + ".L9139": 100783, + ".L9150": 100870, + ".L9148": 100875, + ".L9146": 100880, + ".L9144": 100885, + ".L9142": 100890, + ".L9159": 100898, + "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSD_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSM_EENSB_INSC_IKSK_NSN_9env_var_tERSR_EENSC_ISR_NSN_13description_tEST_EEEEEEEERKT_": 100904, + ".L9165": 100961, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_15default_value_tEEEbNS0_7keywordIT_Lb0EEE": 100965, + "_ZN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEC2ERKS4_": 100972, + "_ZN5boost7runtime18invalid_param_specC2EOS1_": 100989, + "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsEPKc": 101006, + "_ZNO5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_": 101027, + ".L9176": 101062, + "_ZN5boost7runtime18invalid_param_specC2ERKS1_": 101067, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime18invalid_param_specEEEvRKT_": 101084, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_E3hasINS8_16optional_value_tEEEbNS0_7keywordIT_Lb0EEE": 101108, + "_ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ES6_": 101115, + "_ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ERKS7_": 101128, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKS8_RKSJ_": 101144, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_": 101165, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSM_": 101186, + "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IKbNSA_15default_value_tERSE_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEENS3_ISE_NSA_16optional_value_tESG_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISV_ST_EEE4typeERKST_RKSV_": 101207, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSN_": 101223, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEC2ERKSQ_": 101244, + "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEESJ_EENS_11enable_if_cIXsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueESU_E4typeERKSU_RKSW_": 101265, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS6_EENS4_INS5_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSF_EENS4_INS5_IS6_NS7_15default_value_tES9_EENS4_INS5_ISF_NS7_9env_var_tESH_EENS5_ISF_NS7_13description_tESH_EEEEEEEEEEEESE_bbRKT_": 101280, + ".L9195": 101392, + ".L9196": 101395, + ".L9197": 101397, + ".L9208": 101486, + ".L9206": 101491, + ".L9204": 101496, + ".L9202": 101501, + ".L9200": 101506, + ".L9218": 101514, + "_ZN5boost7runtime16argument_factoryIbLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS7_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSG_EENS5_INS6_IS7_NS8_15default_value_tESA_EENS5_INS6_ISG_NS8_9env_var_tESI_EENS6_ISG_NS8_13description_tESI_EEEEEEEEEEEERKT_": 101520, + "_ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ES6_": 101546, + "_ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ERKS7_": 101559, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKS8_RKSJ_": 101575, + "_ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ES6_": 101596, + "_ZN5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ERKS7_": 101609, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_": 101625, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKS8_RKSM_": 101646, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC2ESA_": 101667, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EC2ERKSB_": 101680, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_": 101696, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSP_": 101717, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSQ_": 101738, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKlNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC2ERKSC_RKSS_": 101759, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKlNSB_16optional_value_tERSH_EENS4_INS5_ISH_NSB_15default_value_tESJ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_": 101780, + ".L9234": 101892, + ".L9235": 101895, + ".L9236": 101897, + ".L9247": 101986, + ".L9245": 101991, + ".L9243": 101996, + ".L9241": 102001, + ".L9239": 102006, + ".L9257": 102014, + "_ZN5boost7runtime16argument_factoryImLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKlNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_": 102020, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE": 102046, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE": 102057, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ES8_": 102068, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ERKS9_": 102081, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSA_RKSK_": 102097, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EC2ES8_": 102118, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EC2ERKS9_": 102131, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_": 102147, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC2ERKSA_RKSN_": 102168, + "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ESG_": 102189, + "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ERKSH_": 102202, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEC2ERKSO_": 102218, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEC2ERKSI_RKSW_": 102239, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEC2ERKSX_": 102260, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_16optional_value_tERSM_EENS1_INS2_ISM_NS9_15default_value_tESO_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC2ERKSC_RKSZ_": 102281, + "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_16optional_value_tERSQ_EENS8_INS9_ISQ_NSE_15default_value_tESS_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEEEESC_RKT_": 102302, + ".L9277": 102368, + ".L9278": 102380, + ".L9279": 102383, + ".L9280": 102385, + ".L9283": 102423, + ".L9284": 102429, + ".L9285": 102435, + ".L9288": 102446, + ".L9289": 102452, + ".L9290": 102458, + ".L9286": 102464, + ".L9291": 102471, + ".L9302": 102478, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED2Ev": 102483, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED2Ev": 102494, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_16optional_value_tERSJ_EENS1_INS2_ISJ_NSF_15default_value_tESL_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESQ_EEEEEEEEEixENS0_7keywordISG_Lb0EEE": 102513, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE3endEv": 102524, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE9push_backERKS4_": 102546, + ".L9310": 102571, + ".L9312": 102581, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSI_RKST_": 102585, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_": 102606, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSW_": 102627, + "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_": 102648, + ".L9317": 102714, + ".L9318": 102726, + ".L9319": 102729, + ".L9320": 102731, + ".L9323": 102769, + ".L9324": 102775, + ".L9325": 102781, + ".L9328": 102792, + ".L9329": 102798, + ".L9330": 102804, + ".L9326": 102810, + ".L9331": 102817, + ".L9342": 102824, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE": 102829, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ES8_": 102840, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ERKS9_": 102853, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSA_RKSK_": 102869, + "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ESG_": 102890, + "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ERKSH_": 102903, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_": 102919, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSI_RKST_": 102940, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_": 102961, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_9log_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSW_": 102982, + "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_": 103003, + ".L9355": 103069, + ".L9356": 103081, + ".L9357": 103084, + ".L9358": 103086, + ".L9361": 103124, + ".L9362": 103130, + ".L9363": 103136, + ".L9366": 103147, + ".L9367": 103153, + ".L9368": 103159, + ".L9364": 103165, + ".L9369": 103172, + ".L9380": 103179, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED2Ev": 103184, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED2Ev": 103195, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE": 103214, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE3endEv": 103225, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSC_RKSH_": 103247, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_": 103268, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSK_": 103289, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_": 103310, + ".L9391": 103422, + ".L9392": 103425, + ".L9393": 103427, + ".L9404": 103514, + ".L9402": 103519, + ".L9400": 103524, + ".L9398": 103529, + ".L9396": 103534, + ".L9413": 103542, + "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_": 103548, + ".L9419": 103605, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEC2ERKSI_RKSO_": 103609, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEC2ERKSP_": 103630, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSR_": 103651, + "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEESC_RKT_": 103672, + ".L9424": 103738, + ".L9425": 103750, + ".L9426": 103753, + ".L9427": 103755, + ".L9430": 103793, + ".L9431": 103799, + ".L9432": 103805, + ".L9435": 103816, + ".L9436": 103822, + ".L9437": 103828, + ".L9433": 103834, + ".L9438": 103841, + ".L9449": 103848, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESK_EEEEEixENS0_7keywordISG_Lb0EEE": 103853, + "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_": 103864, + "_ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ES6_": 103878, + "_ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EC2ERKS7_": 103891, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKS8_RKSJ_": 103907, + "_ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ES6_": 103928, + "_ZN5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ERKS7_": 103941, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEC2ERKSK_": 103957, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKS8_RKSM_": 103978, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEC2ERKSN_": 103999, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSP_": 104020, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSQ_": 104041, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKjNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEC2ERKSC_RKSS_": 104062, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKjNSB_16optional_value_tERSH_EENS4_INS5_ISH_NSB_15default_value_tESJ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_": 104083, + ".L9465": 104195, + ".L9466": 104198, + ".L9467": 104200, + ".L9478": 104289, + ".L9476": 104294, + ".L9474": 104299, + ".L9472": 104304, + ".L9470": 104309, + ".L9488": 104317, + "_ZN5boost7runtime16argument_factoryIjLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKjNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_": 104323, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE": 104349, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE": 104360, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ES8_": 104371, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EC2ERKS9_": 104384, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSA_RKSK_": 104400, + "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ESG_": 104421, + "_ZN5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EC2ERKSH_": 104434, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEC2ERKSL_": 104450, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSI_RKST_": 104471, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEC2ERKSU_": 104492, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_12report_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSW_": 104513, + "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC2INS_3nfp23named_parameter_combineINS7_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSD_EENS8_INS9_IKSt16initializer_listISt4pairISD_S3_EENSE_13enum_values_tERSM_EENS8_INS9_IKS3_NSE_15default_value_tERSQ_EENS8_INS9_ISD_NSE_9env_var_tESG_EENS9_ISD_NSE_13description_tESG_EEEEEEEEEEEESC_RKT_": 104534, + ".L9504": 104600, + ".L9505": 104612, + ".L9506": 104615, + ".L9507": 104617, + ".L9510": 104655, + ".L9511": 104661, + ".L9512": 104667, + ".L9515": 104678, + ".L9516": 104684, + ".L9517": 104690, + ".L9513": 104696, + ".L9518": 104703, + ".L9529": 104710, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EED2Ev": 104715, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EED2Ev": 104726, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSD_EENS1_INS2_IKSA_NSF_15default_value_tERSJ_EENS1_INS2_IS9_NSF_9env_var_tERS9_EENS2_IS9_NSF_13description_tESO_EEEEEEEixENS0_7keywordISG_Lb0EEE": 104745, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE3endEv": 104756, + "_ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EC2ESC_": 104778, + "_ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EC2ERKSD_": 104791, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC2ERKSE_RKSP_": 104807, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEC2ERKSQ_": 104828, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSS_": 104849, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKST_": 104870, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSL_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEC2ERKSC_RKSV_": 104891, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_15default_value_tERSN_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_": 104912, + ".L9544": 105024, + ".L9545": 105027, + ".L9546": 105029, + ".L9557": 105118, + ".L9555": 105123, + ".L9553": 105128, + ".L9551": 105133, + ".L9549": 105138, + ".L9567": 105146, + "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_15default_value_tERSO_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEEEERKT_": 105152, + ".L9573": 105209, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEE3hasENS0_7keywordISC_Lb0EEE": 105213, + "_ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EC2ESC_": 105224, + "_ZN5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EC2ERKSD_": 105237, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC2ERKSE_RKSM_": 105253, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEC2ERKSN_": 105274, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSC_RKSP_": 105295, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSQ_": 105316, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSL_EENS2_IS7_NS9_13description_tESB_EEEEEEEC2ERKSC_RKSS_": 105337, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_ISA_NSB_12value_hint_tESD_EENS4_INS5_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSB_16optional_value_tERSN_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_": 105358, + ".L9584": 105470, + ".L9585": 105473, + ".L9586": 105475, + ".L9597": 105564, + ".L9595": 105569, + ".L9593": 105574, + ".L9591": 105579, + ".L9589": 105584, + ".L9607": 105592, + "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_16optional_value_tERSO_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_": 105598, + ".L9613": 105655, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEE3hasENS0_7keywordISC_Lb0EEE": 105659, + "_ZN5boost3nfp10opt_appendINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS7_EENS2_IKbNS9_16optional_value_tERSD_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS0_23named_parameter_combineISL_SJ_EEE4typeERKSJ_RKSL_": 105670, + "_ZN5boost3nfp10opt_appendINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSE_EEEENS3_IS4_NS6_15default_value_tES8_EEEENS_11enable_if_cIXntsrNS0_9has_paramIT_NS0_7keywordINT0_2idELb0EEEEE5valueENS2_ISP_SN_EEE4typeERKSN_RKSP_": 105686, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS6_EENS4_INS5_IS6_NS7_16optional_value_tES9_EENS5_IKNS_9unit_test13basic_cstringIKcEENS7_13description_tERSH_EEEEEEEESG_bbRKT_": 105702, + ".L9621": 105814, + ".L9622": 105817, + ".L9623": 105819, + ".L9634": 105908, + ".L9632": 105913, + ".L9630": 105918, + ".L9628": 105923, + ".L9626": 105928, + ".L9644": 105936, + "_ZN5boost7runtime16argument_factoryIbLb0ELb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS6_IKNS_9unit_test13basic_cstringIKcEENS8_13description_tERSI_EEEEEEEERKT_": 105942, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEEC2Ev": 105968, + "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2Ev": 105979, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEED2Ev": 105986, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E": 105993, + ".L9651": 105999, + ".L9652": 106022, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv": 106026, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEEC2Ev": 106034, + "_ZNSt20_Rb_tree_key_compareIN5boost7runtime16parameters_store10lg_compareEEC2Ev": 106045, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEED2Ev": 106052, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_eraseEPSt13_Rb_tree_nodeISB_E": 106059, + ".L9660": 106065, + ".L9661": 106088, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_M_beginEv": 106092, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EC2ESA_": 106100, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EC2ERKSB_": 106113, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EC2ESA_": 106129, + "_ZN5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EC2ERKSB_": 106142, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS7_EENS2_IS7_NS9_15end_of_params_tESB_EEEC2ERKSC_RKSE_": 106158, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE13_Rb_tree_implISH_Lb1EEC2Ev": 106179, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev": 106197, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EED2Ev": 106208, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERSE_EENS9_ISE_NSG_15end_of_params_tESI_EEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSR_SS_": 106227, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERSE_EENS9_ISE_NSG_15end_of_params_tESI_EEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSR_SS_": 106250, + "_ZN5boost10shared_ptrINS_7runtime3cla6parserEEC2IS3_EEPT_": 106273, + ".L9677": 106303, + "_ZN5boost10shared_ptrINS_7runtime3cla6parserEE4swapERS4_": 106307, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE4findERSC_": 106328, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC2ERKSt17_Rb_tree_iteratorISB_E": 106341, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE3endEv": 106353, + "_ZNO5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_": 106363, + ".L9688": 106398, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEptEv": 106403, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2ERKS3_": 106414, + ".LC753": 106434, + "_ZNK5boost10shared_ptrINS_7runtime8argumentEEptEv": 106436, + ".L9693": 106450, + "_ZN5boost4rtti7type_idINS_9unit_test13output_formatEEElv": 106455, + "_ZN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEC2ERKS4_": 106461, + "_ZN5boost7runtime17arg_type_mismatchC2EOS1_": 106478, + "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsEPKc": 106495, + "_ZNO5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEElsINS_9unit_test13basic_cstringIKcEEEES2_RKT_": 106516, + ".L9705": 106551, + "_ZN5boost7runtime17arg_type_mismatchC2ERKS1_": 106556, + "_ZN5boost9unit_test9ut_detail15throw_exceptionINS_7runtime17arg_type_mismatchEEEvRKT_": 106573, + ".LC754": 106597, + "_ZNK5boost10shared_ptrINS_7runtime8argumentEEdeEv": 106599, + ".L9711": 106613, + "_ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEC2ERKS3_": 106618, + ".L9716": 106648, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentINS_9unit_test13output_formatEEEEEPT_": 106652, + ".L9720": 106682, + "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv": 106686, + "_ZN5boost9unit_test8for_each10static_anyIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEC2ERKSD_": 106699, + "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv": 106711, + "_ZN5boost9unit_test8for_each15static_any_castIN9__gnu_cxx17__normal_iteratorIPKNS0_13basic_cstringIKcEESt6vectorIS7_SaIS7_EEEEEERT_RKNS1_15static_any_baseEPSE_": 106725, + "_ZN9__gnu_cxxeqIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_": 106733, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEppEv": 106753, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEdeEv": 106765, + "_ZN5boost9unit_test5utils13print_escapedIA4_cEEvRSoRKT_": 106773, + "_ZN5boost9unit_test12impl_fixture10call_setupILb0EEclI9copy_testEEvRT_": 106787, + "_ZN5boost9unit_test12impl_fixture13call_teardownILb0EEclI9copy_testEEvRT_": 106795, + "_ZN5boost9function0IvEC2IPFvvEEET_NS_10enable_if_IXntsrNS_11is_integralIS5_EE5valueEiE4typeE": 106803, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEC2ERKS2_S6_": 106821, + "_ZNK5boost10test_tools9tt_detail15equal_impl_frwdclINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EENS0_16assertion_resultERKT_RKT0_": 106844, + "_ZN5boost10test_tools9tt_detail12print_helperINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEENS1_14print_helper_tIT_EERKS9_": 106864, + "_ZN5boost9unit_testlsINS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEEEENS0_17lazy_ostream_implINS0_12lazy_ostreamET_RKSD_EERKSC_SF_": 106877, + "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE16_M_construct_auxIPKcEEvT_S8_St12__false_type": 106893, + "_ZNSt16allocator_traitsISaIcEE10deallocateERS0_Pcm": 106909, + "_ZNSt16allocator_traitsISaIcEE8allocateERS0_m": 106925, + "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2eqEcc": 106939, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEEC2ERKS6_": 106951, + "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE10deallocateERS5_PS4_m": 106959, + "_ZSt8_DestroyIPN5boost9unit_test13basic_cstringIKcEEEvT_S6_": 106975, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_M_beginEv": 106989, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv": 106997, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPKSt13_Rb_tree_nodeISB_EPKSt18_Rb_tree_node_baseRS6_": 107005, + ".L9762": 107014, + ".L9760": 107037, + ".L9759": 107043, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_": 107053, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base": 107066, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC2EPKSt18_Rb_tree_node_base": 107076, + "_ZNK5boost6detail8function13basic_vtable0IvE5clearERNS1_15function_bufferE": 107087, + ".L9771": 107105, + "_ZN5boost6detail12shared_countC2IPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS6_EEEET_NS0_14sp_inplace_tagIT0_EE": 107109, + ".L9777": 107139, + "_ZN5boost6detail20sp_deleter_constructINS_9unit_test14runtime_config13stream_holder16callback_cleanerES5_EEvPNS_10shared_ptrIT_EEPT0_": 107144, + "_ZSt4moveIRPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEEONSt16remove_referenceIT_E4typeEOS8_": 107160, + "_ZSt4swapIPN5boost9unit_test14runtime_config13stream_holder16callback_cleanerEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleISA_ESt18is_move_assignableISA_EEE5valueEvE4typeERSA_SK_": 107167, + "_ZN5boost9function0IvE13assign_to_ownERKS1_": 107193, + ".L9784": 107223, + ".L9785": 107235, + "_ZN5boost17bad_function_callC2ERKS0_": 107239, + "_ZN5boost10wrapexceptINS_17bad_function_callEEC2ERKS1_": 107256, + "_ZN5boost6detail20sp_pointer_constructINS_23basic_wrap_stringstreamIcEES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 107292, + "_ZSt4moveIRPN5boost23basic_wrap_stringstreamIcEEEONSt16remove_referenceIT_E4typeEOS6_": 107322, + "_ZSt4swapIPN5boost23basic_wrap_stringstreamIcEEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_": 107329, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_max_sizeERKS8_": 107355, + "_ZNSaISt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEEC2ERKS8_": 107374, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE12_Vector_implC2ERKS9_": 107388, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE17_M_create_storageEm": 107405, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE13_M_deallocateEPS8_m": 107435, + ".L9799": 107450, + "_ZSt27__uninitialized_default_n_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEmS8_ET_SA_T0_RSaIT1_E": 107454, + "_ZSt8_DestroyIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvT_SA_": 107468, + "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator15stack_decoratorEEEPT_": 107482, + ".L9808": 107512, + "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator5labelEEEPT_": 107517, + ".L9814": 107547, + "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator17expected_failuresEEEPT_": 107552, + ".L9820": 107582, + "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator7timeoutEEEPT_": 107587, + ".L9826": 107617, + "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator11descriptionEEEPT_": 107622, + ".L9832": 107652, + "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator10depends_onEEEPT_": 107657, + ".L9838": 107687, + "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator9fixture_tEEEPT_": 107692, + ".L9844": 107722, + "_ZN5boost9function1INS_10test_tools16assertion_resultEmE13assign_to_ownERKS3_": 107727, + ".L9847": 107757, + ".L9848": 107769, + "_ZNK5boost6detail8function13basic_vtable1INS_10test_tools16assertion_resultEmE5clearERNS1_15function_bufferE": 107773, + ".L9851": 107791, + "_ZN5boost6detail12shared_countC2INS_9unit_test9decorator12preconditionEEEPT_": 107795, + ".L9857": 107825, + "_ZSt8_DestroyIPmEvT_S1_": 107830, + "_ZSt8_DestroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvT_S7_": 107844, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2ERKS7_": 107858, + ".L9865": 107923, + "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_Vector_implC2Ev": 107930, + "_ZNSaIN5boost8functionIFNS_10test_tools16assertion_resultEmEEEED2Ev": 107944, + "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE13_M_deallocateEPS5_m": 107955, + ".L9870": 107970, + "_ZSt8_DestroyIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvT_S7_": 107974, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPSt18_Rb_tree_node_base": 107988, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPSt18_Rb_tree_node_base": 107996, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS2_E": 108004, + "_ZSt8_DestroyIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvT_SE_": 108023, + "_ZN5boost7runtime15arguments_store3getIbEERT_NS_9unit_test13basic_cstringIKcEE": 108037, + ".L9879": 108094, + ".L9880": 108135, + ".L9883": 108151, + ".L9884": 108157, + ".L9886": 108170, + ".L9887": 108176, + ".L9888": 108182, + ".L9896": 108189, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev": 108193, + "_ZNSt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv": 108200, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE21_M_get_Node_allocatorEv": 108211, + "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7destroyIS6_EEvRS8_PT_": 108218, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_put_nodeEPSt10_List_nodeIS5_E": 108232, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2Ev": 108247, + "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE10deallocateERS6_PS5_m": 108254, + "_ZSt8_DestroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvT_S7_": 108270, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEC2Ev": 108284, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base": 108291, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base": 108299, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E": 108307, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEEC2Ev": 108326, + "_ZNSt10_List_nodeImE9_M_valptrEv": 108333, + "_ZNSt7__cxx1110_List_baseImSaImEE21_M_get_Node_allocatorEv": 108344, + "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE7destroyImEEvRS2_PT_": 108351, + "_ZNSt7__cxx1110_List_baseImSaImEE11_M_put_nodeEPSt10_List_nodeImE": 108365, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv": 108380, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_": 108388, + ".L9926": 108397, + ".L9924": 108420, + ".L9923": 108426, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base": 108436, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC2EPSt18_Rb_tree_node_base": 108446, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE6_M_ptrEv": 108457, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKcPS2_EEC2ERKS5_": 108467, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEEC2IS3_EERKSaIT_E": 108475, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE13_Rb_tree_implIS7_Lb1EEC2ERKS7_OSaISt13_Rb_tree_nodeIS3_EE": 108487, + "_ZNKSt16initializer_listISt4pairIKcPS1_EE4sizeEv": 108514, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_Alloc_nodeC2ERS9_": 108522, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE3endEv": 108533, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEC2ERKSt17_Rb_tree_iteratorIS3_E": 108547, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE17_M_insert_unique_IRKS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_ESt23_Rb_tree_const_iteratorIS3_EOT_RT0_": 108559, + ".L9943": 108595, + ".L9945": 108602, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEED2Ev": 108605, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base": 108612, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base": 108620, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E": 108628, + "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_M_beginEv": 108647, + "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv": 108655, + "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS3_EPKSt18_Rb_tree_node_baseRS1_": 108663, + ".L9960": 108672, + ".L9958": 108695, + ".L9957": 108701, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EES6_": 108711, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base": 108724, + "_ZNKSt4lessIcEclERKcS2_": 108734, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EEC2EPKSt18_Rb_tree_node_base": 108748, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE6_M_ptrEv": 108759, + "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE2ltEcc": 108769, + "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEC2ERS2_": 108781, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_": 108792, + "_ZN9__gnu_cxxeqIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEbRKNS_17__normal_iteratorIT_T0_EESD_": 108810, + "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclINS_17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEbT_": 108830, + "_ZSt4moveIRcEONSt16remove_referenceIT_E4typeEOS2_": 108847, + "_ZSt9__find_ifIPKcN9__gnu_cxx5__ops16_Iter_equals_valIS0_EEET_S6_S6_T0_": 108854, + "_ZNSt16allocator_traitsISaIcEE37select_on_container_copy_constructionERKS0_": 108872, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_M_beginEv": 108886, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv": 108894, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS7_EPKSt18_Rb_tree_node_baseRS1_": 108902, + ".L9994": 108911, + ".L9992": 108934, + ".L9991": 108940, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEC2EPKSt18_Rb_tree_node_base": 108950, + "_ZSt7forwardINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS6_E4typeE": 108961, + "_ZNSt7__cxx114listINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_M_create_nodeIJS5_EEEPSt10_List_nodeIS5_EDpOT_": 108968, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_inc_sizeEm": 109014, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE6_M_ptrEv": 109028, + "_ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv": 109038, + "_ZSt7forwardIRKmEOT_RNSt16remove_referenceIS2_E4typeE": 109048, + "_ZNSt7__cxx114listImSaImEE14_M_create_nodeIJRKmEEEPSt10_List_nodeImEDpOT_": 109055, + "_ZNSt7__cxx1110_List_baseImSaImEE11_M_inc_sizeEm": 109101, + "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_": 109115, + "_ZNSaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ERKS5_": 109122, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE17_Vector_impl_dataC2EOS8_": 109136, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJS0_INS3_9test_unit19readonly_property62ES6_EEEEPSt13_Rb_tree_nodeIS7_EDpOT_": 109166, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_": 109188, + ".L10021": 109204, + ".L10019": 109226, + ".L10020": 109230, + ".L10018": 109233, + ".L10023": 109261, + ".L10022": 109265, + ".L10025": 109287, + ".L10026": 109297, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E": 109301, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E": 109316, + ".L10030": 109347, + ".L10031": 109350, + ".L10032": 109352, + "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEbEC2IS8_bLb1EEEOT_OT0_": 109377, + "_ZNSt7__cxx1110_List_baseImSaImEE11_M_dec_sizeEm": 109399, + "_ZSt7forwardIRKN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS8_E4typeE": 109413, + "_ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC2ERKS4_": 109420, + ".L10040": 109462, + ".L10043": 109469, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE9constructIS6_JRKS6_EEEvPT_DpOT0_": 109473, + ".L10047": 109503, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEC2ERKS7_": 109510, + "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE12_M_check_lenEmPKc": 109522, + ".L10050": 109547, + ".L10051": 109574, + ".L10052": 109579, + ".L10053": 109581, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE5beginEv": 109585, + "_ZN9__gnu_cxxmiIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_": 109598, + "_ZNSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_M_allocateEm": 109622, + ".L10060": 109636, + ".L10062": 109638, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_": 109641, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt6vectorIS6_SaIS6_EEE4baseEv": 109657, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_": 109664, + "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE7destroyIS5_EEvRS6_PT_": 109690, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11lower_boundERS1_": 109704, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8key_compEv": 109728, + "_ZNSt11_Tuple_implILm0EJRKmEEC2ES1_": 109735, + "_ZSt7forwardIRKSt21piecewise_construct_tEOT_RNSt16remove_referenceIS3_E4typeE": 109749, + "_ZSt7forwardISt5tupleIJRKmEEEOT_RNSt16remove_referenceIS4_E4typeE": 109756, + "_ZSt7forwardISt5tupleIJEEEOT_RNSt16remove_referenceIS2_E4typeE": 109763, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_": 109770, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_": 109808, + ".L10085": 109850, + ".L10086": 109852, + ".L10087": 109868, + ".L10084": 109875, + ".L10090": 109914, + ".L10093": 109947, + ".L10092": 109957, + ".L10089": 109964, + ".L10095": 110001, + ".L10098": 110033, + ".L10097": 110043, + ".L10094": 110050, + ".L10099": 110060, + "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE5clearERNS1_15function_bufferE": 110064, + ".L10102": 110082, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEEC2Ev": 110086, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8_S_rightEPSt18_Rb_tree_node_base": 110093, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE7_S_leftEPSt18_Rb_tree_node_base": 110101, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISG_E": 110109, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11lower_boundERS7_": 110128, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE3endEv": 110152, + "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE8key_compEv": 110166, + "_ZNSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv": 110173, + "_ZStltIcSt11char_traitsIcESaIcEEbRKNSt7__cxx1112basic_stringIT_T0_T1_EESA_": 110184, + "_ZNSt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2IJS5_ELb1ELb1EEEDpOT_": 110198, + "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS7_": 110216, + "_ZSt7forwardISt5tupleIJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceIS9_E4typeE": 110236, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEEPSt13_Rb_tree_nodeISG_EDpOT_": 110243, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISG_ERS7_": 110281, + ".L10127": 110323, + ".L10128": 110325, + ".L10129": 110341, + ".L10126": 110348, + ".L10132": 110387, + ".L10135": 110420, + ".L10134": 110430, + ".L10131": 110437, + ".L10137": 110474, + ".L10140": 110506, + ".L10139": 110516, + ".L10136": 110523, + ".L10141": 110533, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt13_Rb_tree_nodeISG_E": 110537, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSO_PSt13_Rb_tree_nodeISG_E": 110552, + ".L10145": 110583, + ".L10146": 110586, + ".L10147": 110588, + "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEC2EPSt18_Rb_tree_node_base": 110613, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEEC2IPFvS4_EEET_NS_10enable_if_IXntsrNS_11is_integralIS9_EE5valueEiE4typeE": 110624, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE11move_assignERS5_": 110642, + ".L10155": 110676, + ".L10156": 110688, + ".L10154": 110692, + ".L10161": 110707, + ".L10151": 110709, + "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2ES7_": 110714, + "_ZSt7forwardISt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEOT_RNSt16remove_referenceISA_E4typeE": 110728, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEEPSt13_Rb_tree_nodeISG_EDpOT_": 110735, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE13assign_to_ownERKS5_": 110773, + ".L10169": 110803, + ".L10170": 110815, + "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS6_E4typeE": 110819, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_": 110826, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_S_use_relocateEv": 110845, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 110852, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_": 110858, + ".L10179": 110943, + ".L10180": 110973, + ".L10181": 110987, + ".L10183": 111025, + ".L10184": 111035, + ".L10188": 111048, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEC2ERKS8_": 111053, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEE4baseEv": 111065, + "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSE_": 111072, + ".LC755": 111079, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE15_M_range_insertIN9__gnu_cxx17__normal_iteratorIPS5_S7_EEEEvSC_T_SD_St20forward_iterator_tag": 111081, + ".L10197": 111174, + ".L10196": 111229, + ".L10202": 111349, + "_ZNK9__gnu_cxx17__normal_iteratorIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEE4baseEv": 111357, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE3endEv": 111364, + "_ZN9__gnu_cxxneIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEEbRKNS_17__normal_iteratorIT_T0_EESI_": 111378, + "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESE_ET0_T_SG_SF_": 111398, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE7destroyIS8_EEvRS9_PT_": 111422, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEEC2Ev": 111436, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE10deallocateERS6_PS5_m": 111443, + "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvT_S7_": 111459, + "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE4cendEv": 111473, + "_ZN9__gnu_cxxeqIPKSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEEbRKNS_17__normal_iteratorIT_T0_EESJ_": 111487, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_": 111507, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE13_M_insert_auxIS7_EEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEOT_": 111526, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE15_S_use_relocateEv": 111582, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 111589, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_": 111595, + ".L10226": 111684, + ".L10227": 111714, + ".L10228": 111728, + ".L10230": 111775, + ".L10231": 111785, + ".L10235": 111798, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE37select_on_container_copy_constructionERKS6_": 111803, + "_ZNSaIN5boost10shared_ptrINS_9unit_test9decorator4baseEEEEC2ERKS5_": 111817, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_Vector_implC2ERKS6_": 111831, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_M_create_storageEm": 111848, + "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_": 111875, + "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEEC2Ev": 111891, + "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEC2ENS1_17ti_delimeter_typeENS0_13basic_cstringIKcEE": 111905, + "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasENS0_7keywordIS7_Lb0EEE": 111931, + "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_EixENS0_7keywordIS7_Lb0EEE": 111940, + ".L10248": 111953, + ".L10250": 111956, + "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS0_13basic_cstringIKcEE": 111959, + ".L10253": 111978, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEE3hasENS0_7keywordIS8_Lb0EEE": 111982, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS2_IPKcNS7_20dropped_delimeters_tESC_EEEixENS0_7keywordIS8_Lb0EEE": 111993, + "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEE14set_delimetersENS1_17ti_delimeter_typeE": 112004, + "_ZNK5boost3nfp15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES3_E3hasINS6_19keep_empty_tokens_tEEEbNS0_7keywordIT_Lb0EEE": 112015, + "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS5_12_GLOBAL__N_117kept_delimeters_tERS7_EENS3_IPKcNS8_20dropped_delimeters_tESD_EEEENS0_13typed_keywordImNS8_12max_tokens_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSM_SN_": 112022, + "_ZN5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE9incrementEv": 112030, + ".L10264": 112044, + "_ZNK5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE5equalERKSD_": 112048, + ".L10266": 112065, + ".L10267": 112067, + "_ZNK5boost9unit_test5utils21input_iterator_facadeINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEENS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE11dereferenceEv": 112070, + "_ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS7_E4typeE": 112085, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE9constructIS5_JRKS5_EEEvPT_DpOT0_": 112092, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_M_check_lenEmPKc": 112115, + ".L10275": 112140, + ".L10276": 112167, + ".L10277": 112172, + ".L10278": 112174, + "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_": 112178, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_M_allocateEm": 112199, + ".L10283": 112213, + ".L10285": 112215, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_": 112218, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_": 112234, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE7destroyIS4_EEvRS5_PT_": 112260, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_deallocateEPS4_m": 112274, + ".L10293": 112289, + "_ZN9__gnu_cxx13new_allocatorImEC2Ev": 112293, + "_ZNSt16allocator_traitsISaImEE10deallocateERS0_Pmm": 112300, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11lower_boundERS1_": 112316, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE3endEv": 112340, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8key_compEv": 112354, + "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv": 112361, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_": 112372, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS1_": 112410, + ".L10308": 112452, + ".L10309": 112454, + ".L10310": 112470, + ".L10307": 112477, + ".L10313": 112516, + ".L10316": 112549, + ".L10315": 112559, + ".L10312": 112566, + ".L10318": 112603, + ".L10321": 112635, + ".L10320": 112645, + ".L10317": 112652, + ".L10322": 112662, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E": 112666, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E": 112681, + ".L10326": 112712, + ".L10327": 112715, + ".L10328": 112717, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E": 112742, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEC2EPSt18_Rb_tree_node_base": 112761, + "_ZN9__gnu_cxx13new_allocatorImE9constructImJRKmEEEvPT_DpOT0_": 112772, + "_ZNKSt6vectorImSaImEE12_M_check_lenEmPKc": 112793, + ".L10334": 112818, + ".L10335": 112845, + ".L10336": 112850, + ".L10337": 112852, + "_ZNSt12_Vector_baseImSaImEE11_M_allocateEm": 112856, + ".L10340": 112870, + ".L10342": 112872, + "_ZNSt6vectorImSaImEE11_S_relocateEPmS2_S2_RS0_": 112875, + "_ZSt34__uninitialized_move_if_noexcept_aIPmS0_SaImEET0_T_S3_S2_RT1_": 112891, + "_ZN9__gnu_cxx17__normal_iteratorIPKmSt6vectorImSaImEEEC2ERKS2_": 112917, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEEC2Ev": 112929, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE10deallocateERS9_PS8_m": 112936, + "_ZSt8_DestroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvT_SA_": 112952, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implC2ERKS6_": 112966, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE13_M_deallocateEPS5_m": 112983, + ".L10354": 112998, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12emplace_backIJNS1_13basic_cstringIKcEEEEEvDpOT_": 113002, + ".L10356": 113031, + ".L10358": 113045, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5clearEv": 113050, + "_ZSt8_DestroyIPN5boost9unit_test9framework4impl11name_filter9componentEEvT_S7_": 113064, + "_ZSt7forwardISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEOT_RNSt16remove_referenceIS9_E4typeE": 113078, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_": 113085, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE3endEv": 113104, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE15_S_use_relocateEv": 113118, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 113125, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE17_M_realloc_insertIJS7_EEEvN9__gnu_cxx17__normal_iteratorIPS7_S9_EEDpOT_": 113131, + ".L10371": 113220, + ".L10372": 113250, + ".L10373": 113264, + ".L10375": 113311, + ".L10376": 113321, + ".L10380": 113334, + "_ZN5boost9addressofIKNS_9unit_test9test_unitEEEPT_RS4_": 113339, + "_ZN5boost3_bi8storage2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEC2ES3_S8_": 113346, + "_ZSt4moveIRN5boost3_bi6bind_tIbNS0_4_mfi4cmf1IbNS0_9unit_test9framework4impl11name_filter9componentERKNS5_9test_unitEEENS1_5list2INS0_3argILi1EEENS0_17reference_wrapperISB_EEEEEEEONSt16remove_referenceIT_E4typeEOSN_": 113361, + "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEC2ESM_": 113368, + "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSF_": 113386, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS7_SaIS7_EEEENS0_5__ops10_Iter_predINS2_3_bi6bind_tIbNS2_4_mfi4cmf1IbS7_RKNS3_9test_unitEEENSG_5list2INS2_3argILi1EEENS2_17reference_wrapperISL_EEEEEEEEET_SW_SW_T0_St26random_access_iterator_tag": 113393, + ".L10396": 113406, + ".L10391": 113417, + ".L10393": 113429, + ".L10394": 113441, + ".L10395": 113453, + ".L10390": 113459, + ".L10397": 113474, + ".L10401": 113483, + ".L10400": 113487, + ".L10402": 113496, + ".L10399": 113500, + ".L10403": 113509, + ".L10398": 113513, + ".L10392": 113515, + "_ZN5boost7runtime15arguments_store3getISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEERT_NS_9unit_test13basic_cstringIKcEE": 113518, + ".L10405": 113575, + ".L10406": 113616, + ".L10409": 113632, + ".L10410": 113638, + ".L10412": 113651, + ".L10413": 113657, + ".L10414": 113663, + ".L10422": 113670, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEEC2Ev": 113674, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE10deallocateERS4_PS3_m": 113681, + "_ZSt8_DestroyIPPN5boost9unit_test10test_suiteEEvT_S5_": 113697, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEC2Ev": 113711, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8_S_rightEPSt18_Rb_tree_node_base": 113718, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE7_S_leftEPSt18_Rb_tree_node_base": 113726, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS6_E": 113734, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2Ev": 113753, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base": 113760, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base": 113768, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E": 113776, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEEC2Ev": 113795, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE10deallocateERS5_PS4_m": 113802, + "_ZSt8_DestroyIPN5boost9unit_test9framework5state13context_frameEEvT_S6_": 113818, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2Ev": 113832, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPSt18_Rb_tree_node_base": 113839, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPSt18_Rb_tree_node_base": 113847, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS3_E": 113855, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEEC2Ev": 113874, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base": 113881, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base": 113889, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS7_E": 113897, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEC2EPSt18_Rb_tree_node_base": 113916, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE6_M_ptrEv": 113927, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_create_nodeIJS0_ImmEEEEPSt13_Rb_tree_nodeIS2_EDpOT_": 113937, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE23_M_get_insert_equal_posERS1_": 113959, + ".L10462": 113974, + ".L10460": 113995, + ".L10461": 113999, + ".L10459": 114002, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt13_Rb_tree_nodeIS2_E": 114014, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSA_PSt13_Rb_tree_nodeIS2_E": 114029, + ".L10467": 114060, + ".L10468": 114063, + ".L10469": 114065, + "_ZN9__gnu_cxx13new_allocatorImE7destroyImEEvPT_": 114090, + "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv": 114098, + "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE3endEv": 114112, + "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv": 114126, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEC2ERKS7_": 114137, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEE4baseEv": 114149, + "_ZN5boost3_bi8storage1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEC2ES7_": 114156, + "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_E13stored_vtable": 114170, + "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEEvT_": 114173, + ".L10483": 114203, + ".L10482": 114214, + "_ZN5boost7runtime15arguments_store3getIjEERT_NS_9unit_test13basic_cstringIKcEE": 114218, + ".L10488": 114275, + ".L10489": 114316, + ".L10492": 114332, + ".L10493": 114338, + ".L10495": 114351, + ".L10496": 114357, + ".L10497": 114363, + ".L10505": 114370, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmmEEC2EPKSt18_Rb_tree_node_base": 114374, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmmEE6_M_ptrEv": 114385, + "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_M_beginEv": 114395, + "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv": 114403, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE8_S_rightEPKSt18_Rb_tree_node_base": 114411, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE7_S_leftEPKSt18_Rb_tree_node_base": 114419, + "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS2_EPKSt18_Rb_tree_node_baseRS1_": 114427, + ".L10521": 114436, + ".L10519": 114459, + ".L10518": 114465, + "_ZNKSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE14_M_upper_boundEPKSt13_Rb_tree_nodeIS2_EPKSt18_Rb_tree_node_baseRS1_": 114475, + ".L10527": 114484, + ".L10525": 114505, + ".L10524": 114511, + "_ZNSt4pairISt23_Rb_tree_const_iteratorIS_IKmmEES3_EC2IS3_S3_Lb1EEEOT_OT0_": 114521, + "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEES6_E17_S_select_on_copyERKS7_": 114543, + "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2ERKS5_": 114557, + "_ZNSt20_Rb_tree_key_compareISt4lessIPN5boost9unit_test14global_fixtureEEEC2ERKS5_": 114571, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeC2ERS9_": 114579, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_ERKS9_RT_": 114590, + "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv": 114637, + "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE3endEv": 114651, + "_ZNKSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv": 114665, + "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEES6_E17_S_select_on_copyERKS7_": 114676, + "_ZNSaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2ERKS5_": 114690, + "_ZNSt20_Rb_tree_key_compareIN5boost9unit_test9framework5state14priority_orderEEC2ERKS4_": 114704, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeC2ERSA_": 114712, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_ERKSA_RT_": 114723, + "_ZN5boost7runtime15arguments_store3getINS_9unit_test9log_levelEEERT_NS3_13basic_cstringIKcEE": 114770, + ".L10551": 114827, + ".L10552": 114868, + ".L10555": 114884, + ".L10556": 114890, + ".L10558": 114903, + ".L10559": 114909, + ".L10560": 114915, + ".L10568": 114922, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11lower_boundERS4_": 114926, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE3endEv": 114950, + "_ZNKSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE8key_compEv": 114964, + "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv": 114971, + "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEEC2ES4_": 114982, + "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13output_formatEEEEOT_RNSt16remove_referenceIS7_E4typeE": 114996, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEEPSt13_Rb_tree_nodeIS7_EDpOT_": 115003, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS7_ERS4_": 115041, + ".L10584": 115083, + ".L10585": 115085, + ".L10586": 115101, + ".L10583": 115108, + ".L10589": 115147, + ".L10592": 115180, + ".L10591": 115190, + ".L10588": 115197, + ".L10594": 115234, + ".L10597": 115266, + ".L10596": 115276, + ".L10593": 115283, + ".L10598": 115293, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt13_Rb_tree_nodeIS7_E": 115297, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSF_PSt13_Rb_tree_nodeIS7_E": 115312, + ".L10602": 115343, + ".L10603": 115346, + ".L10604": 115348, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEC2EPSt18_Rb_tree_node_base": 115373, + "_ZN5boost9addressofISoEEPT_RS1_": 115384, + "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEC2ES6_S8_": 115391, + "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable": 115409, + "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEEvT_": 115412, + ".L10611": 115434, + ".L10613": 115437, + "_ZN5boost7runtime15arguments_store3getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERT_NS_9unit_test13basic_cstringIKcEE": 115441, + ".L10615": 115498, + ".L10616": 115539, + ".L10619": 115555, + ".L10620": 115561, + ".L10622": 115574, + ".L10623": 115580, + ".L10624": 115586, + ".L10632": 115593, + "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2Ev": 115597, + "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateERS6_PS5_m": 115604, + "_ZN5boost9iterators6detail23operator_arrow_dispatchINS_9unit_test13basic_cstringIKcEEPS6_E5proxyC2ERKS6_": 115620, + "_ZN9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEC2ERKS7_": 115634, + "_ZSt7forwardIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS8_E4typeE": 115646, + "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_": 115653, + ".L10642": 115683, + "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_M_check_lenEmPKc": 115690, + ".L10644": 115715, + ".L10645": 115742, + ".L10646": 115747, + ".L10647": 115749, + "_ZN9__gnu_cxxmiIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_": 115753, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_allocateEm": 115774, + ".L10652": 115788, + ".L10654": 115790, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_": 115793, + "_ZNK9__gnu_cxx17__normal_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEE4baseEv": 115809, + "_ZSt34__uninitialized_move_if_noexcept_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_": 115816, + "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS5_EEvRS6_PT_": 115842, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEE3hasENS0_7keywordIS8_Lb0EEE": 115856, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIPKcNS_9unit_test5utils12_GLOBAL__N_120dropped_delimeters_tES4_EENS2_IbNS7_19keep_empty_tokens_tEbEEEixENS0_7keywordIS8_Lb0EEE": 115867, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEE3hasENS0_7keywordIS8_Lb0EEE": 115878, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS4_12_GLOBAL__N_117kept_delimeters_tERS6_EENS1_INS2_IPKcNS7_20dropped_delimeters_tESC_EENS2_IbNS7_19keep_empty_tokens_tEbEEEEEixENS0_7keywordIS8_Lb0EEE": 115889, + "_ZNK5boost3nfp15named_parameterIbNS_9unit_test5utils12_GLOBAL__N_119keep_empty_tokens_tEbE3hasENS0_7keywordIS5_Lb0EEE": 115900, + "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS5_12_GLOBAL__N_117kept_delimeters_tERS7_EENS2_INS3_IPKcNS8_20dropped_delimeters_tESD_EENS3_IbNS8_19keep_empty_tokens_tEbEEEEEENS0_13typed_keywordImNS8_12max_tokens_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSP_SQ_": 115909, + "_ZN5boost3_bi8storage3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEC2ES6_S8_SA_": 115917, + "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable": 115937, + "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEEvT_": 115940, + ".L10675": 115964, + ".L10677": 115967, + "_ZN5boost7runtime15arguments_store3getINS_9unit_test12report_levelEEERT_NS3_13basic_cstringIKcEE": 115971, + ".L10679": 116028, + ".L10680": 116069, + ".L10683": 116085, + ".L10684": 116091, + ".L10686": 116104, + ".L10687": 116110, + ".L10688": 116116, + ".L10696": 116123, + "_ZN5boost3_bi8storage1INS_17reference_wrapperISoEEEC2ES3_": 116127, + "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_E13stored_vtable": 116138, + "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEEvT_": 116141, + ".L10699": 116168, + ".L10701": 116171, + "_ZN5boost7runtime15arguments_store3getImEERT_NS_9unit_test13basic_cstringIKcEE": 116175, + ".L10703": 116232, + ".L10704": 116273, + ".L10707": 116289, + ".L10708": 116295, + ".L10710": 116308, + ".L10711": 116314, + ".L10712": 116320, + ".L10720": 116327, + "_ZN5boost3_bi8storage1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEC2ESA_": 116331, + "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_E13stored_vtable": 116342, + "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEEvT_": 116345, + ".L10723": 116372, + ".L10725": 116375, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEC2Ev": 116379, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPSt18_Rb_tree_node_base": 116386, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPSt18_Rb_tree_node_base": 116394, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE24_M_get_insert_unique_posERS1_": 116402, + ".L10735": 116418, + ".L10733": 116440, + ".L10734": 116444, + ".L10732": 116447, + ".L10737": 116475, + ".L10736": 116479, + ".L10739": 116501, + ".L10740": 116511, + "_ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERS6_": 116515, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_Alloc_nodeC2ERSC_": 116523, + "_ZSt7forwardISt4pairIKmPN5boost9unit_test9test_unitEEEOT_RNSt16remove_referenceIS7_E4typeE": 116534, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE10_M_insert_IS6_NSC_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS6_EPSt18_Rb_tree_node_baseSI_OT_RT0_": 116541, + ".L10747": 116575, + ".L10748": 116578, + ".L10749": 116580, + "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKmPN5boost9unit_test9test_unitEEEbEC2IS7_bLb1EEEOT_OT0_": 116614, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11equal_rangeERS1_": 116636, + ".L10758": 116651, + ".L10754": 116671, + ".L10756": 116690, + ".L10753": 116728, + ".L10757": 116747, + "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE4sizeEv": 116751, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_ESE_": 116759, + ".L10762": 116800, + ".L10763": 116802, + ".L10764": 116809, + ".L10766": 116827, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE24_M_get_insert_unique_posERKS3_": 116831, + ".L10771": 116848, + ".L10769": 116871, + ".L10770": 116875, + ".L10768": 116878, + ".L10773": 116906, + ".L10772": 116910, + ".L10775": 116933, + ".L10776": 116943, + "_ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERS3_": 116949, + "_ZSt7forwardIPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS4_E4typeE": 116957, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_M_insert_IS3_NSA_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSG_OT_RT0_": 116964, + ".L10782": 116999, + ".L10783": 117002, + ".L10784": 117004, + "_ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEbEC2IS5_bLb1EEEOT_OT0_": 117038, + "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEC2EPSt18_Rb_tree_node_base": 117060, + "_ZSt7forwardIRSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS7_E4typeE": 117071, + "_ZSt7forwardIRbEOT_RNSt16remove_referenceIS1_E4typeE": 117078, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC2ERKSt17_Rb_tree_iteratorIS3_E": 117085, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11equal_rangeERKS3_": 117097, + ".L10799": 117113, + ".L10795": 117134, + ".L10797": 117154, + ".L10794": 117192, + ".L10798": 117211, + "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE4sizeEv": 117217, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_ESC_": 117225, + ".L10803": 117266, + ".L10804": 117268, + ".L10805": 117275, + ".L10807": 117293, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE24_M_get_insert_unique_posERKS3_": 117297, + ".L10812": 117314, + ".L10810": 117337, + ".L10811": 117341, + ".L10809": 117344, + ".L10814": 117372, + ".L10813": 117376, + ".L10816": 117399, + ".L10817": 117409, + "_ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERS3_": 117415, + "_ZSt7forwardIPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS4_E4typeE": 117423, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_M_insert_IS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSF_OT_RT0_": 117430, + ".L10823": 117465, + ".L10824": 117468, + ".L10825": 117470, + "_ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEbEC2IS5_bLb1EEEOT_OT0_": 117504, + "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEC2EPSt18_Rb_tree_node_base": 117526, + "_ZSt7forwardIRSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS7_E4typeE": 117537, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC2ERKSt17_Rb_tree_iteratorIS3_E": 117544, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11equal_rangeERKS3_": 117556, + ".L10838": 117572, + ".L10834": 117593, + ".L10836": 117613, + ".L10833": 117651, + ".L10837": 117670, + "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE4sizeEv": 117676, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_ESB_": 117684, + ".L10842": 117725, + ".L10843": 117727, + ".L10844": 117734, + ".L10846": 117752, + "_ZSt7forwardIN5boost9unit_test9framework5state13context_frameEEOT_RNSt16remove_referenceIS5_E4typeE": 117756, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_": 117763, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE15_S_use_relocateEv": 117782, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 117789, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_": 117795, + ".L10855": 117884, + ".L10856": 117914, + ".L10857": 117928, + ".L10859": 117975, + ".L10860": 117985, + ".L10864": 117998, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEC2ERKS7_": 118003, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEE4baseEv": 118015, + "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEESB_ET0_T_SD_SC_": 118022, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE7destroyIS4_EEvRS5_PT_": 118046, + "_ZSt4moveIRN5boost9unit_test9framework13frame_with_idEEONSt16remove_referenceIT_E4typeEOS6_": 118060, + "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEC2ES5_": 118067, + "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSD_": 118082, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEENS0_5__ops10_Iter_predINS4_13frame_with_idEEEET_SG_SG_T0_St26random_access_iterator_tag": 118089, + ".L10883": 118103, + ".L10878": 118115, + ".L10880": 118128, + ".L10881": 118141, + ".L10882": 118154, + ".L10877": 118160, + ".L10884": 118175, + ".L10888": 118185, + ".L10887": 118189, + ".L10889": 118199, + ".L10886": 118203, + ".L10890": 118213, + ".L10885": 118217, + ".L10879": 118219, + "_ZZN5boost9unit_test13basic_cstringIKcE15default_trim_exEvE2ws": 118222, + "_ZN5boost9unit_test13basic_cstringIKcE15default_trim_exEv": 118224, + "_ZN5boost9unit_test9ut_detail20bcs_char_traits_implIKcE4findEPS3_mc": 118237, + ".L10897": 118245, + ".L10895": 118259, + ".L10894": 118263, + ".L10896": 118265, + "_ZN5boost9unit_test13basic_cstringIKcE10trim_rightEPS2_": 118268, + ".L10899": 118286, + "_ZN9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC2ERKS6_": 118290, + "_ZNK9__gnu_cxx17__normal_iteratorIPKPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv": 118302, + "_ZSt7forwardIPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS4_E4typeE": 118309, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_": 118316, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_": 118335, + ".L10908": 118419, + ".L10909": 118449, + ".L10910": 118463, + ".L10912": 118499, + ".L10913": 118509, + ".L10917": 118522, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE7destroyIS4_EEvPT_": 118527, + "_ZSt7forwardIRKPN5boost9unit_test10test_suiteEEOT_RNSt16remove_referenceIS6_E4typeE": 118535, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE9constructIS4_JRKS4_EEEvPT_DpOT0_": 118542, + "_ZN9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEC2ERKS5_": 118563, + "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE12_M_check_lenEmPKc": 118575, + ".L10924": 118600, + ".L10925": 118627, + ".L10926": 118632, + ".L10927": 118634, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE5beginEv": 118638, + "_ZN9__gnu_cxxmiIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_": 118651, + "_ZNSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE11_M_allocateEm": 118672, + ".L10934": 118686, + ".L10936": 118688, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_": 118691, + "_ZNK9__gnu_cxx17__normal_iteratorIPPN5boost9unit_test10test_suiteESt6vectorIS4_SaIS4_EEE4baseEv": 118707, + "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_": 118714, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11lower_boundERS1_": 118740, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE3endEv": 118764, + "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE8key_compEv": 118778, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEEPSt13_Rb_tree_nodeIS6_EDpOT_": 118785, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS6_ERS1_": 118823, + ".L10953": 118865, + ".L10954": 118867, + ".L10955": 118883, + ".L10952": 118890, + ".L10958": 118929, + ".L10961": 118962, + ".L10960": 118972, + ".L10957": 118979, + ".L10963": 119016, + ".L10966": 119048, + ".L10965": 119058, + ".L10962": 119065, + ".L10967": 119075, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt13_Rb_tree_nodeIS6_E": 119079, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSE_PSt13_Rb_tree_nodeIS6_E": 119094, + ".L10971": 119125, + ".L10972": 119128, + ".L10973": 119130, + "_ZN5boost3_bi8storage3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEC2ES6_S9_SA_": 119155, + "_ZZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_E13stored_vtable": 119175, + "_ZN5boost9function0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEEvT_": 119178, + ".L10977": 119202, + ".L10979": 119205, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implC2ERKS5_": 119209, + "_ZSt8distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E15difference_typeESD_SD_": 119226, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_S_check_init_lenEmRKS5_": 119242, + ".L10984": 119266, + "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEES7_S6_ET0_T_SD_SC_RSaIT1_E": 119271, + "_ZSt8_DestroyIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvT_S6_": 119287, + "_ZN5boost6detail12shared_countC2INS_9unit_test9framework4impl21global_fixture_handleEEEPT_": 119301, + ".L10994": 119331, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE6cbeginEv": 119336, + "_ZN9__gnu_cxxmiIPKN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_": 119349, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4cendEv": 119370, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_": 119384, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEplEl": 119403, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE13_M_insert_auxIS4_EEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEOT_": 119423, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_": 119479, + ".L11006": 119564, + ".L11007": 119594, + ".L11008": 119608, + ".L11010": 119646, + ".L11011": 119656, + ".L11015": 119669, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_swap_dataERS7_": 119674, + "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES5_E10_S_on_swapERS6_S8_": 119701, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEEC2Ev": 119715, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base": 119722, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base": 119730, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E": 119738, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11lower_boundERS4_": 119757, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE3endEv": 119781, + "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8key_compEv": 119795, + "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE9_M_valptrEv": 119802, + "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEEC2ES4_": 119813, + "_ZSt7forwardISt5tupleIJRKN5boost16exception_detail10type_info_EEEEOT_RNSt16remove_referenceIS7_E4typeE": 119827, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEEPSt13_Rb_tree_nodeIS8_EDpOT_": 119834, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS4_": 119872, + ".L11039": 119914, + ".L11040": 119916, + ".L11041": 119932, + ".L11038": 119939, + ".L11044": 119978, + ".L11047": 120011, + ".L11046": 120021, + ".L11043": 120028, + ".L11049": 120065, + ".L11052": 120097, + ".L11051": 120107, + ".L11048": 120114, + ".L11053": 120124, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E": 120128, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSG_PSt13_Rb_tree_nodeIS8_E": 120143, + ".L11057": 120174, + ".L11058": 120177, + ".L11059": 120179, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC2EPSt18_Rb_tree_node_base": 120204, + "_ZSt4moveIRPN5boost16exception_detail15error_info_baseEEONSt16remove_referenceIT_E4typeEOS6_": 120215, + "_ZSt4swapIPN5boost16exception_detail15error_info_baseEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_": 120222, + "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_M_beginEv": 120248, + "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv": 120256, + "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS4_": 120264, + ".L11073": 120273, + ".L11071": 120296, + ".L11070": 120302, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEESB_": 120312, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base": 120325, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEC2EPKSt18_Rb_tree_node_base": 120335, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE6_M_ptrEv": 120346, + "_ZN5boost6detail12shared_countC2INS_16exception_detail15error_info_baseEEEPT_": 120356, + ".L11087": 120386, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_create_nodeIJS3_IS2_S7_EEEEPSt13_Rb_tree_nodeIS8_EDpOT_": 120391, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE24_M_get_insert_unique_posERS4_": 120413, + ".L11094": 120429, + ".L11092": 120451, + ".L11093": 120455, + ".L11091": 120458, + ".L11096": 120486, + ".L11095": 120490, + ".L11098": 120512, + ".L11099": 120522, + "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEbEC2IS9_bLb1EEEOT_OT0_": 120526, + "_ZNK5boost9function0IiE10get_vtableEv": 120548, + "_ZZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_E13stored_vtable": 120557, + "_ZN5boost9function0IiE9assign_toINS_6detail7forwardEEEvT_": 120560, + ".L11104": 120580, + ".L11106": 120583, + "_ZNK5boost6detail8function13basic_vtable0IiE5clearERNS1_15function_bufferE": 120587, + ".L11109": 120605, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEC2Ev": 120609, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base": 120616, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base": 120624, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E": 120632, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_M_endEv": 120651, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS5_EPSt18_Rb_tree_node_baseRS1_": 120659, + ".L11122": 120668, + ".L11120": 120691, + ".L11119": 120697, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base": 120707, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEC2EPSt18_Rb_tree_node_base": 120717, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEppEv": 120728, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS5_E": 120742, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11lower_boundERS1_": 120768, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE8key_compEv": 120792, + "_ZNSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv": 120799, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEEPSt13_Rb_tree_nodeIS5_EDpOT_": 120810, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERS1_": 120848, + ".L11140": 120890, + ".L11141": 120892, + ".L11142": 120908, + ".L11139": 120915, + ".L11145": 120954, + ".L11148": 120987, + ".L11147": 120997, + ".L11144": 121004, + ".L11150": 121041, + ".L11153": 121073, + ".L11152": 121083, + ".L11149": 121090, + ".L11154": 121100, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E": 121104, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSD_PSt13_Rb_tree_nodeIS5_E": 121119, + ".L11158": 121150, + ".L11159": 121153, + ".L11160": 121155, + "_ZSt7forwardImEOT_RNSt16remove_referenceIS0_E4typeE": 121180, + "_ZNSt5tupleIJOmEEC2IJmELb1ELb1EEEDpOT_": 121187, + "_ZNSt11_Tuple_implILm0EJOmEEC2EOS1_": 121205, + "_ZSt7forwardISt5tupleIJOmEEEOT_RNSt16remove_referenceIS3_E4typeE": 121225, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEEPSt13_Rb_tree_nodeIS5_EDpOT_": 121232, + "_ZNSaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2Ev": 121270, + "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE17_Vector_impl_dataC2Ev": 121281, + "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEED2Ev": 121294, + "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE13_M_deallocateEPS8_m": 121301, + ".L11175": 121316, + "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv": 121320, + "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_EvT_SA_RSaIT0_E": 121327, + "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8max_sizeEv": 121342, + "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE8capacityEv": 121354, + "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE4sizeEv": 121367, + "_ZNSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_M_allocateEm": 121380, + ".L11186": 121394, + ".L11188": 121396, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_relocateEPS8_SB_SB_RS9_": 121399, + "_ZSt32__make_move_if_noexcept_iteratorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt13move_iteratorIPS8_EET0_PT_": 121415, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE20_M_allocate_and_copyISt13move_iteratorIPS8_EEESD_mT_SF_": 121428, + ".L11199": 121468, + "_ZSt7forwardIRPKcEOT_RNSt16remove_referenceIS3_E4typeE": 121473, + "_ZSt7forwardIRPKN5boost9unit_test12lazy_ostreamEEOT_RNSt16remove_referenceIS6_E4typeE": 121480, + "_ZNSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEC2IRS1_RS6_Lb1EEEOT_OT0_": 121487, + "_ZSt4moveIRSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSB_": 121509, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12emplace_backIJS8_EEEvDpOT_": 121516, + ".L11208": 121545, + ".L11210": 121559, + "_ZSt8_DestroyIPcEvT_S1_": 121564, + "_ZSt7forwardIRKcEOT_RNSt16remove_referenceIS2_E4typeE": 121578, + "_ZN9__gnu_cxx13new_allocatorIcE9constructIcJRKcEEEvPT_DpOT0_": 121585, + "_ZN9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEEC2ERKS1_": 121606, + "_ZNKSt6vectorIcSaIcEE12_M_check_lenEmPKc": 121618, + ".L11217": 121643, + ".L11218": 121670, + ".L11219": 121675, + ".L11220": 121677, + "_ZNSt6vectorIcSaIcEE5beginEv": 121681, + "_ZN9__gnu_cxxmiIPcSt6vectorIcSaIcEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKS8_SB_": 121694, + "_ZNSt12_Vector_baseIcSaIcEE11_M_allocateEm": 121714, + ".L11227": 121728, + ".L11229": 121730, + "_ZNSt6vectorIcSaIcEE11_S_relocateEPcS2_S2_RS0_": 121733, + "_ZNK9__gnu_cxx17__normal_iteratorIPcSt6vectorIcSaIcEEE4baseEv": 121749, + "_ZSt34__uninitialized_move_if_noexcept_aIPcS0_SaIcEET0_T_S3_S2_RT1_": 121756, + "_ZNSt16allocator_traitsISaIcEE7destroyIcEEvRS0_PT_": 121782, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE12_Vector_implC2Ev": 121796, + "_ZSt7forwardIRKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEOT_RNSt16remove_referenceIS8_E4typeE": 121810, + "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_": 121817, + ".L11243": 121847, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEC2ERKS7_": 121854, + "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE12_M_check_lenEmPKc": 121866, + ".L11246": 121891, + ".L11247": 121918, + ".L11248": 121923, + ".L11249": 121925, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE5beginEv": 121929, + "_ZN9__gnu_cxxmiIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_": 121942, + "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_M_allocateEm": 121963, + ".L11256": 121977, + ".L11258": 121979, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_": 121982, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv": 121998, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost8functionIFNS0_10test_tools16assertion_resultEmEEES6_SaIS5_EET0_T_S9_S8_RT1_": 122005, + "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE7destroyIS5_EEvRS6_PT_": 122031, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEEC2ERKS8_": 122045, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost8functionIFNS1_10test_tools16assertion_resultEmEEESt6vectorIS6_SaIS6_EEE4baseEv": 122057, + "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_": 122064, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_realloc_insertIJS5_EEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_": 122083, + ".L11271": 122168, + ".L11272": 122198, + ".L11273": 122212, + ".L11275": 122250, + ".L11276": 122260, + ".L11280": 122273, + "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEC2ERS7_": 122278, + "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E17iterator_categoryERKSF_": 122289, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEENS0_5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEEET_SN_SN_T0_St26random_access_iterator_tag": 122296, + ".L11291": 122310, + ".L11286": 122322, + ".L11288": 122335, + ".L11289": 122348, + ".L11290": 122361, + ".L11285": 122367, + ".L11292": 122382, + ".L11296": 122392, + ".L11295": 122396, + ".L11297": 122406, + ".L11294": 122410, + ".L11298": 122420, + ".L11293": 122424, + ".L11287": 122426, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEEC2Ev": 122429, + "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEEC2Ev": 122436, + "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE10deallocateERSD_PSC_m": 122443, + "_ZSt4moveIRNSt12_Vector_baseIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_": 122459, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_dataC2EOS8_": 122466, + "_ZSt7forwardIRKSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISF_E4typeE": 122496, + "_ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC2ERKSB_": 122503, + ".L11310": 122530, + "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE9constructISD_JRKSD_EEEvPT_DpOT0_": 122534, + ".L11314": 122564, + "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE12_M_check_lenEmPKc": 122571, + ".L11316": 122596, + ".L11317": 122623, + ".L11318": 122628, + ".L11319": 122630, + "_ZN9__gnu_cxxmiIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEES7_ISD_SaISD_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSK_SN_": 122634, + "_ZNSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE11_M_allocateEm": 122658, + ".L11324": 122672, + ".L11326": 122674, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_relocateEPSB_SE_SE_RSC_": 122677, + "_ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_": 122693, + "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE7destroyISC_EEvRSD_PT_": 122719, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2Ev": 122733, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE8_S_rightEPSt18_Rb_tree_node_base": 122740, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE7_S_leftEPSt18_Rb_tree_node_base": 122748, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS5_E": 122756, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_": 122775, + ".L11342": 122791, + ".L11340": 122813, + ".L11341": 122817, + ".L11339": 122820, + ".L11344": 122848, + ".L11343": 122852, + ".L11346": 122874, + ".L11347": 122884, + "_ZNKSt9_IdentityINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEclERKS5_": 122888, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_Alloc_nodeC2ERSB_": 122896, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE10_M_insert_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_EPSt18_Rb_tree_node_baseSJ_OT_RT0_": 122907, + ".L11352": 122941, + ".L11353": 122944, + ".L11354": 122946, + "_ZNSt4pairISt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbEC2IS7_bLb1EEEOT_OT0_": 122980, + "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2EPSt18_Rb_tree_node_base": 123002, + "_ZSt7forwardIRSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceIS9_E4typeE": 123013, + "_ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKSt17_Rb_tree_iteratorIS5_E": 123020, + "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEC2ERS2_": 123032, + "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEENSt15iterator_traitsIT_E17iterator_categoryERKS8_": 123043, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEENS0_5__ops16_Iter_equals_valIKmEEET_SB_SB_T0_St26random_access_iterator_tag": 123050, + ".L11371": 123064, + ".L11366": 123076, + ".L11368": 123089, + ".L11369": 123102, + ".L11370": 123115, + ".L11365": 123121, + ".L11372": 123136, + ".L11376": 123146, + ".L11375": 123150, + ".L11377": 123160, + ".L11374": 123164, + ".L11378": 123174, + ".L11373": 123178, + ".L11367": 123180, + "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES6_ET0_T_S8_S7_": 123183, + "_ZN5boost6detail12shared_countC2INS_2io18ios_base_all_saverEEEPT_": 123207, + ".L11386": 123237, + "_ZN5boost6detail20sp_pointer_constructINS_9unit_test23unit_test_log_formatterES3_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 123242, + "_ZSt4moveIRPN5boost9unit_test23unit_test_log_formatterEEONSt16remove_referenceIT_E4typeEOS6_": 123272, + "_ZSt4swapIPN5boost9unit_test23unit_test_log_formatterEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_": 123279, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev": 123305, + "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE10deallocateERS4_PS3_m": 123312, + "_ZSt8_DestroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S5_": 123328, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2Ev": 123342, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE10deallocateERS5_PS4_m": 123349, + "_ZSt8_DestroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvT_S6_": 123365, + "_ZSt7forwardIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS4_E4typeE": 123379, + "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS3_JS3_EEEvRS4_PT_DpOT0_": 123386, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE15_S_use_relocateEv": 123405, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 123412, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_": 123418, + ".L11405": 123507, + ".L11406": 123537, + ".L11407": 123551, + ".L11409": 123598, + ".L11410": 123608, + ".L11414": 123621, + "_ZSt7forwardIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEOT_RNSt16remove_referenceIS5_E4typeE": 123626, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_": 123633, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE15_S_use_relocateEv": 123652, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 123659, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_": 123665, + ".L11423": 123749, + ".L11424": 123779, + ".L11425": 123793, + ".L11427": 123829, + ".L11428": 123839, + ".L11432": 123852, + "_ZSt4moveIRPN5boost2io18ios_base_all_saverEEONSt16remove_referenceIT_E4typeEOS6_": 123857, + "_ZSt4swapIPN5boost2io18ios_base_all_saverEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_": 123864, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEC2ERKS6_": 123890, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEE4baseEv": 123902, + "_ZN9__gnu_cxxneIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_": 123909, + "_ZSt4moveIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEESA_ET0_T_SC_SB_": 123929, + "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS3_EEvRS4_PT_": 123953, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE3endEv": 123967, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_insert_unique_IRKS5_NSB_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS5_ESt23_Rb_tree_const_iteratorIS5_EOT_RT0_": 123981, + ".L11447": 124017, + ".L11449": 124024, + "_ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2EPKSt18_Rb_tree_node_base": 124027, + "_ZSt12__niter_baseISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_S8_": 124038, + "_ZSt12__niter_baseISt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS4_EET_S8_": 124045, + "_ZSt14__copy_move_a1ILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_": 124059, + "_ZSt12__niter_wrapISt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS4_EET_RKS8_S8_": 124081, + "_ZN5boost9unit_test9ut_detail8case_insIKcE2eqEcc": 124096, + "_ZN5boost9unit_test9ut_detail8case_insIKcE2ltEcc": 124117, + "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE5clearERNS1_15function_bufferE": 124138, + ".L11465": 124156, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE13_M_deallocateEPS2_m": 124160, + ".L11468": 124175, + "_ZSt8_DestroyIPN5boost7runtime16parameter_cla_idEEvT_S4_": 124179, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEC2ERKS5_": 124193, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv": 124205, + "_ZSt7forwardIN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS3_E4typeE": 124212, + "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE9constructIS2_JS2_EEEvRS3_PT_DpOT0_": 124219, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE3endEv": 124238, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE15_S_use_relocateEv": 124252, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 124259, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE17_M_realloc_insertIJS2_EEEvN9__gnu_cxx17__normal_iteratorIPS2_S4_EEDpOT_": 124265, + ".L11483": 124356, + ".L11484": 124386, + ".L11485": 124400, + ".L11487": 124451, + ".L11488": 124461, + ".L11492": 124474, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE13assign_to_ownERKS5_": 124479, + ".L11495": 124509, + ".L11496": 124521, + "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE37select_on_container_copy_constructionERKS3_": 124525, + "_ZNSaIN5boost7runtime16parameter_cla_idEEC2ERKS2_": 124539, + "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEED2Ev": 124553, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implC2ERKS3_": 124560, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_M_create_storageEm": 124577, + "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS4_SaIS4_EEEEPS4_ET0_T_SD_SC_": 124609, + "_ZN5boost6detail12shared_countC2INS_7runtime6optionEEEPT_": 124625, + ".L11510": 124655, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE11lower_boundERSC_": 124660, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEESE_": 124673, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEESt4lessIS4_ESaISt4pairIKS4_S8_EEE8key_compEv": 124686, + "_ZNKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEdeEv": 124700, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE22_M_emplace_hint_uniqueIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEESt17_Rb_tree_iteratorISB_ESt23_Rb_tree_const_iteratorISB_EDpOT_": 124711, + ".L11520": 124761, + ".L11527": 124787, + "_ZN5boost4rtti7type_idIbEElv": 124794, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentIbEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 124800, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2EOS3_": 124830, + "_ZN5boost10shared_ptrINS_7runtime8argumentEE4swapERS3_": 124856, + "_ZNSt25__lexicographical_compareILb0EE4__lcIPKcS3_EEbT_S4_T0_S5_": 124877, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE14_M_create_nodeIJS5_IS4_SA_EEEEPSt13_Rb_tree_nodeISB_EDpOT_": 124894, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE24_M_get_insert_unique_posERS6_": 124916, + ".L11541": 124932, + ".L11539": 124964, + ".L11540": 124968, + ".L11538": 124971, + ".L11543": 124999, + ".L11542": 125003, + ".L11545": 125034, + ".L11546": 125044, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E": 125048, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSJ_PSt13_Rb_tree_nodeISB_E": 125063, + ".L11550": 125103, + ".L11551": 125106, + ".L11552": 125108, + "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEbEC2ISC_bLb1EEEOT_OT0_": 125131, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E": 125153, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC2EPSt18_Rb_tree_node_base": 125172, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_S_keyEPKSt18_Rb_tree_node_base": 125183, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEC2EPKSt18_Rb_tree_node_base": 125193, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE6_M_ptrEv": 125204, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5beginEv": 125214, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev": 125228, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPSt18_Rb_tree_node_base": 125235, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPSt18_Rb_tree_node_base": 125243, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS9_E": 125251, + "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEEC2Ev": 125270, + "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE10deallocateERS6_PS5_m": 125277, + "_ZSt8_DestroyIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEvT_S7_": 125293, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv": 125307, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS9_EPSt18_Rb_tree_node_baseRS1_": 125315, + ".L11579": 125324, + ".L11577": 125347, + ".L11576": 125353, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt18_Rb_tree_node_base": 125363, + "_ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2EPSt18_Rb_tree_node_base": 125373, + "_ZN5boost6detail12shared_countC2INS_7runtime3cla13rt_cla_detail14parameter_trieEEEPT_": 125384, + ".L11589": 125414, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_create_nodeIJS0_IcS8_EEEEPSt13_Rb_tree_nodeIS9_EDpOT_": 125419, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE24_M_get_insert_unique_posERS1_": 125441, + ".L11596": 125457, + ".L11594": 125479, + ".L11595": 125483, + ".L11593": 125486, + ".L11598": 125514, + ".L11597": 125518, + ".L11600": 125540, + ".L11601": 125550, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_S_keyEPKSt13_Rb_tree_nodeIS9_E": 125554, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSH_PSt13_Rb_tree_nodeIS9_E": 125569, + ".L11605": 125600, + ".L11606": 125603, + ".L11607": 125605, + "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEbEC2ISA_bLb1EEEOT_OT0_": 125630, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv": 125652, + "_ZSt4moveIRPN5boost7runtime3cla13rt_cla_detail14parameter_trieEEONSt16remove_referenceIT_E4typeEOS8_": 125662, + "_ZSt4swapIPN5boost7runtime3cla13rt_cla_detail14parameter_trieEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleISA_ESt18is_move_assignableISA_EEE5valueEvE4typeERSA_SK_": 125669, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC2ERKS8_": 125695, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv": 125707, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEC2ERKS7_": 125714, + "_ZN5boost9addressofIKNS_7runtime16parameter_cla_idEEEPT_RS4_": 125726, + "_ZSt7forwardIRKN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS8_E4typeE": 125733, + "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE9constructIS6_JRKS6_EEEvPT_DpOT0_": 125740, + "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE12_M_check_lenEmPKc": 125762, + ".L11625": 125787, + ".L11626": 125814, + ".L11627": 125819, + ".L11628": 125821, + "_ZN9__gnu_cxxmiIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_": 125825, + "_ZNSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_M_allocateEm": 125846, + ".L11633": 125860, + ".L11635": 125862, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_": 125865, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEESt6vectorIS6_SaIS6_EEE4baseEv": 125881, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_": 125888, + "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE7destroyIS5_EEvRS6_PT_": 125914, + "_ZSt4moveIRPN5boost7runtime11basic_paramEEONSt16remove_referenceIT_E4typeEOS6_": 125928, + "_ZSt4swapIPN5boost7runtime11basic_paramEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_": 125935, + "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_M_beginEv": 125961, + "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE6_M_endEv": 125969, + "_ZNKSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS9_EPKSt18_Rb_tree_node_baseRS1_": 125977, + ".L11654": 125986, + ".L11652": 126009, + ".L11651": 126015, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2EPKSt18_Rb_tree_node_base": 126025, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11lower_boundERS6_": 126036, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE3endEv": 126060, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8key_compEv": 126074, + "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv": 126081, + "_ZN5boost9unit_testltIKcEEbRKNS0_13basic_cstringIT_EES7_": 126092, + ".L11666": 126119, + ".L11668": 126136, + "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEEC2ES6_": 126142, + "_ZSt7forwardISt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS9_E4typeE": 126156, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEEPSt13_Rb_tree_nodeISD_EDpOT_": 126163, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISD_ERS6_": 126201, + ".L11676": 126243, + ".L11677": 126245, + ".L11678": 126261, + ".L11675": 126268, + ".L11681": 126307, + ".L11684": 126340, + ".L11683": 126350, + ".L11680": 126357, + ".L11686": 126394, + ".L11689": 126426, + ".L11688": 126436, + ".L11685": 126443, + ".L11690": 126453, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt13_Rb_tree_nodeISD_E": 126457, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSL_PSt13_Rb_tree_nodeISD_E": 126472, + ".L11694": 126503, + ".L11695": 126506, + ".L11696": 126508, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISD_E": 126533, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEC2EPSt18_Rb_tree_node_base": 126552, + "_ZNSt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEC2IJS4_ELb1ELb1EEEDpOT_": 126563, + "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEEC2EOS6_": 126581, + "_ZSt7forwardISt5tupleIJON5boost9unit_test13basic_cstringIKcEEEEEOT_RNSt16remove_referenceIS8_E4typeE": 126601, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEEPSt13_Rb_tree_nodeISD_EDpOT_": 126608, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2Ev": 126646, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE10deallocateERS7_PS6_m": 126653, + "_ZSt8_DestroyIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvT_S8_": 126669, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE5beginEv": 126683, + "_ZNSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv": 126697, + "_ZSt7forwardIRKN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEOT_RNSt16remove_referenceIS9_E4typeE": 126708, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE9constructIS7_JRKS7_EEEvPT_DpOT0_": 126715, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEC2ERKS8_": 126738, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE12_M_check_lenEmPKc": 126750, + ".L11718": 126775, + ".L11719": 126802, + ".L11720": 126807, + ".L11721": 126809, + "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_": 126813, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_M_allocateEm": 126834, + ".L11726": 126848, + ".L11728": 126850, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_relocateEPS6_S9_S9_RS7_": 126853, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEESt6vectorIS7_SaIS7_EEE4baseEv": 126869, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_": 126876, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7destroyIS6_EEvRS7_PT_": 126902, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE17_Vector_impl_data12_M_copy_dataERKS9_": 126916, + "_ZSt15__alloc_on_swapISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvRT_S9_": 126936, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEEC2Ev": 126950, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEC2Ev": 126957, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE8_S_rightEPSt18_Rb_tree_node_base": 126964, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE7_S_leftEPSt18_Rb_tree_node_base": 126972, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS4_E": 126980, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE11_S_max_sizeERKS5_": 126999, + "_ZNKSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE19_M_get_Tp_allocatorEv": 127018, + "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE8allocateERS5_m": 127025, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb0EE": 127039, + "_ZSt22__uninitialized_copy_aIPKN5boost9unit_test13basic_cstringIKcEEPS4_S4_ET0_T_S9_S8_RSaIT1_E": 127049, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE24_M_get_insert_unique_posERKS4_": 127065, + ".L11759": 127082, + ".L11757": 127105, + ".L11758": 127109, + ".L11756": 127112, + ".L11761": 127140, + ".L11760": 127144, + ".L11763": 127167, + ".L11764": 127177, + "_ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERS4_": 127183, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_Alloc_nodeC2ERSA_": 127191, + "_ZSt7forwardIPKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE": 127202, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE10_M_insert_IS4_NSA_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS4_EPSt18_Rb_tree_node_baseSG_OT_RT0_": 127209, + ".L11771": 127244, + ".L11772": 127247, + ".L11773": 127249, + "_ZNSt4pairISt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEbEC2IS6_bLb1EEEOT_OT0_": 127283, + "_ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEC2EPSt18_Rb_tree_node_base": 127305, + "_ZSt7forwardIRSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS8_E4typeE": 127316, + "_ZNSt23_Rb_tree_const_iteratorIPKN5boost7runtime16parameter_cla_idEEC2ERKSt17_Rb_tree_iteratorIS4_E": 127323, + "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JS4_EEEvRS5_PT_DpOT0_": 127335, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE3endEv": 127354, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_realloc_insertIJS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_": 127368, + ".L11784": 127453, + ".L11785": 127483, + ".L11786": 127497, + ".L11788": 127535, + ".L11789": 127545, + ".L11793": 127558, + "_ZN9__gnu_cxx14__alloc_traitsISaIN5boost9unit_test13basic_cstringIKcEEES5_E17_S_select_on_copyERKS6_": 127563, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EEC2EmRKS5_": 127577, + ".L11799": 127603, + "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS6_SaIS6_EEEEPS6_S6_ET0_T_SF_SE_RSaIT1_E": 127607, + "_ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ES6_": 127623, + "_ZN5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EC2ERKS7_": 127636, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEcmINS4_IKbNSB_16optional_value_tERSN_EEEENS3_IT_SK_EERKSR_": 127652, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS3_INS4_IKNS_9unit_test13basic_cstringIKcEENS7_6help_tERSF_EENS3_INS4_ISF_NS7_9env_var_tESH_EENS4_ISF_NS7_13description_tESH_EEEEEEEEEcmINS4_IS5_NS7_15default_value_tES9_EEEENS3_IT_SP_EERKSU_": 127668, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SS_Lb0EEEEET_RKT0_T1_S10_": 127684, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SN_Lb0EEEEET_RKT0_T1_S10_": 127704, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SQ_Lb0EEEEET_RKT0_T1_S10_": 127724, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEET_RKT0_T1_S11_": 127744, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEE3hasENS0_7keywordIS6_Lb0EEE": 127764, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEE3hasENS0_7keywordIS6_Lb0EEE": 127775, + "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC2EOS6_": 127786, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENS9_INSA_IKS6_NSD_6help_tERSJ_EENS9_INSA_ISJ_NSD_9env_var_tESL_EENSA_ISJ_NSD_13description_tESL_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SY_": 127800, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE12_Vector_implC2Ev": 127820, + "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordISA_Lb0EEEEET_RKT0_T1_SU_": 127834, + "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SU_": 127849, + "_ZN5boost7runtime17value_interpreterIbLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSI_EENS5_INS6_ISI_NS8_9env_var_tESK_EENS6_ISI_NS8_13description_tESK_EEEEEEEEEEEERKT_": 127864, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_ST_Lb0EEEEET_RKT0_T1_SZ_": 127872, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_6help_tELb0EEEEET_RKT0_T1_S10_": 127892, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_SQ_Lb0EEEEET_RKT0_T1_SZ_": 127912, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_12value_hint_tELb0EEEEET_RKT0_T1_S10_": 127932, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_NSD_12_GLOBAL__N_110callback_tERSH_EENS9_INSA_IKS6_NSI_9env_var_tERSM_EENSA_ISM_NSI_13description_tESO_EEEEEENS0_7keywordISJ_Lb0EEEEET_RKT0_T1_SW_": 127952, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_16optional_value_tELb0EEEEET_RKT0_T1_S10_": 127972, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_15default_value_tELb0EEEEET_RKT0_T1_S10_": 127992, + "_ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS0_16parameters_storeEEUlNSD_13basic_cstringIKcEEE_NS0_12_GLOBAL__N_110callback_tERSM_EENSB_INSC_IKSK_NSN_9env_var_tERSR_EENSC_ISR_NSN_13description_tEST_EEEEEEEERKT_": 128012, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS3_INS4_IKbNSB_15default_value_tERSF_EENS3_INS4_IS9_NSB_9env_var_tESD_EENS4_IS9_NSB_13description_tESD_EEEEEEEEEcmINS4_ISF_NSB_16optional_value_tESH_EEEENS3_IT_SP_EERKSU_": 128020, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SS_Lb0EEEEET_RKT0_T1_S10_": 128036, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SL_Lb0EEEEET_RKT0_T1_S10_": 128056, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SQ_Lb0EEEEET_RKT0_T1_S10_": 128076, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_NSC_12value_hint_tELb0EEEEET_RKT0_T1_S11_": 128096, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEE3hasENS0_7keywordIS6_Lb0EEE": 128116, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEE3hasENS0_7keywordIS6_Lb0EEE": 128127, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS9_INSA_IKS6_NSD_6help_tERSH_EENS9_INSA_ISB_NSD_15default_value_tESF_EENS9_INSA_ISH_NSD_9env_var_tESJ_EENSA_ISH_NSD_13description_tESJ_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SY_": 128138, + "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SU_": 128158, + "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordISI_Lb0EEEEET_RKT0_T1_SU_": 128173, + "_ZN5boost7runtime17value_interpreterIbLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_116optional_value_tERS7_EENS5_INS6_IKNS_9unit_test13basic_cstringIKcEENS8_6help_tERSG_EENS5_INS6_IS7_NS8_15default_value_tESA_EENS5_INS6_ISG_NS8_9env_var_tESI_EENS6_ISG_NS8_13description_tESI_EEEEEEEEEEEERKT_": 128188, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEET_RKT0_T1_S13_": 128196, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S13_": 128216, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S13_": 128236, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S13_": 128256, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKlNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_": 128276, + "_ZN5boost3nfp7opt_getImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEET_RKT0_T1_SX_": 128296, + "_ZN5boost3nfp7opt_getImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEET_RKT0_T1_SX_": 128310, + "_ZN5boost7runtime17value_interpreterImLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKlNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_": 128324, + "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE": 128332, + "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE": 128341, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_16optional_value_tERSO_EENS4_INS5_ISO_NSB_15default_value_tESQ_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEEEES9_bbRKT_": 128350, + ".L11885": 128462, + ".L11886": 128465, + ".L11887": 128467, + ".L11898": 128556, + ".L11896": 128561, + ".L11894": 128566, + ".L11892": 128571, + ".L11890": 128576, + ".L11908": 128584, + "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_16optional_value_tERSP_EENS7_INS8_ISP_NSD_15default_value_tESR_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEEEERKT_": 128590, + ".L11912": 128622, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE": 128626, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEE3hasENS0_7keywordIS8_Lb0EEE": 128637, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEED2Ev": 128648, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E": 128659, + ".L11920": 128665, + ".L11921": 128688, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv": 128692, + "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_13output_formatEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE": 128700, + ".L11925": 128713, + ".L11927": 128716, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE4sizeEv": 128719, + "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE9constructIS4_JRKS4_EEEvRS5_PT_DpOT0_": 128727, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_realloc_insertIJRKS4_EEEvN9__gnu_cxx17__normal_iteratorIPS4_S6_EEDpOT_": 128746, + ".L11932": 128831, + ".L11933": 128861, + ".L11934": 128875, + ".L11936": 128913, + ".L11937": 128923, + ".L11941": 128936, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_": 128941, + ".L11943": 129053, + ".L11944": 129056, + ".L11945": 129058, + ".L11956": 129145, + ".L11954": 129150, + ".L11952": 129155, + ".L11950": 129160, + ".L11948": 129165, + ".L11965": 129173, + "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_": 129179, + ".L11969": 129211, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_9log_levelEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_": 129215, + ".L11971": 129327, + ".L11972": 129330, + ".L11973": 129332, + ".L11984": 129421, + ".L11982": 129426, + ".L11980": 129431, + ".L11978": 129436, + ".L11976": 129441, + ".L11994": 129449, + "_ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_": 129455, + ".L11998": 129487, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE": 129491, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEED2Ev": 129502, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E": 129513, + ".L12004": 129519, + ".L12005": 129542, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv": 129546, + "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_9log_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE": 129554, + ".L12009": 129567, + ".L12011": 129570, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE4sizeEv": 129573, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SO_Lb0EEEEET_RKT0_T1_SV_": 129581, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_SV_": 129601, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SM_Lb0EEEEET_RKT0_T1_SV_": 129621, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_SV_": 129641, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_ST_": 129661, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEET_RKT0_T1_SW_": 129681, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEET_RKT0_T1_SW_": 129701, + "_ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_": 129721, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_13output_formatEEENSB_13enum_values_tERSK_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEES9_bbRKT_": 129729, + ".L12030": 129841, + ".L12031": 129844, + ".L12032": 129846, + ".L12043": 129933, + ".L12041": 129938, + ".L12039": 129943, + ".L12037": 129948, + ".L12035": 129953, + ".L12052": 129961, + "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEERKT_": 129967, + ".L12056": 129999, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEET_RKT0_T1_S13_": 130003, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S13_": 130023, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S13_": 130043, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S13_": 130063, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKjNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_": 130083, + "_ZN5boost3nfp7opt_getIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEET_RKT0_T1_SX_": 130103, + "_ZN5boost3nfp7opt_getIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEET_RKT0_T1_SX_": 130117, + "_ZN5boost7runtime17value_interpreterIjLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSB_EENS5_INS6_ISB_NSC_12value_hint_tESE_EENS5_INS6_IKjNSC_16optional_value_tERSI_EENS5_INS6_ISI_NSC_15default_value_tESK_EENS5_INS6_ISB_NSC_9env_var_tESE_EENS6_ISB_NSC_13description_tESE_EEEEEEEEEEEEEERKT_": 130131, + "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE": 130139, + "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE": 130148, + "_ZN5boost7runtime11basic_paramC2INS_3nfp23named_parameter_combineINS3_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSA_EENS4_INS5_IKSt16initializer_listISt4pairISA_NS6_12report_levelEEENSB_13enum_values_tERSK_EENS4_INS5_IKSH_NSB_15default_value_tERSO_EENS4_INS5_ISA_NSB_9env_var_tESD_EENS5_ISA_NSB_13description_tESD_EEEEEEEEEEEES9_bbRKT_": 130157, + ".L12077": 130269, + ".L12078": 130272, + ".L12079": 130274, + ".L12090": 130363, + ".L12088": 130368, + ".L12086": 130373, + ".L12084": 130378, + ".L12082": 130383, + ".L12100": 130391, + "_ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_": 130397, + ".L12104": 130429, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEE3hasENS0_7keywordIS8_Lb0EEE": 130433, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEED2Ev": 130444, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_eraseEPSt13_Rb_tree_nodeIS8_E": 130455, + ".L12110": 130461, + ".L12111": 130484, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv": 130488, + "_ZNK5boost3nfp15named_parameterIKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS4_12report_levelEEENS_7runtime12_GLOBAL__N_113enum_values_tERSC_EixENS0_7keywordISF_Lb0EEE": 130496, + ".L12115": 130509, + ".L12117": 130512, + "_ZNKSt16initializer_listISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE4sizeEv": 130515, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEET_RKT0_T1_S10_": 130523, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S10_": 130543, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEET_RKT0_T1_S10_": 130563, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_S10_": 130583, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_15default_value_tERSP_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S14_": 130603, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEET_RKT0_T1_S11_": 130623, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordISN_Lb0EEEEET_RKT0_T1_S10_": 130643, + "_ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_15default_value_tERSO_EENSB_INSC_ISH_NSI_9env_var_tESK_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEEEERKT_": 130663, + "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_E3hasENS0_7keywordISB_Lb0EEE": 130671, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEET_RKT0_T1_SX_": 130680, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_SX_": 130700, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_9env_var_tELb0EEEEET_RKT0_T1_SY_": 130720, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEET_RKT0_T1_SX_": 130740, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_16optional_value_tERSP_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S11_": 130760, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordISN_Lb0EEEEET_RKT0_T1_SX_": 130780, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEET_RKT0_T1_SY_": 130800, + "_ZN5boost7runtime17value_interpreterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2INS_3nfp23named_parameter_combineINSA_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSH_EENSB_INSC_ISH_NSI_12value_hint_tESK_EENSB_INSC_IKS7_NSI_16optional_value_tERSO_EENSC_ISH_NSI_13description_tESK_EEEEEEEEEERKT_": 130820, + "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_E3hasENS0_7keywordISB_Lb0EEE": 130828, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS8_EEEcmINS3_IKbNSA_16optional_value_tERSG_EEEENS0_23named_parameter_combineIT_SD_EERKSL_": 130837, + "_ZNK5boost3nfp10nfp_detail20named_parameter_baseINS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS4_IKNS_9unit_test13basic_cstringIKcEENS7_13description_tERSF_EEEEEcmINS4_IS5_NS7_15default_value_tES9_EEEENS3_IT_SJ_EERKSO_": 130853, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_SN_Lb0EEEEET_RKT0_T1_SU_": 130869, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_6help_tELb0EEEEET_RKT0_T1_SV_": 130889, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_9env_var_tELb0EEEEET_RKT0_T1_SV_": 130909, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEET_RKT0_T1_SV_": 130929, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEE3hasENS0_7keywordIS6_Lb0EEE": 130949, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEE3hasENS0_7keywordIS6_Lb0EEE": 130960, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENSA_IKS6_NSD_13description_tERSJ_EEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_SS_": 130971, + "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordISA_Lb0EEEEET_RKT0_T1_SO_": 130991, + "_ZN5boost3nfp7opt_getIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordIS7_Lb0EEEEET_RKT0_T1_SO_": 131006, + "_ZN5boost7runtime17value_interpreterIbLb0EEC2INS_3nfp23named_parameter_combineINS4_15named_parameterIKbNS0_12_GLOBAL__N_115default_value_tERS7_EENS5_INS6_IS7_NS8_16optional_value_tESA_EENS6_IKNS_9unit_test13basic_cstringIKcEENS8_13description_tERSI_EEEEEEEERKT_": 131021, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEEC2Ev": 131029, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPSt18_Rb_tree_node_base": 131036, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPSt18_Rb_tree_node_base": 131044, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_drop_nodeEPSt13_Rb_tree_nodeISB_E": 131052, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEEC2Ev": 131071, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE8_S_rightEPSt18_Rb_tree_node_base": 131078, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE7_S_leftEPSt18_Rb_tree_node_base": 131086, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev": 131094, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEED2Ev": 131105, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_eraseEPSt13_Rb_tree_nodeISD_E": 131112, + ".L12192": 131118, + ".L12193": 131141, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_M_beginEv": 131145, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_115end_of_params_tERS6_EixENS0_7keywordIS9_Lb0EEE": 131153, + ".L12197": 131166, + ".L12199": 131169, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS7_EENS2_IS7_NS9_15end_of_params_tESB_EEEixENS0_7keywordISA_Lb0EEE": 131172, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime3cla6parserES4_EEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 131183, + "_ZSt4moveIRPN5boost7runtime3cla6parserEEONSt16remove_referenceIT_E4typeEOS7_": 131213, + "_ZSt4swapIPN5boost7runtime3cla6parserEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS9_ESt18is_move_assignableIS9_EEE5valueEvE4typeERS9_SJ_": 131220, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE4findERS6_": 131246, + ".L12207": 131290, + ".L12208": 131295, + ".L12210": 131297, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE3endEv": 131301, + "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv": 131315, + "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE2idEv": 131326, + "_ZN5boost9unit_test18readwrite_propertyINS0_13output_formatEEC2ES2_": 131332, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test13output_formatEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 131346, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEC2ERKS7_": 131376, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv": 131388, + "_ZZN5boost9function0IvE9assign_toIPFvvEEEvT_E13stored_vtable": 131395, + "_ZN5boost9function0IvE9assign_toIPFvvEEEvT_": 131398, + ".L12223": 131418, + ".L12225": 131421, + "_ZNK5boost10test_tools9tt_detail15equal_impl_frwd9call_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES8_EENS0_16assertion_resultERKT_RKT0_N4mpl_5bool_ILb0EEE": 131425, + "_ZN5boost10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEC2ERKS7_": 131442, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EC2ERKS2_SD_": 131453, + ".LC756": 131476, + "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE12_M_constructIPKcEEvT_S8_St20forward_iterator_tag": 131478, + ".L12231": 131496, + ".L12232": 131498, + ".L12233": 131503, + ".L12234": 131529, + ".L12239": 131556, + "_ZN9__gnu_cxx13new_allocatorIcE10deallocateEPcm": 131561, + "_ZN9__gnu_cxx13new_allocatorIcE8allocateEmPKv": 131576, + ".L12242": 131591, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE10deallocateEPS5_m": 131597, + "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost9unit_test13basic_cstringIKcEEEEvT_S8_": 131614, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_S_keyEPKSt13_Rb_tree_nodeISB_E": 131622, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE7_S_leftEPKSt18_Rb_tree_node_base": 131637, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8_S_rightEPKSt18_Rb_tree_node_base": 131645, + "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEC2ES6_": 131653, + "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE11operator_fnEPS5_": 131675, + "_ZN5boost10wrapexceptINS_17bad_function_callEE9copy_fromEPKv": 131682, + "_ZN5boost6detail12shared_countC2INS_23basic_wrap_stringstreamIcEEEEPT_": 131690, + ".L12260": 131720, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE8max_sizeERKS9_": 131725, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEEC2ERKSA_": 131735, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE17_Vector_impl_dataC2Ev": 131743, + "_ZNSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE11_M_allocateEm": 131756, + ".L12266": 131770, + ".L12268": 131772, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE10deallocateERS9_PS8_m": 131775, + "_ZSt25__uninitialized_default_nIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEmET_SA_T0_": 131791, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EEEEvT_SC_": 131805, + ".L12274": 131811, + ".L12275": 131822, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEC2EPS4_": 131826, + "_ZN5boost9unit_test9decorator15stack_decoratorD2Ev": 131844, + "_ZN5boost9unit_test9decorator15stack_decoratorD0Ev": 131858, + "_ZN5boost14checked_deleteINS_9unit_test9decorator15stack_decoratorEEEvPT_": 131872, + ".L12281": 131885, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEC2EPS4_": 131889, + "_ZN5boost9unit_test9decorator5labelD2Ev": 131907, + "_ZN5boost9unit_test9decorator5labelD0Ev": 131921, + "_ZN5boost14checked_deleteINS_9unit_test9decorator5labelEEEvPT_": 131935, + ".L12287": 131948, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEC2EPS4_": 131952, + "_ZN5boost9unit_test9decorator17expected_failuresD2Ev": 131970, + "_ZN5boost9unit_test9decorator17expected_failuresD0Ev": 131984, + "_ZN5boost14checked_deleteINS_9unit_test9decorator17expected_failuresEEEvPT_": 131998, + ".L12293": 132011, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEC2EPS4_": 132015, + "_ZN5boost9unit_test9decorator7timeoutD2Ev": 132033, + "_ZN5boost9unit_test9decorator7timeoutD0Ev": 132047, + "_ZN5boost14checked_deleteINS_9unit_test9decorator7timeoutEEEvPT_": 132061, + ".L12299": 132074, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEC2EPS4_": 132078, + "_ZN5boost9unit_test9decorator11descriptionD2Ev": 132096, + "_ZN5boost9unit_test9decorator11descriptionD0Ev": 132110, + "_ZN5boost14checked_deleteINS_9unit_test9decorator11descriptionEEEvPT_": 132124, + ".L12305": 132137, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEC2EPS4_": 132141, + "_ZN5boost9unit_test9decorator10depends_onD2Ev": 132159, + "_ZN5boost9unit_test9decorator10depends_onD0Ev": 132173, + "_ZN5boost14checked_deleteINS_9unit_test9decorator10depends_onEEEvPT_": 132187, + ".L12311": 132200, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEC2EPS4_": 132204, + "_ZN5boost9unit_test9decorator9fixture_tD2Ev": 132222, + "_ZN5boost9unit_test9decorator9fixture_tD0Ev": 132240, + "_ZN5boost14checked_deleteINS_9unit_test9decorator9fixture_tEEEvPT_": 132254, + ".L12317": 132267, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEC2EPS4_": 132271, + "_ZN5boost9unit_test9decorator12preconditionD2Ev": 132289, + "_ZN5boost9unit_test9decorator12preconditionD0Ev": 132307, + "_ZN5boost14checked_deleteINS_9unit_test9decorator12preconditionEEEvPT_": 132321, + ".L12323": 132334, + "_ZNSt12_Destroy_auxILb1EE9__destroyIPmEEvT_S3_": 132338, + "_ZNKSt12_Vector_baseImSaImEE19_M_get_Tp_allocatorEv": 132346, + "_ZNSaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS5_": 132353, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvT_S9_": 132367, + ".L12330": 132373, + ".L12331": 132384, + "_ZN9__gnu_cxx14__alloc_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES6_E17_S_select_on_copyERKS7_": 132388, + "_ZNKSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE19_M_get_Tp_allocatorEv": 132402, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EmRKS6_": 132409, + ".L12339": 132435, + "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_S7_ET0_T_SG_SF_RSaIT1_E": 132439, + "_ZNSaIN5boost8functionIFNS_10test_tools16assertion_resultEmEEEEC2Ev": 132455, + "_ZNSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE17_Vector_impl_dataC2Ev": 132466, + "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEED2Ev": 132479, + "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE10deallocateERS6_PS5_m": 132486, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost8functionIFNS2_10test_tools16assertion_resultEmEEEEEvT_S9_": 132502, + ".L12348": 132508, + ".L12349": 132519, + "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE4sizeEv": 132523, + "_ZNKSt12_Vector_baseIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE19_M_get_Tp_allocatorEv": 132536, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS2_E": 132543, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS2_E": 132564, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt4pairIN5boost10shared_ptrINS3_9unit_test19test_unit_generatorEEESt6vectorINS4_INS5_9decorator4baseEEESaISB_EEEEEvT_SG_": 132582, + ".L12358": 132588, + ".L12359": 132599, + "_ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE6_M_ptrEv": 132603, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS7_EEvPT_": 132613, + "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m": 132625, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE10deallocateEPS6_m": 132641, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEEvT_S9_": 132663, + ".L12367": 132669, + ".L12368": 132680, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E": 132684, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E": 132705, + "_ZN9__gnu_cxx16__aligned_membufImE6_M_ptrEv": 132723, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE7destroyImEEvPT_": 132733, + "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE10deallocateERS2_PS1_m": 132741, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE7_M_addrEv": 132757, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEEC2Ev": 132764, + "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEEONSt16remove_referenceIT_E4typeEOS9_": 132771, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKcPS1_EEEC2ERKS5_": 132778, + "_ZNSt20_Rb_tree_key_compareISt4lessIcEEC2ERKS1_": 132792, + "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEC2EPSt18_Rb_tree_node_base": 132800, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS3_ERS1_": 132811, + ".L12385": 132853, + ".L12386": 132855, + ".L12387": 132871, + ".L12384": 132878, + ".L12390": 132917, + ".L12393": 132950, + ".L12392": 132960, + ".L12389": 132967, + ".L12395": 133004, + ".L12398": 133036, + ".L12397": 133046, + ".L12394": 133053, + ".L12399": 133063, + "_ZNKSt10_Select1stISt4pairIKcPS1_EEclERKS3_": 133067, + "_ZSt7forwardIRKSt4pairIKcPS1_EEOT_RNSt16remove_referenceIS6_E4typeE": 133075, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE10_M_insert_IRKS3_NS9_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS3_EPSt18_Rb_tree_node_baseSH_OT_RT0_": 133082, + ".L12405": 133116, + ".L12406": 133119, + ".L12407": 133121, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E": 133155, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E": 133176, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E": 133194, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base": 133209, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base": 133217, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE7_M_addrEv": 133225, + "_ZSt19__iterator_categoryIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEENSt15iterator_traitsIT_E17iterator_categoryERKSB_": 133232, + "_ZSt9__find_ifIN9__gnu_cxx17__normal_iteratorIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS0_5__ops16_Iter_equals_valIKcEEET_SE_SE_T0_St26random_access_iterator_tag": 133239, + ".L12428": 133253, + ".L12423": 133265, + ".L12425": 133278, + ".L12426": 133291, + ".L12427": 133304, + ".L12422": 133310, + ".L12429": 133325, + ".L12433": 133335, + ".L12432": 133339, + ".L12434": 133349, + ".L12431": 133353, + ".L12435": 133363, + ".L12430": 133367, + ".L12424": 133369, + "_ZSt19__iterator_categoryIPKcENSt15iterator_traitsIT_E17iterator_categoryERKS3_": 133372, + "_ZSt9__find_ifIPKcN9__gnu_cxx5__ops16_Iter_equals_valIS0_EEET_S6_S6_T0_St26random_access_iterator_tag": 133379, + ".L12445": 133390, + ".L12440": 133402, + ".L12442": 133413, + ".L12443": 133424, + ".L12444": 133435, + ".L12439": 133439, + ".L12446": 133451, + ".L12450": 133461, + ".L12449": 133463, + ".L12451": 133473, + ".L12448": 133475, + ".L12452": 133485, + ".L12447": 133487, + ".L12441": 133489, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE7_S_leftEPKSt18_Rb_tree_node_base": 133492, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE8_S_rightEPKSt18_Rb_tree_node_base": 133500, + "_ZNSt7__cxx1110_List_baseINS_12basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_M_get_nodeEv": 133508, + "_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEC2ERS8_PS7_": 133519, + "_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED2Ev": 133537, + ".L12462": 133554, + "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE9constructIS6_JS6_EEEvRS8_PT_DpOT0_": 133558, + "_ZNSt15__allocated_ptrISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEaSEDn": 133577, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE7_M_addrEv": 133587, + "_ZNK9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7_M_addrEv": 133594, + "_ZNSt7__cxx1110_List_baseImSaImEE11_M_get_nodeEv": 133601, + "_ZNSt15__allocated_ptrISaISt10_List_nodeImEEEC2ERS2_PS1_": 133612, + "_ZNSt15__allocated_ptrISaISt10_List_nodeImEEED2Ev": 133630, + ".L12475": 133647, + "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE9constructImJRKmEEEvRS2_PT_DpOT0_": 133651, + "_ZNSt15__allocated_ptrISaISt10_List_nodeImEEEaSEDn": 133670, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ERKS7_": 133680, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv": 133688, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJS0_INS3_9test_unit19readonly_property62ES6_EEEEvPSt13_Rb_tree_nodeIS7_EDpOT_": 133701, + ".L12487": 133743, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test6output10junit_impl16junit_log_helperEEERS1_Lb1EEEOT_OT0_": 133750, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEmmEv": 133772, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRS1_Lb1EEEOT_RKS1_": 133786, + "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEclERKS7_": 133806, + "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEOT_RNSt16remove_referenceISA_E4typeE": 133814, + "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE8max_sizeEv": 133821, + "_ZNKSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE4sizeEv": 133833, + "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE8allocateERS6_m": 133849, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE": 133863, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESt13move_iteratorIPS5_EET0_PT_": 133879, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES7_S6_ET0_T_SA_S9_RSaIT1_E": 133892, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE7destroyIS6_EEvPT_": 133908, + "_ZNSt10_Head_baseILm0ERKmLb0EEC2ES1_": 133920, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_": 133931, + ".L12515": 133987, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEE13_M_const_castEv": 133996, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE4sizeEv": 134010, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv": 134018, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRS1_Lb1EEERKS1_OT_": 134026, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv": 134046, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRS1_S4_Lb1EEEOT_OT0_": 134054, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEppEv": 134076, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISG_E": 134090, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_put_nodeEPSt13_Rb_tree_nodeISG_E": 134111, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_M_endEv": 134129, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE14_M_lower_boundEPSt13_Rb_tree_nodeISG_EPSt18_Rb_tree_node_baseRS7_": 134137, + ".L12536": 134146, + ".L12534": 134169, + ".L12533": 134175, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE6_M_ptrEv": 134185, + "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2IS5_EEOT_": 134195, + "_ZNSt11_Tuple_implILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS7_": 134213, + "_ZSt7forwardIONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEOT_RNSt16remove_referenceIS7_E4typeE": 134223, + "_ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2IS5_EEOT_": 134230, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_get_nodeEv": 134244, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS5_EESR_IJEEEEEvPSt13_Rb_tree_nodeISG_EDpOT_": 134257, + ".L12553": 134313, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE13_M_const_castEv": 134322, + "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE4sizeEv": 134336, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE12_M_rightmostEv": 134344, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE6_S_keyEPKSt18_Rb_tree_node_base": 134352, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE24_M_get_insert_unique_posERS7_": 134362, + ".L12566": 134378, + ".L12564": 134400, + ".L12565": 134404, + ".L12563": 134407, + ".L12568": 134435, + ".L12567": 134439, + ".L12570": 134461, + ".L12571": 134471, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE11_M_leftmostEv": 134475, + "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEmmEv": 134483, + "_ZNSt17_Rb_tree_iteratorISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEppEv": 134497, + "_ZNKSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEE9_M_valptrEv": 134511, + "_ZNKSt10_Select1stISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEEEclERKSG_": 134522, + "_ZZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_E13stored_vtable": 134530, + "_ZN5boost9function1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS4_EEEvT_": 134533, + ".L12583": 134553, + ".L12585": 134556, + "_ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EEC2ES7_": 134560, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS7_EESR_IJEEEEEvPSt13_Rb_tree_nodeISG_EDpOT_": 134571, + ".L12592": 134627, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE9constructIS6_JS6_EEEvPT_DpOT0_": 134636, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE12_M_check_lenEmPKc": 134659, + ".L12595": 134684, + ".L12596": 134711, + ".L12597": 134716, + ".L12598": 134718, + "_ZN9__gnu_cxxmiIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_": 134722, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_M_allocateEm": 134743, + ".L12603": 134757, + ".L12605": 134759, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_": 134762, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_": 134778, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE7destroyIS5_EEvRS6_PT_": 134804, + "_ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_": 134818, + "_ZSt8distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E15difference_typeESE_SE_": 134838, + "_ZSt22__uninitialized_move_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_": 134854, + "_ZSt13move_backwardIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET0_T_S8_S7_": 134880, + "_ZSt4copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET0_T_SE_SD_": 134904, + "_ZSt7advanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEmEvRT_T0_": 134928, + "_ZSt22__uninitialized_copy_aIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_S7_ET0_T_SE_SD_RSaIT1_E": 134947, + "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEEET_SF_": 134963, + "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESE_ET1_T0_SG_SF_": 134970, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE7destroyIS9_EEvPT_": 135004, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE10deallocateEPS6_m": 135016, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEEEEvT_S9_": 135033, + ".L12632": 135039, + ".L12633": 135050, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE9constructIS9_JS9_EEEvPT_DpOT0_": 135054, + "_ZSt13move_backwardIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET0_T_SB_SA_": 135077, + "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEdeEv": 135101, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEaSEOS7_": 135109, + "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE12_M_check_lenEmPKc": 135127, + ".L12642": 135152, + ".L12643": 135179, + ".L12644": 135184, + ".L12645": 135186, + "_ZN9__gnu_cxxmiIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSG_SJ_": 135190, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_": 135214, + "_ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_": 135230, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEEC2ERKS7_": 135256, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESt6vectorIS9_SaIS9_EEEEPS9_EET0_T_SI_SH_": 135264, + ".L12656": 135274, + ".L12655": 135297, + "_ZZNK5boost3nfp3nil8any_castIPKcEET_vE1v": 135302, + "_ZNK5boost3nfp3nil8any_castIPKcEET_v": 135304, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_E3hasENS0_7keywordIS7_Lb0EEE": 135315, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test5utils17ti_delimeter_typeENS3_12_GLOBAL__N_117kept_delimeters_tERS5_EixENS0_7keywordIS7_Lb0EEE": 135324, + ".L12663": 135337, + ".L12665": 135340, + "_ZN5boost9unit_test5utils26input_iterator_core_access3getINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEEEbRT_": 135343, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE8max_sizeEv": 135353, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE4sizeEv": 135365, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE8allocateERS5_m": 135378, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE": 135392, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESt13move_iteratorIPS4_EET0_PT_": 135408, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES6_S5_ET0_T_S9_S8_RSaIT1_E": 135421, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE7destroyIS5_EEvPT_": 135437, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE10deallocateERS5_PS4_m": 135449, + "_ZN9__gnu_cxx13new_allocatorImE10deallocateEPmm": 135465, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_M_endEv": 135481, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS1_": 135489, + ".L12689": 135498, + ".L12687": 135521, + ".L12686": 135527, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE6_M_ptrEv": 135537, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_get_nodeEv": 135547, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_": 135560, + ".L12700": 135616, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE13_M_const_castEv": 135625, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE4sizeEv": 135639, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE12_M_rightmostEv": 135647, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base": 135655, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE24_M_get_insert_unique_posERS1_": 135665, + ".L12713": 135681, + ".L12711": 135703, + ".L12712": 135707, + ".L12710": 135710, + ".L12715": 135738, + ".L12714": 135742, + ".L12717": 135764, + ".L12718": 135774, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_leftmostEv": 135778, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEmmEv": 135786, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEppEv": 135800, + "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE9_M_valptrEv": 135814, + "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEclERKS7_": 135825, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E": 135833, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E": 135854, + "_ZNKSt6vectorImSaImEE8max_sizeEv": 135872, + "_ZNSt16allocator_traitsISaImEE8allocateERS0_m": 135884, + "_ZNSt6vectorImSaImEE14_S_do_relocateEPmS2_S2_RS0_St17integral_constantIbLb1EE": 135898, + "_ZSt32__make_move_if_noexcept_iteratorImSt13move_iteratorIPmEET0_PT_": 135914, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPmES1_mET0_T_S4_S3_RSaIT1_E": 135927, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE10deallocateEPS9_m": 135943, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS8_EEEEvT_SC_": 135963, + ".L12744": 135969, + ".L12745": 135980, + "_ZNSaIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS5_": 135984, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_Vector_impl_dataC2Ev": 135998, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE10deallocateERS6_PS5_m": 136011, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE9constructIS5_JNS1_13basic_cstringIKcEEEEEvRS6_PT_DpOT0_": 136027, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE3endEv": 136046, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_S_use_relocateEv": 136060, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_S_nothrow_relocateESt17integral_constantIbLb1EE": 136067, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_M_realloc_insertIJNS1_13basic_cstringIKcEEEEEvN9__gnu_cxx17__normal_iteratorIPS5_S7_EEDpOT_": 136073, + ".L12757": 136162, + ".L12758": 136192, + ".L12759": 136206, + ".L12761": 136253, + ".L12762": 136263, + ".L12766": 136276, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE15_M_erase_at_endEPS5_": 136281, + ".L12769": 136310, + "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost9unit_test9framework4impl11name_filter9componentEEEvT_S9_": 136314, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2EOS7_": 136322, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EEC2EOS7_": 136336, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE9constructIS9_JS9_EEEvPT_DpOT0_": 136350, + "_ZN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEEC2ERKSA_": 136373, + "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE12_M_check_lenEmPKc": 136385, + ".L12776": 136410, + ".L12777": 136437, + ".L12778": 136442, + ".L12779": 136444, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE5beginEv": 136448, + "_ZN9__gnu_cxxmiIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSG_SJ_": 136461, + "_ZNSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE11_M_allocateEm": 136485, + ".L12786": 136499, + ".L12788": 136501, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_relocateEPS7_SA_SA_RS8_": 136504, + "_ZNK9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EES1_IS9_SaIS9_EEE4baseEv": 136520, + "_ZSt34__uninitialized_move_if_noexcept_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_": 136527, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE7destroyIS8_EEvRS9_PT_": 136553, + "_ZN5boost3_bi8storage1INS_3argILi1EEEEC2ES3_": 136567, + "_ZN9__gnu_cxxmiIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_": 136574, + "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost3_bi6bind_tIbNS2_4_mfi4cmf1IbNS2_9unit_test9framework4impl11name_filter9componentERKNS7_9test_unitEEENS3_5list2INS2_3argILi1EEENS2_17reference_wrapperISD_EEEEEEEclINS_17__normal_iteratorIPKSB_St6vectorISB_SaISB_EEEEEEbT_": 136598, + "_ZN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEppEv": 136615, + "_ZN5boost4rtti7type_idISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEElv": 136627, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE10deallocateEPS4_m": 136633, + "_ZNSt12_Destroy_auxILb1EE9__destroyIPPN5boost9unit_test10test_suiteEEEvT_S7_": 136649, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS6_E": 136657, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS6_E": 136678, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E": 136696, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E": 136717, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE10deallocateEPS5_m": 136735, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test9framework5state13context_frameEEEvT_S8_": 136755, + ".L12814": 136761, + ".L12815": 136772, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS3_E": 136776, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS3_E": 136797, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS7_E": 136815, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS7_E": 136836, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE7_M_addrEv": 136854, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE11_M_get_nodeEv": 136861, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE17_M_construct_nodeIJS0_ImmEEEEvPSt13_Rb_tree_nodeIS2_EDpOT_": 136874, + ".L12829": 136916, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_M_endEv": 136923, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmmEERS1_Lb1EEEOT_OT0_": 136931, + "_ZNKSt10_Select1stISt4pairIKmmEEclERKS2_": 136953, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE6_S_keyEPKSt18_Rb_tree_node_base": 136961, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmmEEC2EPSt18_Rb_tree_node_base": 136971, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEC2EPKSt18_Rb_tree_node_base": 136982, + "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE6_M_ptrEv": 136993, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE6manageERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeE": 137003, + ".L12842": 137024, + ".L12844": 137031, + "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEvE6invokeERNS1_15function_bufferE": 137035, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEbT_RNS1_15function_bufferE": 137049, + ".L12850": 137082, + "_ZN5boost4rtti7type_idIjEElv": 137086, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmmEE7_M_addrEv": 137092, + "_ZSt7forwardISt23_Rb_tree_const_iteratorISt4pairIKmmEEEOT_RNSt16remove_referenceIS5_E4typeE": 137099, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE37select_on_container_copy_constructionERKS6_": 137106, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEC2ERKS7_": 137120, + "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_M_beginEv": 137128, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_M_endEv": 137136, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_M_copyINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_PSt18_Rb_tree_node_baseRT_": 137144, + ".L12865": 137178, + ".L12868": 137185, + ".L12867": 137216, + ".L12866": 137224, + ".L12874": 137240, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_leftmostEv": 137245, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_S_minimumEPSt18_Rb_tree_node_base": 137253, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_rightmostEv": 137263, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE10_S_maximumEPSt18_Rb_tree_node_base": 137271, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEC2EPKSt18_Rb_tree_node_base": 137281, + "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE6_M_ptrEv": 137292, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE37select_on_container_copy_constructionERKS6_": 137302, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEC2ERKS7_": 137316, + "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_M_beginEv": 137324, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_M_endEv": 137332, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_M_copyINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_PSt18_Rb_tree_node_baseRT_": 137340, + ".L12894": 137374, + ".L12897": 137381, + ".L12896": 137412, + ".L12895": 137420, + ".L12903": 137436, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_leftmostEv": 137441, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_S_minimumEPSt18_Rb_tree_node_base": 137449, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_rightmostEv": 137459, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE10_S_maximumEPSt18_Rb_tree_node_base": 137467, + "_ZN5boost4rtti7type_idINS_9unit_test9log_levelEEElv": 137477, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_M_endEv": 137483, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS7_EPSt18_Rb_tree_node_baseRS4_": 137491, + ".L12920": 137500, + ".L12918": 137523, + ".L12917": 137529, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE6_M_ptrEv": 137539, + "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EEC2ES4_": 137549, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_get_nodeEv": 137560, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESI_IJEEEEEvPSt13_Rb_tree_nodeIS7_EDpOT_": 137573, + ".L12932": 137629, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE13_M_const_castEv": 137638, + "_ZNKSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE4sizeEv": 137652, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE12_M_rightmostEv": 137660, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE6_S_keyEPKSt18_Rb_tree_node_base": 137668, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE24_M_get_insert_unique_posERS4_": 137678, + ".L12945": 137694, + ".L12943": 137716, + ".L12944": 137720, + ".L12942": 137723, + ".L12947": 137751, + ".L12946": 137755, + ".L12949": 137777, + ".L12950": 137787, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE11_M_leftmostEv": 137791, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEmmEv": 137799, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEppEv": 137813, + "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEE9_M_valptrEv": 137827, + "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13output_formatENS2_14runtime_config13stream_holderEEEclERKS7_": 137838, + "_ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test15unit_test_log_tEEEEC2ES6_": 137846, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE": 137857, + ".L12963": 137878, + ".L12965": 137885, + "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE": 137889, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE": 137903, + "_ZN5boost4rtti7type_idINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEElv": 137921, + "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE10deallocateEPS6_m": 137927, + "_ZNKSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE8max_sizeEv": 137944, + "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateERS6_m": 137956, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE": 137970, + "_ZSt32__make_move_if_noexcept_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt13move_iteratorIPS5_EET0_PT_": 137986, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES7_S6_ET0_T_SA_S9_RSaIT1_E": 137999, + "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7destroyIS6_EEvPT_": 138015, + "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEEEC2ES6_S8_": 138027, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeE": 138045, + ".L12985": 138066, + ".L12987": 138073, + "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE": 138077, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE": 138091, + "_ZN5boost4rtti7type_idINS_9unit_test12report_levelEEElv": 138111, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE6manageERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE": 138117, + ".L12994": 138138, + ".L12996": 138145, + "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEvE6invokeERNS1_15function_bufferE": 138149, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferE": 138162, + "_ZN5boost4rtti7type_idImEElv": 138181, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE6manageERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE": 138187, + ".L13003": 138208, + ".L13005": 138215, + "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEvE6invokeERNS1_15function_bufferE": 138219, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEbT_RNS1_15function_bufferE": 138232, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_M_endEv": 138251, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmPN5boost9unit_test9test_unitEEERS1_Lb1EEEOT_OT0_": 138259, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEmmEv": 138281, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE6_S_keyEPKSt18_Rb_tree_node_base": 138295, + "_ZNKSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_Alloc_nodeclIS6_EEPSt13_Rb_tree_nodeIS6_EOT_": 138305, + "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceIS9_E4typeE": 138323, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_": 138330, + ".L13024": 138339, + ".L13022": 138362, + ".L13021": 138368, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS6_EPSt18_Rb_tree_node_baseRS1_": 138378, + ".L13030": 138387, + ".L13028": 138408, + ".L13027": 138414, + "_ZNSt4pairISt17_Rb_tree_iteratorIS_IKmPN5boost9unit_test9test_unitEEES7_EC2IS7_S7_Lb1EEEOT_OT0_": 138424, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_": 138446, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE5clearEv": 138459, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEES9_": 138479, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEppEi": 138492, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS6_E": 138510, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E": 138536, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE5beginEv": 138551, + "_ZSteqRKSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEES6_": 138565, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEERS1_Lb1EEEOT_OT0_": 138578, + "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEmmEv": 138600, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base": 138614, + "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeclIS3_EEPSt13_Rb_tree_nodeIS3_EOT_": 138624, + "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS6_E4typeE": 138642, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_": 138649, + ".L13060": 138659, + ".L13058": 138683, + ".L13057": 138689, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_": 138701, + ".L13066": 138710, + ".L13064": 138732, + ".L13063": 138738, + "_ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test13test_observerEES5_EC2IS5_S5_Lb1EEEOT_OT0_": 138748, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE3endEv": 138770, + "_ZStneRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEES6_": 138784, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test13test_observerEEppEi": 138797, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_E": 138815, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt13_Rb_tree_nodeIS3_E": 138841, + "_ZNKSt4lessIPN5boost9unit_test14global_fixtureEEclES3_S3_": 138856, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE5beginEv": 138868, + "_ZSteqRKSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEES6_": 138882, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEERS1_Lb1EEEOT_OT0_": 138895, + "_ZNSt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEmmEv": 138917, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE6_S_keyEPKSt18_Rb_tree_node_base": 138931, + "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeclIS3_EEPSt13_Rb_tree_nodeIS3_EOT_": 138941, + "_ZSt7forwardISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS6_E4typeE": 138959, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_": 138966, + ".L13097": 138976, + ".L13095": 139000, + ".L13094": 139006, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_upper_boundEPSt13_Rb_tree_nodeIS3_EPSt18_Rb_tree_node_baseRKS3_": 139018, + ".L13103": 139027, + ".L13101": 139049, + ".L13100": 139055, + "_ZNSt4pairISt17_Rb_tree_iteratorIPN5boost9unit_test14global_fixtureEES5_EC2IS5_S5_Lb1EEEOT_OT0_": 139065, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE3endEv": 139087, + "_ZStneRKSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEES6_": 139101, + "_ZNSt23_Rb_tree_const_iteratorIPN5boost9unit_test14global_fixtureEEppEi": 139114, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE12_M_erase_auxESt23_Rb_tree_const_iteratorIS3_E": 139132, + "_ZN5boost9unit_test9framework5state13context_frameC2EOS3_": 139158, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE9constructIS5_JS5_EEEvPT_DpOT0_": 139180, + "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE12_M_check_lenEmPKc": 139203, + ".L13116": 139228, + ".L13117": 139255, + ".L13118": 139260, + ".L13119": 139262, + "_ZN9__gnu_cxxmiIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_": 139266, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_M_allocateEm": 139290, + ".L13124": 139304, + ".L13126": 139306, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_": 139309, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_": 139325, + "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEEET_SC_": 139351, + "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEESB_ET1_T0_SD_SC_": 139358, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE7destroyIS5_EEvPT_": 139392, + "_ZN9__gnu_cxx5__ops10_Iter_predIN5boost9unit_test9framework13frame_with_idEEclINS_17__normal_iteratorIPNS4_5state13context_frameESt6vectorISA_SaISA_EEEEEEbT_": 139404, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEppEv": 139421, + "_ZN5boost9unit_test13basic_cstringIKcEC2IiEEPS2_T_": 139433, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE9constructIS4_JS4_EEEvPT_DpOT0_": 139452, + "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE8max_sizeEv": 139473, + "_ZNKSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE4sizeEv": 139485, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE8allocateERS4_m": 139498, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE14_S_do_relocateEPS3_S6_S6_RS4_St17integral_constantIbLb1EE": 139512, + "_ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test10test_suiteESt13move_iteratorIPS3_EET0_PT_": 139528, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_S4_ET0_T_S8_S7_RSaIT1_E": 139541, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_get_nodeEv": 139557, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESH_IJEEEEEvPSt13_Rb_tree_nodeIS6_EDpOT_": 139570, + ".L13161": 139626, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEE13_M_const_castEv": 139635, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE12_M_rightmostEv": 139649, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE11_M_leftmostEv": 139657, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmPN5boost9unit_test9test_unitEEEppEv": 139665, + "_ZNKSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEE9_M_valptrEv": 139679, + "_ZNKSt10_Select1stISt4pairIKmPN5boost9unit_test9test_unitEEEclERKS6_": 139690, + "_ZN5boost3_bi8storage2INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEEEC2ES6_S9_": 139698, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE6manageERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeE": 139716, + ".L13176": 139737, + ".L13178": 139744, + "_ZN5boost6detail8function26void_function_obj_invoker0INS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEvE6invokeERNS1_15function_bufferE": 139748, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEbT_RNS1_15function_bufferE": 139762, + "_ZNSaIN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEEEC2ERKS4_": 139782, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_dataC2Ev": 139796, + "_ZSt10__distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEEENSt15iterator_traitsIT_E15difference_typeESD_SD_St26random_access_iterator_tag": 139809, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE11_S_max_sizeERKS5_": 139822, + "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEESt6vectorIS6_SaIS6_EEEES7_ET0_T_SD_SC_": 139841, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_9unit_test17test_unit_fixtureEEEEEvT_S8_": 139857, + ".L13192": 139863, + ".L13193": 139874, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEC2EPS5_": 139878, + "_ZN5boost14checked_deleteINS_9unit_test9framework4impl21global_fixture_handleEEEvPT_": 139896, + ".L13197": 139909, + "_ZSt7forwardIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS5_E4typeE": 139913, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE9constructIS5_JS5_EEEvPT_DpOT0_": 139920, + "_ZSt13move_backwardIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET0_T_S7_S6_": 139943, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEdeEv": 139967, + "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEEaSEOS3_": 139975, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE17_Vector_impl_data12_M_copy_dataERKS7_": 139997, + "_ZSt15__alloc_on_swapISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEEvRT_S7_": 140017, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E": 140031, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E": 140052, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE6_M_endEv": 140070, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE14_M_lower_boundEPSt13_Rb_tree_nodeIS8_EPSt18_Rb_tree_node_baseRS4_": 140078, + ".L13217": 140087, + ".L13215": 140110, + ".L13214": 140116, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE6_M_ptrEv": 140126, + "_ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EEC2ES4_": 140136, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_get_nodeEv": 140147, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS4_EESJ_IJEEEEEvPSt13_Rb_tree_nodeIS8_EDpOT_": 140160, + ".L13229": 140216, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEE13_M_const_castEv": 140225, + "_ZNKSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE4sizeEv": 140239, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE12_M_rightmostEv": 140247, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE11_M_leftmostEv": 140255, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEmmEv": 140263, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEppEv": 140277, + "_ZNKSt10_Select1stISt4pairIKN5boost16exception_detail10type_info_ENS1_10shared_ptrINS2_15error_info_baseEEEEEclERKS8_": 140291, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base": 140299, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base": 140307, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE7_M_addrEv": 140315, + "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEC2EPS3_": 140322, + "_ZN5boost14checked_deleteINS_16exception_detail15error_info_baseEEEvPT_": 140340, + ".L13253": 140353, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE17_M_construct_nodeIJS3_IS2_S7_EEEEvPSt13_Rb_tree_nodeIS8_EDpOT_": 140357, + ".L13259": 140399, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE5beginEv": 140406, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost16exception_detail10type_info_ENS5_10shared_ptrINS6_15error_info_baseEEEEERS1_Lb1EEEOT_OT0_": 140420, + "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEOT_RNSt16remove_referenceISB_E4typeE": 140442, + "_ZN5boost6detail8function15functor_managerINS0_7forwardEE6manageERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeE": 140449, + ".L13266": 140470, + ".L13268": 140477, + "_ZN5boost6detail8function21function_obj_invoker0INS0_7forwardEiE6invokeERNS1_15function_bufferE": 140481, + "_ZNK5boost6detail8function13basic_vtable0IiE9assign_toINS0_7forwardEEEbT_RNS1_15function_bufferE": 140493, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS5_E": 140508, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E": 140529, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE6_M_ptrEv": 140547, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_get_nodeEv": 140557, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS1_EESG_IJEEEEEvPSt13_Rb_tree_nodeIS5_EDpOT_": 140570, + ".L13284": 140626, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEE13_M_const_castEv": 140635, + "_ZNKSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE4sizeEv": 140649, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE12_M_rightmostEv": 140657, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE24_M_get_insert_unique_posERS1_": 140665, + ".L13295": 140681, + ".L13293": 140703, + ".L13294": 140707, + ".L13292": 140710, + ".L13297": 140738, + ".L13296": 140742, + ".L13299": 140764, + ".L13300": 140774, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE11_M_leftmostEv": 140778, + "_ZNSt17_Rb_tree_iteratorISt4pairIKmN5boost9unit_test12test_resultsEEEmmEv": 140786, + "_ZNKSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEE9_M_valptrEv": 140800, + "_ZNKSt10_Select1stISt4pairIKmN5boost9unit_test12test_resultsEEEclERKS5_": 140811, + "_ZNSt11_Tuple_implILm0EJOmEEC2ImEEOT_": 140819, + "_ZNSt11_Tuple_implILm0EJOmEE7_M_headERS1_": 140837, + "_ZSt7forwardIOmEOT_RNSt16remove_referenceIS1_E4typeE": 140847, + "_ZNSt10_Head_baseILm0EOmLb0EEC2ImEEOT_": 140854, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOmEESG_IJEEEEEvPSt13_Rb_tree_nodeIS5_EDpOT_": 140868, + ".L13320": 140924, + "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2Ev": 140933, + "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE10deallocateERS9_PS8_m": 140940, + "_ZSt8_DestroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEvT_SA_": 140956, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE11_S_max_sizeERKS9_": 140970, + "_ZNKSt12_Vector_baseISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE19_M_get_Tp_allocatorEv": 140989, + "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE8allocateERS9_m": 140996, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE14_S_do_relocateEPS8_SB_SB_RS9_St17integral_constantIbLb1EE": 141010, + "_ZNSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEC2ES9_": 141026, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_S9_ET0_T_SD_SC_RSaIT1_E": 141041, + "_ZSt7forwardISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEOT_RNSt16remove_referenceIS9_E4typeE": 141057, + "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE9constructIS8_JS8_EEEvRS9_PT_DpOT0_": 141064, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE3endEv": 141083, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_": 141097, + ".L13341": 141182, + ".L13342": 141212, + ".L13343": 141226, + ".L13345": 141264, + ".L13346": 141274, + ".L13350": 141287, + "_ZNSt12_Destroy_auxILb1EE9__destroyIPcEEvT_S3_": 141292, + "_ZNKSt6vectorIcSaIcEE8max_sizeEv": 141300, + "_ZNSt6vectorIcSaIcEE14_S_do_relocateEPcS2_S2_RS0_St17integral_constantIbLb1EE": 141312, + "_ZSt32__make_move_if_noexcept_iteratorIcSt13move_iteratorIPcEET0_PT_": 141328, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPcES1_cET0_T_S4_S3_RSaIT1_E": 141341, + "_ZN9__gnu_cxx13new_allocatorIcE7destroyIcEEvPT_": 141357, + "_ZNKSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE8max_sizeEv": 141365, + "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE8allocateERS6_m": 141377, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb0EE": 141391, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPKS5_ET0_PT_": 141401, + "_ZSt22__uninitialized_copy_aIPKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPS5_S5_ET0_T_SA_S9_RSaIT1_E": 141408, + "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE7destroyIS6_EEvPT_": 141424, + "_ZNSt16allocator_traitsISaIcEE8max_sizeERKS0_": 141436, + "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9constructIS6_JS6_EEEvPT_DpOT0_": 141446, + "_ZN9__gnu_cxxmiIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSF_SI_": 141469, + "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKN5boost9unit_test13basic_cstringIKcEEEclINS_17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorISG_SaISG_EEEEEEbT_": 141490, + "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE10deallocateEPSD_m": 141508, + "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE8max_sizeEv": 141528, + "_ZNKSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE4sizeEv": 141540, + "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE8allocateERSD_m": 141556, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE14_S_do_relocateEPSB_SE_SE_RSC_St17integral_constantIbLb1EE": 141570, + "_ZSt32__make_move_if_noexcept_iteratorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESt13move_iteratorIPSC_EET0_PT_": 141586, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEESE_SD_ET0_T_SH_SG_RSaIT1_E": 141599, + "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE7destroyISD_EEvPT_": 141615, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS5_E": 141627, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS5_E": 141648, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_M_endEv": 141666, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt13_Rb_tree_nodeIS5_E": 141674, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5beginEv": 141689, + "_ZSteqRKSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_": 141703, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEERS1_Lb1EEEOT_OT0_": 141716, + "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEmmEv": 141738, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE6_S_keyEPKSt18_Rb_tree_node_base": 141752, + "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_Alloc_nodeclIRKS5_EEPSt13_Rb_tree_nodeIS5_EOT_": 141762, + "_ZSt7forwardISt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceIS8_E4typeE": 141780, + "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKmEclINS_17__normal_iteratorIPmSt6vectorImSaImEEEEEEbT_": 141787, + "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEEET_S7_": 141804, + "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES6_ET1_T0_S8_S7_": 141811, + "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEC2EPS3_": 141845, + "_ZN5boost6detail12shared_countC2INS_9unit_test23unit_test_log_formatterEEEPT_": 141863, + ".L13424": 141893, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE10deallocateEPS4_m": 141898, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEvT_S7_": 141918, + ".L13428": 141924, + ".L13429": 141935, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE10deallocateEPS5_m": 141939, + "_ZNSt12_Destroy_auxILb1EE9__destroyIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEvT_S8_": 141955, + "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implC2EOS2_": 141963, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE9constructIS4_JS4_EEEvPT_DpOT0_": 142002, + "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE12_M_check_lenEmPKc": 142025, + ".L13435": 142050, + ".L13436": 142077, + ".L13437": 142082, + ".L13438": 142084, + "_ZN9__gnu_cxxmiIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS4_SaIS4_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSC_SF_": 142088, + "_ZNSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_M_allocateEm": 142112, + ".L13443": 142126, + ".L13445": 142128, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_relocateEPS3_S6_S6_RS4_": 142131, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_": 142147, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE9constructIS5_JS5_EEEvPT_DpOT0_": 142173, + "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE12_M_check_lenEmPKc": 142194, + ".L13452": 142219, + ".L13453": 142246, + ".L13454": 142251, + ".L13455": 142253, + "_ZN9__gnu_cxxmiIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_": 142257, + "_ZNSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_M_allocateEm": 142278, + ".L13460": 142292, + ".L13462": 142294, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_relocateEPS4_S7_S7_RS5_": 142297, + "_ZSt34__uninitialized_move_if_noexcept_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_": 142313, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE7destroyIS4_EEvRS5_PT_": 142339, + "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEEET_SB_": 142353, + "_ZSt13__copy_move_aILb1EN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEESA_ET1_T0_SC_SB_": 142360, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE7destroyIS4_EEvPT_": 142394, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS5_ERKS5_": 142406, + ".L13475": 142448, + ".L13476": 142450, + ".L13477": 142466, + ".L13474": 142473, + ".L13480": 142512, + ".L13483": 142545, + ".L13482": 142555, + ".L13479": 142562, + ".L13485": 142599, + ".L13488": 142631, + ".L13487": 142641, + ".L13484": 142648, + ".L13489": 142658, + "_ZSt14__copy_move_a2ILb0ESt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS6_cS4_EET1_T0_SB_SA_": 142662, + "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE10deallocateERS3_PS2_m": 142684, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost7runtime16parameter_cla_idEEEvT_S6_": 142700, + ".L13495": 142706, + ".L13496": 142717, + "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE9constructIS3_JS3_EEEvPT_DpOT0_": 142721, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEC2ERKS4_": 142744, + "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE12_M_check_lenEmPKc": 142756, + ".L13500": 142781, + ".L13501": 142808, + ".L13502": 142813, + ".L13503": 142815, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE5beginEv": 142819, + "_ZN9__gnu_cxxmiIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_": 142832, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE11_M_allocateEm": 142856, + ".L13510": 142870, + ".L13512": 142872, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_relocateEPS2_S5_S5_RS3_": 142875, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEE4baseEv": 142891, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_": 142898, + "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE7destroyIS2_EEvRS3_PT_": 142924, + "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEEC2ERKS4_": 142938, + "_ZNSt12_Vector_baseIN5boost7runtime16parameter_cla_idESaIS2_EE17_Vector_impl_dataC2Ev": 142946, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost7runtime16parameter_cla_idESt6vectorIS6_SaIS6_EEEEPS6_EET0_T_SF_SE_": 142959, + ".L13524": 142969, + ".L13523": 142992, + ".L13530": 143008, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEC2EPS3_": 143013, + "_ZN5boost7runtime6optionD2Ev": 143031, + "_ZN5boost7runtime6optionD0Ev": 143045, + "_ZN5boost14checked_deleteINS_7runtime6optionEEEvPT_": 143059, + ".L13536": 143072, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11lower_boundERS6_": 143076, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE8key_compEv": 143100, + "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE9_M_valptrEv": 143107, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_create_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEEPSt13_Rb_tree_nodeISB_EDpOT_": 143118, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorISB_ERS6_": 143156, + ".L13547": 143198, + ".L13548": 143200, + ".L13549": 143216, + ".L13546": 143223, + ".L13552": 143262, + ".L13555": 143295, + ".L13554": 143305, + ".L13551": 143312, + ".L13557": 143349, + ".L13560": 143381, + ".L13559": 143391, + ".L13556": 143398, + ".L13561": 143408, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_insert_nodeEPSt18_Rb_tree_node_baseSJ_PSt13_Rb_tree_nodeISB_E": 143412, + ".L13563": 143443, + ".L13564": 143446, + ".L13565": 143448, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEC2EPSt18_Rb_tree_node_base": 143473, + "_ZN5boost4rtti11rtti_detail12rttid_holderIbE2idEv": 143484, + "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentIbEEEEPT_": 143490, + ".L13575": 143520, + "_ZSt4moveIRPN5boost7runtime8argumentEEONSt16remove_referenceIT_E4typeEOS6_": 143525, + "_ZSt4swapIPN5boost7runtime8argumentEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_": 143532, + "_ZNK9__gnu_cxx5__ops15_Iter_less_iterclIPKcS4_EEbT_T0_": 143558, + "_ZSt30__lexicographical_compare_implIPKcS1_N9__gnu_cxx5__ops15_Iter_less_iterEEbT_S5_T0_S6_T1_": 143572, + ".L13588": 143587, + ".L13582": 143600, + ".L13583": 143602, + ".L13585": 143615, + ".L13587": 143626, + ".L13584": 143630, + ".L13589": 143639, + ".L13591": 143641, + ".L13586": 143643, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_get_nodeEv": 143646, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE17_M_construct_nodeIJS5_IS4_SA_EEEEvPSt13_Rb_tree_nodeISB_EDpOT_": 143659, + ".L13599": 143701, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE6_M_endEv": 143708, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE5beginEv": 143716, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEESE_": 143730, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime11basic_paramEEEEERS1_Lb1EEEOT_OT0_": 143743, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEmmEv": 143765, + "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEEclERKSB_": 143779, + "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEOT_RNSt16remove_referenceISE_E4typeE": 143787, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISB_E": 143794, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E": 143815, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE7_M_addrEv": 143833, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS9_E": 143840, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS9_E": 143861, + "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE10deallocateEPS6_m": 143879, + "_ZNSt12_Destroy_auxILb1EE9__destroyIPN5boost17reference_wrapperIKNS2_7runtime16parameter_cla_idEEEEEvT_S9_": 143895, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEC2EPS5_": 143903, + "_ZN5boost7runtime3cla13rt_cla_detail14parameter_trieD2Ev": 143921, + "_ZN5boost14checked_deleteINS_7runtime3cla13rt_cla_detail14parameter_trieEEEvPT_": 143940, + ".L13625": 143954, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE11_M_get_nodeEv": 143959, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE17_M_construct_nodeIJS0_IcS8_EEEEvPSt13_Rb_tree_nodeIS9_EDpOT_": 143972, + ".L13633": 144014, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKcN5boost10shared_ptrINS6_7runtime3cla13rt_cla_detail14parameter_trieEEEEERS1_Lb1EEEOT_OT0_": 144021, + "_ZNSt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv": 144043, + "_ZNKSt10_Select1stISt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEclERKS9_": 144057, + "_ZSt7forwardISt17_Rb_tree_iteratorISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISC_E4typeE": 144065, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv": 144072, + "_ZNKSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE8max_sizeEv": 144079, + "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE8allocateERS6_m": 144091, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE": 144105, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESt13move_iteratorIPS5_EET0_PT_": 144121, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEES7_S6_ET0_T_SA_S9_RSaIT1_E": 144134, + "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE7destroyIS6_EEvPT_": 144150, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE7_S_leftEPKSt18_Rb_tree_node_base": 144158, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE8_S_rightEPKSt18_Rb_tree_node_base": 144166, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_M_endEv": 144174, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE14_M_lower_boundEPSt13_Rb_tree_nodeISD_EPSt18_Rb_tree_node_baseRS6_": 144182, + ".L13664": 144191, + ".L13662": 144214, + ".L13661": 144220, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv": 144230, + "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EEC2ES6_": 144240, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_get_nodeEv": 144251, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESO_IJEEEEEvPSt13_Rb_tree_nodeISD_EDpOT_": 144264, + ".L13676": 144320, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE13_M_const_castEv": 144329, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE4sizeEv": 144343, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE12_M_rightmostEv": 144351, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE6_S_keyEPKSt18_Rb_tree_node_base": 144359, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE24_M_get_insert_unique_posERS6_": 144369, + ".L13689": 144385, + ".L13687": 144407, + ".L13688": 144411, + ".L13686": 144414, + ".L13691": 144442, + ".L13690": 144446, + ".L13693": 144468, + ".L13694": 144478, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_leftmostEv": 144482, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEmmEv": 144490, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE8_S_rightEPSt18_Rb_tree_node_base": 144504, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEppEv": 144512, + "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9_M_valptrEv": 144526, + "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEEclERKSD_": 144537, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISD_E": 144545, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE11_M_put_nodeEPSt13_Rb_tree_nodeISD_E": 144566, + "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEEC2IS4_EEOT_": 144584, + "_ZNSt11_Tuple_implILm0EJON5boost9unit_test13basic_cstringIKcEEEE7_M_headERS6_": 144602, + "_ZSt7forwardION5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS6_E4typeE": 144612, + "_ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EEC2IS4_EEOT_": 144619, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJOS4_EESO_IJEEEEEvPSt13_Rb_tree_nodeISD_EDpOT_": 144633, + ".L13720": 144689, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE10deallocateEPS7_m": 144698, + "_ZNSt12_Destroy_auxILb0EE9__destroyIPN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvT_SA_": 144715, + ".L13724": 144721, + ".L13725": 144732, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv": 144736, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE8max_sizeEv": 144746, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE8allocateERS7_m": 144758, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE14_S_do_relocateEPS6_S9_S9_RS7_St17integral_constantIbLb1EE": 144772, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESt13move_iteratorIPS6_EET0_PT_": 144788, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES8_S7_ET0_T_SB_SA_RSaIT1_E": 144801, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE7destroyIS7_EEvPT_": 144817, + "_ZSt18__do_alloc_on_swapISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEEvRT_S9_St17integral_constantIbLb0EE": 144829, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS4_E": 144837, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS4_E": 144858, + "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE8max_sizeERKS5_": 144876, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE8allocateEmPKv": 144886, + ".L13745": 144901, + "_ZSt18uninitialized_copyIPKN5boost9unit_test13basic_cstringIKcEEPS4_ET0_T_S9_S8_": 144908, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_M_endEv": 144924, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt13_Rb_tree_nodeIS4_E": 144932, + "_ZNKSt4lessIPKN5boost7runtime16parameter_cla_idEEclES4_S4_": 144947, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE5beginEv": 144959, + "_ZSteqRKSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEES7_": 144973, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEERS1_Lb1EEEOT_OT0_": 144986, + "_ZNSt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEmmEv": 145008, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE6_S_keyEPKSt18_Rb_tree_node_base": 145022, + "_ZNKSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_Alloc_nodeclIS4_EEPSt13_Rb_tree_nodeIS4_EOT_": 145032, + "_ZSt7forwardISt17_Rb_tree_iteratorIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS7_E4typeE": 145050, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE9constructIS5_JS5_EEEvPT_DpOT0_": 145057, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEC2ERKS6_": 145080, + "_ZNKSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_M_check_lenEmPS3_": 145092, + ".L13771": 145117, + ".L13772": 145144, + ".L13773": 145149, + ".L13774": 145151, + "_ZNSt6vectorIN5boost9unit_test13basic_cstringIKcEESaIS4_EE5beginEv": 145155, + "_ZN9__gnu_cxxmiIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSD_SG_": 145168, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEE4baseEv": 145189, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test13basic_cstringIKcEES5_SaIS4_EET0_T_S8_S7_RT1_": 145196, + "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE7destroyIS4_EEvRS5_PT_": 145222, + "_ZNSt16allocator_traitsISaIN5boost9unit_test13basic_cstringIKcEEEE37select_on_container_copy_constructionERKS5_": 145236, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE12_Vector_implC2ERKS5_": 145250, + "_ZNSt12_Vector_baseIN5boost9unit_test13basic_cstringIKcEESaIS4_EE17_M_create_storageEm": 145267, + "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS6_SaIS6_EEEEPS6_ET0_T_SF_SE_": 145294, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEC2ERKSI_": 145310, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEC2ERKS8_RKSM_": 145331, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEC2ERKSN_": 145352, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEEC2ERKS8_RKSP_": 145373, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145394, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145417, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145440, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSM_EENS8_INS9_ISM_NSC_9env_var_tESO_EENS9_ISM_NSC_13description_tESO_EEEEEEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 145463, + "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE": 145471, + "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_E3hasENS0_7keywordIS5_Lb0EEE": 145480, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2EOS5_": 145489, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENS9_INSA_IKS6_NSD_6help_tERSJ_EENS9_INSA_ISJ_NSD_9env_var_tESL_EENSA_ISJ_NSD_13description_tESL_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_": 145506, + "_ZNSaIN5boost7runtime16parameter_cla_idEEC2Ev": 145514, + "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordISA_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_": 145525, + "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSG_EENS2_INS3_ISG_NS6_9env_var_tESI_EENS3_ISG_NS6_13description_tESI_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_": 145543, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_ST_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS11_S12_": 145561, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_6help_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145584, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS11_S12_": 145592, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_13typed_keywordISI_NSL_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145615, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_NSD_12_GLOBAL__N_110callback_tERSH_EENS9_INSA_IKS6_NSI_9env_var_tERSM_EENSA_ISM_NSI_13description_tESO_EEEEEENS0_7keywordISJ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_": 145623, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145641, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNSA_13basic_cstringIKcEEE_NSD_12_GLOBAL__N_110callback_tERSK_EENS8_INS9_IKSI_NSL_9env_var_tERSP_EENS9_ISP_NSL_13description_tESR_EEEEEENS0_7keywordINSL_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145649, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEC2ERKS8_RKSP_": 145657, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145678, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SL_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145701, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 145724, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSA_EENS8_INS9_IKNS_9unit_test13basic_cstringIKcEENSC_6help_tERSK_EENS8_INS9_ISA_NSC_15default_value_tESE_EENS8_INS9_ISK_NSC_9env_var_tESM_EENS9_ISK_NSC_13description_tESM_EEEEEEEEEENS0_13typed_keywordISJ_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 145747, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERSB_EENS9_INSA_IKS6_NSD_6help_tERSH_EENS9_INSA_ISB_NSD_15default_value_tESF_EENS9_INSA_ISH_NSD_9env_var_tESJ_EENSA_ISH_NSD_13description_tESJ_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_": 145755, + "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_": 145763, + "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS4_EENS2_INS3_IKNS_9unit_test13basic_cstringIKcEENS6_6help_tERSE_EENS2_INS3_IS4_NS6_15default_value_tES8_EENS2_INS3_ISE_NS6_9env_var_tESG_EENS3_ISE_NS6_13description_tESG_EEEEEEEEEENS0_7keywordISI_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_": 145781, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 145799, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 145822, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 145845, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKlNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 145868, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKlNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 145891, + "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 145899, + "_ZN5boost3nfp10opt_assignImNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKlNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 145917, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_S11_Lb0EEEEET_RKT0_T1_S1A_": 145935, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S1A_": 145955, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S1A_": 145975, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S1B_": 145995, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_16optional_value_tERSQ_EENS9_INSA_ISQ_NSD_15default_value_tESS_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S18_": 146015, + "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S14_": 146035, + "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISR_Lb0EEEEET_RKT0_T1_S14_": 146049, + "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_16optional_value_tERSP_EENS7_INS8_ISP_NSD_15default_value_tESR_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEEEERKT_": 146063, + ".L13847": 146097, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE": 146101, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE": 146110, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEED2Ev": 146119, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base": 146126, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base": 146134, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E": 146142, + "_ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEEEET_vE1v": 146161, + "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_13output_formatEEEEET_v": 146163, + "_ZSt7forwardIRKN5boost9unit_test13basic_cstringIKcEEEOT_RNSt16remove_referenceIS7_E4typeE": 146173, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE9constructIS5_JRKS5_EEEvPT_DpOT0_": 146180, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_": 146203, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_": 146223, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_": 146243, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_": 146263, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_": 146283, + "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_": 146303, + "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_": 146317, + "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_": 146331, + ".L13880": 146365, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_": 146369, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_": 146389, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_": 146409, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_": 146429, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_9log_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_": 146449, + "_ZN5boost3nfp7opt_getINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_": 146469, + "_ZN5boost3nfp7opt_getINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_": 146483, + "_ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_": 146497, + ".L13898": 146531, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE": 146535, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEED2Ev": 146544, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base": 146551, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base": 146559, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E": 146567, + "_ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEEEET_vE1v": 146586, + "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_9log_levelEEEEET_v": 146588, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_": 146598, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_": 146621, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SM_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_": 146644, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_": 146667, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSV_SW_": 146690, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_": 146698, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSY_SZ_": 146706, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SV_Lb0EEEEET_RKT0_T1_S12_": 146714, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S12_": 146734, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_ST_Lb0EEEEET_RKT0_T1_S12_": 146754, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S13_": 146774, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S10_": 146794, + "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_SX_": 146814, + "_ZN5boost3nfp7opt_getINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_15default_value_tELb0EEEEET_RKT0_T1_SX_": 146828, + "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEERKT_": 146842, + ".L13933": 146876, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SU_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 146880, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 146903, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 146926, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKjNSG_16optional_value_tERSM_EENS8_INS9_ISM_NSG_15default_value_tESO_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 146949, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKjNSD_16optional_value_tERSJ_EENS9_INSA_ISJ_NSD_15default_value_tESL_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 146972, + "_ZN5boost3nfp10opt_assignIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 146980, + "_ZN5boost3nfp10opt_assignIjNS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS8_EENS2_INS3_IS8_NSA_12value_hint_tESC_EENS2_INS3_IKjNSA_16optional_value_tERSG_EENS2_INS3_ISG_NSA_15default_value_tESI_EENS2_INS3_IS8_NSA_9env_var_tESC_EENS3_IS8_NSA_13description_tESC_EEEEEEEEEEEENS0_7keywordISK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 146998, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEET_RKT0_T1_S17_": 147016, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEET_RKT0_T1_S17_": 147036, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEET_RKT0_T1_S17_": 147056, + "_ZN5boost3nfp7opt_getINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEET_RKT0_T1_S18_": 147076, + "_ZN5boost3nfp7opt_getINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_12report_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEET_RKT0_T1_S15_": 147096, + "_ZN5boost3nfp7opt_getINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEET_RKT0_T1_S12_": 147116, + "_ZN5boost3nfp7opt_getINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEET_RKT0_T1_S11_": 147130, + "_ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EEC2INS_3nfp23named_parameter_combineINS6_15named_parameterIKNS2_13basic_cstringIKcEENS0_12_GLOBAL__N_16help_tERSC_EENS7_INS8_IKSt16initializer_listISt4pairISC_S3_EENSD_13enum_values_tERSL_EENS7_INS8_IKS3_NSD_15default_value_tERSP_EENS7_INS8_ISC_NSD_9env_var_tESF_EENS8_ISC_NSD_13description_tESF_EEEEEEEEEEEERKT_": 147144, + ".L13958": 147178, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_E3hasENS0_7keywordIS7_Lb0EEE": 147182, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEED2Ev": 147191, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPSt18_Rb_tree_node_base": 147198, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPSt18_Rb_tree_node_base": 147206, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_drop_nodeEPSt13_Rb_tree_nodeIS8_E": 147214, + "_ZZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEEEET_vE1v": 147233, + "_ZNK5boost3nfp3nil8any_castIRKSt16initializer_listISt4pairIKNS_9unit_test13basic_cstringIKcEENS5_12report_levelEEEEET_v": 147235, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SS_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 147245, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 147268, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 147291, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 147314, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_15default_value_tERSP_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_": 147337, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordINSG_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 147345, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_15default_value_tERSM_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_7keywordISN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 147353, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SQ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 147371, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 147394, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_9env_var_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_": 147417, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SK_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 147425, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_ISB_NSD_12value_hint_tESF_EENS9_INSA_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENSD_16optional_value_tERSP_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 147448, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordISN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 147456, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_ISE_NSG_12value_hint_tESI_EENS8_INS9_IKS7_NSG_16optional_value_tERSM_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_7keywordINSG_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS10_S11_": 147474, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEC2ERKS8_RKSG_": 147482, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEC2ERKSH_": 147503, + "_ZN5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEEC2ERKS8_RKSJ_": 147524, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_SN_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSW_SX_": 147545, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_6help_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_": 147568, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_9env_var_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_": 147576, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSA_EENS8_INS9_ISA_NSC_16optional_value_tESE_EENS9_IKNS_9unit_test13basic_cstringIKcEENSC_13description_tERSM_EEEEEENS0_13typed_keywordISL_NSC_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSX_SY_": 147584, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERSB_EENS9_INSA_ISB_NSD_16optional_value_tESF_EENSA_IKS6_NSD_13description_tERSJ_EEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSU_SV_": 147592, + "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordISA_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSQ_SR_": 147600, + "_ZN5boost3nfp10opt_assignIbNS0_23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS4_EENS2_INS3_IS4_NS6_16optional_value_tES8_EENS3_IKNS_9unit_test13basic_cstringIKcEENS6_13description_tERSG_EEEEEENS0_7keywordIS7_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSQ_SR_": 147618, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeISB_E": 147636, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_put_nodeEPSt13_Rb_tree_nodeISB_E": 147657, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEC2Ev": 147675, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE7_S_leftEPSt18_Rb_tree_node_base": 147682, + "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_vE1v": 147690, + "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13basic_cstringIKcEEEET_v": 147692, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112neg_prefix_tERS6_EixENS0_7keywordIS9_Lb0EEE": 147702, + ".L14001": 147715, + ".L14003": 147718, + "_ZN5boost6detail12shared_countC2INS_7runtime3cla6parserEEEPT_": 147721, + ".L14009": 147751, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE6_M_endEv": 147756, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE14_M_lower_boundEPSt13_Rb_tree_nodeISB_EPSt18_Rb_tree_node_baseRS6_": 147764, + ".L14016": 147773, + ".L14014": 147796, + ".L14013": 147802, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE6_M_ptrEv": 147812, + "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE4instEvE6s_inst": 147822, + "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test13output_formatEE4instEv": 147824, + "_ZN5boost9unit_test14class_propertyINS0_13output_formatEEC2ES2_": 147830, + "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEPT_": 147841, + ".L14028": 147871, + "_ZN5boost6detail8function15functor_managerIPFvvEE6manageERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeE": 147876, + ".L14030": 147897, + ".L14032": 147904, + "_ZN5boost6detail8function22void_function_invoker0IPFvvEvE6invokeERNS1_15function_bufferE": 147908, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toIPFvvEEEbT_RNS1_15function_bufferE": 147921, + "_ZN5boost10test_tools9tt_detail10equal_implINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEES7_EENS0_16assertion_resultERKT_RKT0_": 147936, + "_ZN9__gnu_cxx17__is_null_pointerIKcEEbPT_": 147956, + "_ZSt8distanceIPKcENSt15iterator_traitsIT_E15difference_typeES3_S3_": 147964, + "_ZNK9__gnu_cxx13new_allocatorIcE11_M_max_sizeEv": 147980, + "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEclERKSB_": 147987, + "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEC2Ev": 147995, + "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEED2Ev": 148004, + "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEC2EPS3_": 148015, + "_ZN5boost14checked_deleteINS_23basic_wrap_stringstreamIcEEEEvPT_": 148033, + ".L14051": 148047, + "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE8max_sizeEv": 148052, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEE8allocateERS9_m": 148062, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE10deallocateEPS9_m": 148076, + "_ZNSt27__uninitialized_default_n_1ILb0EE18__uninit_default_nIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EEmEET_SC_T0_": 148096, + ".L14059": 148104, + ".L14058": 148115, + "_ZSt11__addressofISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEPT_RS9_": 148119, + "_ZSt8_DestroyISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEvPT_": 148126, + "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_": 148137, + "_ZSt11__addressofINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEPT_RS6_": 148145, + "_ZSt8_DestroyINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEvPT_": 148152, + "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE37select_on_container_copy_constructionERKS6_": 148163, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE12_Vector_implC2ERKS6_": 148177, + "_ZNSt12_Vector_baseINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_M_create_storageEm": 148194, + "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS7_SaIS7_EEEEPS7_ET0_T_SG_SF_": 148221, + "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEEC2Ev": 148237, + "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE10deallocateEPS6_m": 148244, + "_ZSt11__addressofIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEPT_RS6_": 148261, + "_ZSt8_DestroyIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEvPT_": 148268, + "_ZNSt8_Rb_treeImSt4pairIKmmESt10_Select1stIS2_ESt4lessImESaIS2_EE21_M_get_Node_allocatorEv": 148279, + "_ZNSt13_Rb_tree_nodeISt4pairIKmmEE9_M_valptrEv": 148286, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE7destroyIS3_EEvRS5_PT_": 148297, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE10deallocateERS5_PS4_m": 148311, + "_ZSt11__addressofISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEPT_RSD_": 148327, + "_ZSt8_DestroyISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEvPT_": 148334, + "_ZN9__gnu_cxx16__aligned_membufINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE7_M_addrEv": 148345, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateEPS8_m": 148352, + "_ZSt11__addressofIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEPT_RS6_": 148372, + "_ZSt8_DestroyIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEvPT_": 148379, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv": 148390, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE7destroyIS8_EEvRSA_PT_": 148397, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE10deallocateERSA_PS9_m": 148411, + "_ZN9__gnu_cxx16__aligned_membufImE7_M_addrEv": 148427, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE10deallocateEPS2_m": 148434, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEEC2ERKS7_": 148454, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKcPS1_EE13_M_const_castEv": 148462, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE6_M_endEv": 148476, + "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE4sizeEv": 148484, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE12_M_rightmostEv": 148492, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE24_M_get_insert_unique_posERS1_": 148500, + ".L14114": 148516, + ".L14112": 148538, + ".L14113": 148542, + ".L14111": 148545, + ".L14116": 148573, + ".L14115": 148577, + ".L14118": 148599, + ".L14119": 148609, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_leftmostEv": 148613, + "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEmmEv": 148621, + "_ZNSt17_Rb_tree_iteratorISt4pairIKcPS1_EEppEv": 148635, + "_ZNKSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_": 148649, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE21_M_get_Node_allocatorEv": 148667, + "_ZNSt13_Rb_tree_nodeISt4pairIKcPS1_EE9_M_valptrEv": 148674, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE7destroyIS4_EEvRS6_PT_": 148685, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE10deallocateERS6_PS5_m": 148699, + "_ZN9__gnu_cxxmiIPcNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSB_SE_": 148715, + "_ZN9__gnu_cxx5__ops16_Iter_equals_valIKcEclIPS2_EEbT_": 148735, + "_ZNSt16allocator_traitsISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE8allocateERS8_m": 148749, + "_ZSt11__addressofISaISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEPT_RS9_": 148763, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS7_JS7_EEEvPT_DpOT0_": 148770, + "_ZNSt16allocator_traitsISaISt10_List_nodeImEEE8allocateERS2_m": 148793, + "_ZSt11__addressofISaISt10_List_nodeImEEEPT_RS3_": 148807, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE9constructImJRKmEEEvPT_DpOT0_": 148814, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE8allocateERSA_m": 148835, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE9constructIS8_JS1_INS4_9test_unit19readonly_property62ES7_EEEEvRSA_PT_DpOT0_": 148849, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEOT_RNSt16remove_referenceISC_E4typeE": 148868, + "_ZSt7forwardIRPSt18_Rb_tree_node_baseEOT_RNSt16remove_referenceIS3_E4typeE": 148875, + "_ZNSt6vectorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE11_S_max_sizeERKS6_": 148882, + "_ZNKSt12_Vector_baseIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryESaIS5_EE19_M_get_Tp_allocatorEv": 148901, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE8allocateEmPKv": 148908, + ".L14160": 148923, + "_ZSt12__relocate_aIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_": 148935, + "_ZNSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEC2ES6_": 148967, + "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES7_ET0_T_SA_S9_": 148982, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEEvRSA_PT_DpOT0_": 148998, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE21_M_get_Node_allocatorEv": 149033, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE7destroyISH_EEvRSJ_PT_": 149040, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE10deallocateERSJ_PSI_m": 149054, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE7_M_addrEv": 149070, + "_ZNSt10_Head_baseILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE7_M_headERS7_": 149077, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE8allocateERSJ_m": 149085, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE9constructISH_JRKSt21piecewise_construct_tSt5tupleIJOS7_EESP_IJEEEEEvRSJ_PT_DpOT0_": 149099, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt4pairIKS5_N5boost8functionIFvRKNS8_5debug16dbg_startup_infoEEEEESt10_Select1stISG_ESt4lessIS5_ESaISG_EE5beginEv": 149134, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSC_5debug16dbg_startup_infoEEEEEERS1_Lb1EEEOT_OT0_": 149148, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE6_M_ptrEv": 149170, + "_ZN5boost6detail8function15functor_managerIPFvRKNS_5debug16dbg_startup_infoEEE6manageERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeE": 149180, + ".L14185": 149201, + ".L14187": 149208, + "_ZN5boost6detail8function22void_function_invoker1IPFvRKNS_5debug16dbg_startup_infoEEvS6_E6invokeERNS1_15function_bufferES6_": 149212, + "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS6_EEEbT_RNS1_15function_bufferE": 149228, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEE9constructISH_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESP_IJEEEEEvRSJ_PT_DpOT0_": 149243, + "_ZNKSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE8max_sizeEv": 149278, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE8allocateERS6_m": 149290, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb1EE": 149304, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt13move_iteratorIPS5_EET0_PT_": 149320, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_S6_ET0_T_SA_S9_RSaIT1_E": 149333, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE7destroyIS6_EEvPT_": 149349, + "_ZSt10__distanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEENSt15iterator_traitsIT_E15difference_typeESE_SE_St26random_access_iterator_tag": 149361, + "_ZSt18make_move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEESt13move_iteratorIT_ES8_": 149374, + "_ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_": 149390, + "_ZSt22__copy_move_backward_aILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_": 149397, + "_ZSt12__miter_baseIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEEET_SD_": 149431, + "_ZSt13__copy_move_aILb0EN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEESC_ET1_T0_SE_SD_": 149438, + "_ZSt9__advanceIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEElEvRT_T0_St26random_access_iterator_tag": 149472, + "_ZSt18uninitialized_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_ET0_T_SE_SD_": 149486, + "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES0_IS8_SaIS8_EEET_N9__gnu_cxx17__normal_iteratorISC_T0_EE": 149502, + "_ZSt14__copy_move_a1ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_": 149513, + "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPSt6vectorIN5boost10shared_ptrINS3_9unit_test9decorator4baseEEESaIS8_EES2_ISA_SaISA_EEEESB_ET_SF_T0_": 149528, + "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEPT_RS6_": 149551, + "_ZSt8_DestroyIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEvPT_": 149558, + "_ZSt12__miter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_": 149569, + "_ZSt22__copy_move_backward_aILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_": 149576, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE14_M_move_assignEOS7_St17integral_constantIbLb1EE": 149610, + "_ZNKSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE8max_sizeEv": 149657, + "_ZNSt6vectorIS_IN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EESaIS7_EE14_S_do_relocateEPS7_SA_SA_RS8_St17integral_constantIbLb1EE": 149669, + "_ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESt13move_iteratorIPS8_EET0_PT_": 149685, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEESA_S9_ET0_T_SD_SC_RSaIT1_E": 149698, + "_ZN9__gnu_cxxneIPKN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEEbRKNS_17__normal_iteratorIT_T0_EESH_": 149714, + "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJRKS5_EEvPT_DpOT0_": 149734, + "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test5utils17ti_delimeter_typeEEET_vE1v": 149756, + "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test5utils17ti_delimeter_typeEEET_v": 149758, + "_ZN5boost9unit_test5utils27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEE3getEv": 149768, + "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEESaIS4_EE19_M_get_Tp_allocatorEv": 149805, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE8allocateEmPKv": 149812, + ".L14250": 149827, + "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_": 149834, + "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEC2ES5_": 149866, + "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEES6_ET0_T_S9_S8_": 149881, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE10deallocateEPS5_m": 149897, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE7_M_addrEv": 149914, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE21_M_get_Node_allocatorEv": 149921, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE8allocateERSA_m": 149928, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESG_IJEEEEEvRSA_PT_DpOT0_": 149942, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test9framework4impl10order_infoEESt10_Select1stIS7_ESt4lessImESaIS7_EE5beginEv": 149977, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test9framework4impl10order_infoEEERS1_Lb1EEEOT_OT0_": 149991, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE6_M_ptrEv": 150013, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE7destroyIS8_EEvRSA_PT_": 150023, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEE10deallocateERSA_PS9_m": 150037, + "_ZNSt6vectorImSaImEE11_S_max_sizeERKS0_": 150053, + "_ZN9__gnu_cxx13new_allocatorImE8allocateEmPKv": 150072, + ".L14275": 150087, + "_ZSt12__relocate_aIPmS0_SaImEET0_T_S3_S2_RT1_": 150094, + "_ZNSt13move_iteratorIPmEC2ES0_": 150126, + "_ZSt18uninitialized_copyISt13move_iteratorIPmES1_ET0_T_S4_S3_": 150141, + "_ZSt11__addressofISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEPT_RS9_": 150157, + "_ZSt8_DestroyISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEvPT_": 150164, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEEC2ERKS7_": 150175, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE10deallocateEPS6_m": 150183, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE9constructIS6_JNS2_13basic_cstringIKcEEEEEvPT_DpOT0_": 150203, + ".L14290": 150238, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEC2ERKS7_": 150245, + "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_M_check_lenEmPKc": 150257, + ".L14293": 150282, + ".L14294": 150309, + ".L14295": 150314, + ".L14296": 150316, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE5beginEv": 150320, + "_ZN9__gnu_cxxmiIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSE_SH_": 150333, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_M_allocateEm": 150357, + ".L14303": 150371, + ".L14305": 150373, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_relocateEPS5_S8_S8_RS6_": 150376, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEE4baseEv": 150392, + "_ZSt34__uninitialized_move_if_noexcept_aIPN5boost9unit_test9framework4impl11name_filter9componentES6_SaIS5_EET0_T_S9_S8_RT1_": 150399, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE7destroyIS5_EEvRS6_PT_": 150425, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE12_Vector_implC2EOS8_": 150439, + "_ZNKSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE8max_sizeEv": 150465, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE8allocateERS9_m": 150477, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE14_S_do_relocateEPS7_SA_SA_RS8_St17integral_constantIbLb1EE": 150491, + "_ZSt32__make_move_if_noexcept_iteratorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESt13move_iteratorIPS8_EET0_PT_": 150507, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEESA_S9_ET0_T_SD_SC_RSaIT1_E": 150520, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE7destroyIS9_EEvPT_": 150536, + "_ZNK9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test9framework4impl11name_filter9componentESt6vectorIS6_SaIS6_EEEdeEv": 150548, + "_ZN5boost3_bi6bind_tIbNS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEENS0_5list2INS_3argILi1EEENS_17reference_wrapperISA_EEEEEclIRKS8_EEbOT_": 150556, + "_ZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE2idEv": 150576, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE21_M_get_Node_allocatorEv": 150582, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE7destroyIS7_EEvRS9_PT_": 150589, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE10deallocateERS9_PS8_m": 150603, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE21_M_get_Node_allocatorEv": 150619, + "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEE9_M_valptrEv": 150626, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE7destroyIS4_EEvRS6_PT_": 150637, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE10deallocateERS6_PS5_m": 150651, + "_ZSt11__addressofIN5boost9unit_test9framework5state13context_frameEEPT_RS5_": 150667, + "_ZSt8_DestroyIN5boost9unit_test9framework5state13context_frameEEvPT_": 150674, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE21_M_get_Node_allocatorEv": 150685, + "_ZNSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEE9_M_valptrEv": 150692, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE7destroyIS4_EEvRS6_PT_": 150703, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE10deallocateERS6_PS5_m": 150717, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE21_M_get_Node_allocatorEv": 150733, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE7destroyIS8_EEvRSA_PT_": 150740, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE10deallocateERSA_PS9_m": 150754, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE8allocateERS5_m": 150770, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmmEEEE9constructIS3_JS1_ImmEEEEvRS5_PT_DpOT0_": 150784, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmmEEEOT_RNSt16remove_referenceIS7_E4typeE": 150803, + "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE7_M_addrEv": 150810, + "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS2_5list1INS2_5valueINS_10shared_ptrIS7_EEEEEEEEEENS0_14stl_type_indexEv": 150817, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE7managerERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE": 150823, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEclEv": 150839, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE": 150857, + ".L14367": 150890, + ".L14371": 150900, + "_ZN5boost4rtti11rtti_detail12rttid_holderIjE2idEv": 150904, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE13_M_clone_nodeINS9_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSD_RT_": 150910, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base": 150937, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base": 150945, + "_ZNK9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE7_M_addrEv": 150953, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE13_M_clone_nodeINSA_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS3_EPKSE_RT_": 150960, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE8_S_rightEPKSt18_Rb_tree_node_base": 150987, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE7_S_leftEPKSt18_Rb_tree_node_base": 150995, + "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE2idEv": 151003, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE7_M_addrEv": 151009, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE8allocateERSA_m": 151016, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS5_EESG_IJEEEEEvRSA_PT_DpOT0_": 151030, + "_ZNSt8_Rb_treeIN5boost9unit_test13output_formatESt4pairIKS2_NS1_14runtime_config13stream_holderEESt10_Select1stIS7_ESt4lessIS2_ESaIS7_EE5beginEv": 151065, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13output_formatENS6_14runtime_config13stream_holderEEERS1_Lb1EEEOT_OT0_": 151079, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE6_M_ptrEv": 151101, + "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS2_5list2INS2_5valueIPS7_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv": 151111, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE": 151117, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEclEv": 151133, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE": 151151, + ".L14406": 151177, + ".L14407": 151179, + "_ZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE2idEv": 151182, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE11_S_max_sizeERKS6_": 151188, + "_ZN9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE8allocateEmPKv": 151207, + ".L14413": 151222, + "_ZSt12__relocate_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_": 151229, + "_ZNSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ES6_": 151261, + "_ZSt18uninitialized_copyISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES7_ET0_T_SA_S9_": 151276, + "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS6_13output_formatERSoEENS2_5list3INS2_5valueIPS7_EENSC_IS8_EENS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv": 151292, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE": 151298, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEclEv": 151314, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE": 151332, + ".L14426": 151360, + ".L14427": 151362, + "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE2idEv": 151365, + "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvRSoENS2_5list1INS_17reference_wrapperISoEEEEEEEENS0_14stl_type_indexEv": 151371, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE": 151377, + "_ZN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEclEv": 151393, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE": 151411, + ".L14436": 151439, + ".L14437": 151441, + "_ZN5boost4rtti11rtti_detail12rttid_holderImE2idEv": 151444, + "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS2_5list1INS2_5valueISA_EEEEEEEENS0_14stl_type_indexEv": 151450, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE": 151456, + "_ZN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEclEv": 151472, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE": 151490, + ".L14446": 151518, + ".L14447": 151520, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEOT_RNSt16remove_referenceISB_E4typeE": 151523, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE14_M_create_nodeIJS6_EEEPSt13_Rb_tree_nodeIS6_EDpOT_": 151530, + "_ZNKSt9_IdentityIPN5boost9unit_test13test_observerEEclERKS3_": 151552, + "_ZSt7forwardIRPSt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEOT_RNSt16remove_referenceIS8_E4typeE": 151560, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_create_nodeIJS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_": 151567, + "_ZNKSt9_IdentityIPN5boost9unit_test14global_fixtureEEclERKS3_": 151589, + "_ZSt7forwardIRPSt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEOT_RNSt16remove_referenceIS8_E4typeE": 151597, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeIJS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_": 151604, + "_ZNKSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE8max_sizeEv": 151626, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE8allocateERS5_m": 151638, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE": 151652, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework5state13context_frameESt13move_iteratorIPS4_EET0_PT_": 151668, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES6_S5_ET0_T_S9_S8_RSaIT1_E": 151681, + "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameESt6vectorIS4_SaIS4_EEET_N9__gnu_cxx17__normal_iteratorIS9_T0_EE": 151697, + "_ZSt14__copy_move_a1ILb1EPN5boost9unit_test9framework5state13context_frameES5_ET1_T0_S7_S6_": 151708, + "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS6_SaIS6_EEEES7_ET_SC_T0_": 151723, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost9unit_test9framework5state13context_frameESt6vectorIS5_SaIS5_EEEdeEv": 151746, + "_ZNSt6vectorIPN5boost9unit_test10test_suiteESaIS3_EE11_S_max_sizeERKS4_": 151754, + "_ZNKSt12_Vector_baseIPN5boost9unit_test10test_suiteESaIS3_EE19_M_get_Tp_allocatorEv": 151773, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE8allocateEmPKv": 151780, + ".L14487": 151795, + "_ZSt12__relocate_aIPPN5boost9unit_test10test_suiteES4_SaIS3_EET0_T_S7_S6_RT1_": 151802, + "_ZNSt13move_iteratorIPPN5boost9unit_test10test_suiteEEC2ES4_": 151834, + "_ZSt18uninitialized_copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_ET0_T_S8_S7_": 151849, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE8allocateERS9_m": 151865, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESF_IJEEEEEvRS9_PT_DpOT0_": 151879, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE6_M_ptrEv": 151914, + "_ZN5boost3_bi8storage1INS0_5valueIPNS_9unit_test13test_observerEEEEC2ES6_": 151924, + "_ZN5boost9typeindex7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS2_5list3INS2_5valueIPS7_EENSA_INS6_17test_case_counter19readonly_property43EEENSA_ImEEEEEEEENS0_14stl_type_indexEv": 151935, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE7managerERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE": 151941, + "_ZN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEclEv": 151957, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE": 151975, + ".L14506": 152003, + ".L14507": 152005, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEEC2ERKS6_": 152008, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEE8max_sizeERKS5_": 152016, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS4_9unit_test17test_unit_fixtureEEESt6vectorIS8_SaIS8_EEEES9_EET0_T_SF_SE_": 152026, + ".L14513": 152036, + ".L14512": 152059, + "_ZSt11__addressofIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEPT_RS5_": 152064, + "_ZSt8_DestroyIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEvPT_": 152071, + "_ZSt12__miter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_": 152082, + "_ZSt22__copy_move_backward_aILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_": 152089, + "_ZN5boost10shared_ptrINS_9unit_test17test_unit_fixtureEE4swapERS3_": 152123, + "_ZSt18__do_alloc_on_swapISaIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEEvRT_S7_St17integral_constantIbLb0EE": 152144, + "_ZNSt8_Rb_treeIN5boost16exception_detail10type_info_ESt4pairIKS2_NS0_10shared_ptrINS1_15error_info_baseEEEESt10_Select1stIS8_ESt4lessIS2_ESaIS8_EE21_M_get_Node_allocatorEv": 152152, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE7destroyIS9_EEvRSB_PT_": 152159, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE10deallocateERSB_PSA_m": 152173, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEE7_M_addrEv": 152189, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE8allocateERSB_m": 152196, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS5_EESH_IJEEEEEvRSB_PT_DpOT0_": 152210, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEE9constructIS9_JS1_IS4_S8_EEEEvRSB_PT_DpOT0_": 152245, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS2_10shared_ptrINS3_15error_info_baseEEEEEEOT_RNSt16remove_referenceISD_E4typeE": 152264, + "_ZN5boost9typeindex7type_idINS_6detail7forwardEEENS0_14stl_type_indexEv": 152271, + "_ZN5boost6detail8function15functor_managerINS0_7forwardEE7managerERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE": 152277, + "_ZNK5boost6detail8function13basic_vtable0IiE9assign_toINS0_7forwardEEEbT_RNS1_15function_bufferENS1_16function_obj_tagE": 152293, + ".L14540": 152317, + ".L14541": 152319, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE21_M_get_Node_allocatorEv": 152322, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE7destroyIS6_EEvRS8_PT_": 152329, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE10deallocateERS8_PS7_m": 152343, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE7_M_addrEv": 152359, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE8allocateERS8_m": 152366, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE9constructIS6_JRKSt21piecewise_construct_tSt5tupleIJRS2_EESE_IJEEEEEvRS8_PT_DpOT0_": 152380, + "_ZNSt8_Rb_treeImSt4pairIKmN5boost9unit_test12test_resultsEESt10_Select1stIS5_ESt4lessImESaIS5_EE5beginEv": 152415, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKmN5boost9unit_test12test_resultsEEERS1_Lb1EEEOT_OT0_": 152429, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE6_M_ptrEv": 152451, + "_ZNSt10_Head_baseILm0EOmLb0EE7_M_headERS1_": 152461, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEE9constructIS6_JRKSt21piecewise_construct_tSt5tupleIJOmEESE_IJEEEEEvRS8_PT_DpOT0_": 152469, + "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE10deallocateEPS9_m": 152504, + "_ZNSt12_Destroy_auxILb1EE9__destroyIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEEvT_SC_": 152521, + "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE8max_sizeERKS9_": 152529, + "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE8allocateEmPKv": 152539, + ".L14564": 152554, + "_ZSt12__relocate_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_": 152561, + "_ZSt4moveIRPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEONSt16remove_referenceIT_E4typeEOSC_": 152593, + "_ZSt18uninitialized_copyISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESA_ET0_T_SD_SC_": 152600, + "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE9constructIS9_JS9_EEEvPT_DpOT0_": 152616, + "_ZN9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEEC2ERKSA_": 152641, + "_ZNKSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE12_M_check_lenEmS2_": 152653, + ".L14575": 152678, + ".L14576": 152705, + ".L14577": 152710, + ".L14578": 152712, + "_ZNSt6vectorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESaIS8_EE5beginEv": 152716, + "_ZN9__gnu_cxxmiIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEEENS_17__normal_iteratorIT_T0_E15difference_typeERKSH_SK_": 152729, + "_ZNK9__gnu_cxx17__normal_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEESt6vectorIS9_SaIS9_EEE4baseEv": 152750, + "_ZSt34__uninitialized_move_if_noexcept_aIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_": 152757, + "_ZNSt16allocator_traitsISaISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEE7destroyIS8_EEvRS9_PT_": 152783, + "_ZNSt6vectorIcSaIcEE11_S_max_sizeERKS0_": 152797, + "_ZNKSt12_Vector_baseIcSaIcEE19_M_get_Tp_allocatorEv": 152816, + "_ZSt12__relocate_aIPcS0_SaIcEET0_T_S3_S2_RT1_": 152823, + "_ZNSt13move_iteratorIPcEC2ES0_": 152855, + "_ZSt18uninitialized_copyISt13move_iteratorIPcES1_ET0_T_S4_S3_": 152870, + "_ZNSt6vectorIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEESaIS5_EE11_S_max_sizeERKS6_": 152886, + "_ZN9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE8allocateEmPKv": 152905, + ".L14601": 152920, + "_ZSt18uninitialized_copyIPKN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEPS5_ET0_T_SA_S9_": 152927, + "_ZNK9__gnu_cxx13new_allocatorIcE8max_sizeEv": 152943, + "_ZNSt6vectorISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEES_INS2_INS3_9decorator4baseEEESaIS8_EEESaISB_EE11_S_max_sizeERKSC_": 152953, + "_ZNKSt12_Vector_baseISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESaISC_EE19_M_get_Tp_allocatorEv": 152972, + "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE8allocateEmPKv": 152979, + ".L14612": 152994, + "_ZSt12__relocate_aIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_": 153004, + "_ZNSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEC2ESD_": 153036, + "_ZSt18uninitialized_copyISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEESE_ET0_T_SH_SG_": 153051, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE21_M_get_Node_allocatorEv": 153067, + "_ZNSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv": 153074, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7destroyIS6_EEvRS8_PT_": 153085, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE10deallocateERS8_PS7_m": 153099, + "_ZNKSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE9_M_valptrEv": 153115, + "_ZSt7forwardIRPSt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEOT_RNSt16remove_referenceISA_E4typeE": 153126, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE14_M_create_nodeIJRKS5_EEEPSt13_Rb_tree_nodeIS5_EDpOT_": 153133, + "_ZSt12__niter_baseIPmSt6vectorImSaImEEET_N9__gnu_cxx17__normal_iteratorIS4_T0_EE": 153155, + "_ZSt14__copy_move_a1ILb1EPmS0_ET1_T0_S2_S1_": 153166, + "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPmSt6vectorImSaImEEEES2_ET_S7_T0_": 153181, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEC2EPS3_": 153201, + "_ZN5boost14checked_deleteINS_9unit_test23unit_test_log_formatterEEEvPT_": 153219, + ".L14640": 153232, + "_ZSt11__addressofIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEPT_RS4_": 153236, + "_ZSt8_DestroyIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEvPT_": 153243, + "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEC2EOS3_": 153254, + "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEC2EOS3_": 153280, + "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE8max_sizeEv": 153306, + "_ZNKSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE4sizeEv": 153318, + "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8allocateERS4_m": 153334, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE14_S_do_relocateEPS3_S6_S6_RS4_St17integral_constantIbLb1EE": 153348, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS3_EET0_PT_": 153364, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES5_S4_ET0_T_S8_S7_RSaIT1_E": 153377, + "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE8max_sizeEv": 153393, + "_ZNKSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE4sizeEv": 153405, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8allocateERS5_m": 153418, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE14_S_do_relocateEPS4_S7_S7_RS5_St17integral_constantIbLb1EE": 153432, + "_ZSt32__make_move_if_noexcept_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt13move_iteratorIPS4_EET0_PT_": 153448, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_S5_ET0_T_S9_S8_RSaIT1_E": 153461, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE7destroyIS5_EEvPT_": 153477, + "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS3_SaIS3_EEET_N9__gnu_cxx17__normal_iteratorIS8_T0_EE": 153485, + "_ZSt14__copy_move_a1ILb1EPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ET1_T0_S6_S5_": 153496, + "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESt6vectorIS5_SaIS5_EEEES6_ET_SB_T0_": 153511, + "_ZNKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE13_M_const_castEv": 153534, + "_ZNKSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4sizeEv": 153548, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE12_M_rightmostEv": 153556, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_leftmostEv": 153564, + "_ZNSt17_Rb_tree_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv": 153572, + "_ZNSt11__copy_moveILb0ELb0ESt26bidirectional_iterator_tagE8__copy_mISt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEESt16ostream_iteratorIS9_cS7_EEET0_T_SE_SD_": 153586, + ".L14689": 153595, + ".L14688": 153620, + "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE10deallocateEPS3_m": 153630, + "_ZSt11__addressofIN5boost7runtime16parameter_cla_idEEPT_RS3_": 153652, + "_ZSt8_DestroyIN5boost7runtime16parameter_cla_idEEvPT_": 153659, + "_ZNKSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE8max_sizeEv": 153670, + "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE8allocateERS3_m": 153682, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE14_S_do_relocateEPS2_S5_S5_RS3_St17integral_constantIbLb1EE": 153696, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost7runtime16parameter_cla_idESt13move_iteratorIPS2_EET0_PT_": 153712, + "_ZSt22__uninitialized_copy_aISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES4_S3_ET0_T_S7_S6_RSaIT1_E": 153725, + "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE7destroyIS3_EEvPT_": 153741, + "_ZN9__gnu_cxxneIPKN5boost7runtime16parameter_cla_idESt6vectorIS3_SaIS3_EEEEbRKNS_17__normal_iteratorIT_T0_EESE_": 153753, + "_ZSt10_ConstructIN5boost7runtime16parameter_cla_idEJRKS2_EEvPT_DpOT0_": 153773, + ".L14711": 153802, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE6_M_ptrEv": 153809, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_get_nodeEv": 153819, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE17_M_construct_nodeIJRKSt21piecewise_construct_tSt5tupleIJRS6_EESM_IJEEEEEvPSt13_Rb_tree_nodeISB_EDpOT_": 153832, + ".L14721": 153888, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEE13_M_const_castEv": 153897, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE12_M_rightmostEv": 153911, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE24_M_get_insert_unique_posERS6_": 153919, + ".L14730": 153935, + ".L14728": 153957, + ".L14729": 153961, + ".L14727": 153964, + ".L14732": 153992, + ".L14731": 153996, + ".L14734": 154018, + ".L14735": 154028, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE11_M_leftmostEv": 154032, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEmmEv": 154040, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime8argumentEEEEEppEv": 154054, + "_ZZN5boost4rtti11rtti_detail12rttid_holderIbE4instEvE6s_inst": 154068, + "_ZN5boost4rtti11rtti_detail12rttid_holderIbE4instEv": 154070, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEC2EPS4_": 154076, + "_ZN5boost7runtime14typed_argumentIbED2Ev": 154094, + "_ZN5boost7runtime14typed_argumentIbED0Ev": 154108, + "_ZN5boost14checked_deleteINS_7runtime14typed_argumentIbEEEEvPT_": 154122, + ".L14749": 154135, + "_ZNSt8__lc_raiISt26random_access_iterator_tagS0_E10__newlast1IPKcS4_EET_S5_S5_T0_S6_": 154139, + ".L14751": 154159, + ".L14753": 154161, + "_ZNSt8__lc_raiISt26random_access_iterator_tagS0_E6__cnd2IPKcEEbT_S5_": 154164, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime11basic_paramEEEESt10_Select1stISB_ENS8_16parameters_store10lg_compareESaISB_EE21_M_get_Node_allocatorEv": 154172, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE8allocateERSE_m": 154179, + "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_10shared_ptrINS1_7runtime11basic_paramEEEEE9_M_valptrEv": 154193, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE9constructISC_JS1_IS6_SB_EEEEvRSE_PT_DpOT0_": 154204, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEOT_RNSt16remove_referenceISG_E4typeE": 154223, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE7destroyISC_EEvRSE_PT_": 154230, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEEEE10deallocateERSE_PSD_m": 154244, + "_ZNSt8_Rb_treeIcSt4pairIKcN5boost10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stIS9_ESt4lessIcESaIS9_EE21_M_get_Node_allocatorEv": 154260, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE7destroyISA_EEvRSC_PT_": 154267, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE10deallocateERSC_PSB_m": 154281, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE8allocateERSC_m": 154297, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISA_JS1_IcS9_EEEEvRSC_PT_DpOT0_": 154311, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISE_E4typeE": 154330, + "_ZNSt6vectorIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE11_S_max_sizeERKS6_": 154337, + "_ZNKSt12_Vector_baseIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEESaIS5_EE19_M_get_Tp_allocatorEv": 154356, + "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE8allocateEmPKv": 154363, + ".L14781": 154378, + "_ZSt12__relocate_aIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_": 154385, + "_ZNSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEC2ES6_": 154417, + "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEES7_ET0_T_SA_S9_": 154432, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv": 154448, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE21_M_get_Node_allocatorEv": 154455, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE8allocateERSG_m": 154462, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISE_JRKSt21piecewise_construct_tSt5tupleIJRS7_EESM_IJEEEEEvRSG_PT_DpOT0_": 154476, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEESt10_Select1stISD_ESt4lessIS4_ESaISD_EE5beginEv": 154511, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime3cla13rt_cla_detail14parameter_trieEEEEERS1_Lb1EEEOT_OT0_": 154525, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE6_M_ptrEv": 154547, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE7destroyISE_EEvRSG_PT_": 154557, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE10deallocateERSG_PSF_m": 154571, + "_ZNSt10_Head_baseILm0EON5boost9unit_test13basic_cstringIKcEELb0EE7_M_headERS6_": 154587, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEE9constructISE_JRKSt21piecewise_construct_tSt5tupleIJOS6_EESM_IJEEEEEvRSG_PT_DpOT0_": 154595, + "_ZSt11__addressofIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEPT_RS7_": 154630, + "_ZSt8_DestroyIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEvPT_": 154637, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv": 154648, + "_ZNSt6vectorIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE11_S_max_sizeERKS7_": 154655, + "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEESaIS6_EE19_M_get_Tp_allocatorEv": 154674, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE8allocateEmPKv": 154681, + ".L14815": 154696, + "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_": 154703, + "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2ES7_": 154735, + "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEES8_ET0_T_SB_SA_": 154750, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE21_M_get_Node_allocatorEv": 154766, + "_ZNSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv": 154773, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE7destroyIS5_EEvRS7_PT_": 154784, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE10deallocateERS7_PS6_m": 154798, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE8max_sizeEv": 154814, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE11_M_max_sizeEv": 154824, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost9unit_test13basic_cstringIKcEEPS6_EET0_T_SB_SA_": 154831, + ".L14834": 154840, + ".L14833": 154855, + "_ZNKSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEE9_M_valptrEv": 154859, + "_ZNKSt9_IdentityIPKN5boost7runtime16parameter_cla_idEEclERKS4_": 154870, + "_ZSt7forwardIRPSt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEOT_RNSt16remove_referenceIS9_E4typeE": 154878, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE14_M_create_nodeIJS4_EEEPSt13_Rb_tree_nodeIS4_EDpOT_": 154885, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test13basic_cstringIKcEEE7destroyIS5_EEvPT_": 154907, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS8_SaIS8_EEEEPS8_EET0_T_SH_SG_": 154915, + ".L14847": 154925, + ".L14846": 154948, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_113description_tERS6_EixENS0_7keywordIS9_Lb0EEE": 154953, + ".L14850": 154966, + ".L14852": 154969, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE": 154972, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS7_EENS2_IS7_NS9_13description_tESB_EEEixENS0_7keywordISA_Lb0EEE": 154983, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE11move_assignERS5_": 154994, + ".L14861": 155028, + ".L14862": 155040, + ".L14860": 155044, + ".L14867": 155059, + ".L14857": 155061, + "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEEC2Ev": 155066, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEixENS0_7keywordIS6_Lb0EEE": 155073, + "_ZN5boost9unit_test9assign_opIbbEEvRT_RKT0_l": 155084, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSF_EENS1_INS2_ISF_NS5_9env_var_tESH_EENS2_ISF_NS5_13description_tESH_EEEEEEEEEixENS0_7keywordIS6_Lb0EEE": 155097, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_NS6_12_GLOBAL__N_110callback_tERSD_EENS1_INS2_IKSB_NSE_9env_var_tERSI_EENS2_ISI_NSE_13description_tESK_EEEEEixENS0_7keywordISF_Lb0EEE": 155108, + "_ZN5boost9unit_test9assign_opINS_8functionIFvNS0_13basic_cstringIKcEEEEEZNS0_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS5_E_EEvRT_RKT0_l": 155119, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKbNS9_15default_value_tERSD_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE": 155132, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_6help_tERSD_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_ISD_NS5_9env_var_tESF_EENS2_ISD_NS5_13description_tESF_EEEEEEEEEixENS0_7keywordIS6_Lb0EEE": 155143, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE": 155154, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKlNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE": 155165, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKlNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE": 155176, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEixENS0_7keywordIS6_Lb0EEE": 155187, + "_ZN5boost9unit_test9assign_opImlEEvRT_RKT0_l": 155198, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE": 155212, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_S11_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_": 155223, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_": 155246, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1C_S1D_": 155269, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_16optional_value_tERST_EENS8_INS9_IST_NSG_15default_value_tESV_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1D_S1E_": 155292, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_16optional_value_tERSQ_EENS9_INSA_ISQ_NSD_15default_value_tESS_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_": 155300, + "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_": 155308, + "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_16optional_value_tERSN_EENS4_INS5_ISN_NSB_15default_value_tESP_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEEEENS0_7keywordISR_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS16_S17_": 155326, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEEC2Ev": 155344, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEED2Ev": 155355, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ESt16initializer_listISA_ERKS7_RKSB_": 155366, + ".L14906": 155421, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E": 155427, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E": 155448, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 155466, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 155489, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 155512, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_": 155535, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_": 155543, + "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_": 155551, + "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 155559, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 155577, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 155600, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 155623, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_9log_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_": 155646, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_9log_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_": 155654, + "_ZN5boost3nfp10opt_assignINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_": 155662, + "_ZN5boost3nfp10opt_assignINS_9unit_test9log_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 155670, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEEC2Ev": 155688, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEED2Ev": 155699, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ESt16initializer_listISA_ERKS7_RKSB_": 155710, + ".L14930": 155765, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E": 155771, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E": 155792, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE": 155810, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE": 155821, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SV_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_": 155832, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_": 155855, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_ST_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_": 155878, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_13output_formatEEENSG_13enum_values_tERSP_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS15_S16_": 155901, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_13output_formatEEENSD_13enum_values_tERSM_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS12_S13_": 155909, + "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 155917, + "_ZN5boost3nfp10opt_assignINS_9unit_test13output_formatENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEENS0_7keywordINSB_15default_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKSZ_S10_": 155925, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKjNS9_16optional_value_tERSF_EENS1_INS2_ISF_NS9_15default_value_tESH_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE": 155933, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKjNS9_16optional_value_tERSD_EENS1_INS2_ISD_NS9_15default_value_tESF_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE": 155944, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS1_INS2_IS3_NS5_15default_value_tES7_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSF_EENS2_ISF_NS5_13description_tESH_EEEEEEEixENS0_7keywordIS6_Lb0EEE": 155955, + "_ZN5boost9unit_test9assign_opIjjEEvRT_RKT0_l": 155966, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENS5_9env_var_tERSD_EENS2_ISD_NS5_13description_tESF_EEEEEixENS0_7keywordIS6_Lb0EEE": 155979, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SZ_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 155990, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SH_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 156013, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_SX_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS19_S1A_": 156036, + "_ZN5boost3nfp10opt_assignINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS0_23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERSE_EENS8_INS9_IKSt16initializer_listISt4pairISE_NSA_12report_levelEEENSG_13enum_values_tERSP_EENS8_INS9_IKSM_NSG_15default_value_tERST_EENS8_INS9_ISE_NSG_9env_var_tESI_EENS9_ISE_NSG_13description_tESI_EEEEEEEEEENS0_13typed_keywordISD_NSG_12value_hint_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS1A_S1B_": 156059, + "_ZN5boost3nfp10opt_assignINS_8functionIFvNS_9unit_test13basic_cstringIKcEEEEENS0_23named_parameter_combineINS0_15named_parameterIKS6_NS_7runtime12_GLOBAL__N_16help_tERSB_EENS9_INSA_IKSt16initializer_listISt4pairISB_NS3_12report_levelEEENSD_13enum_values_tERSM_EENS9_INSA_IKSJ_NSD_15default_value_tERSQ_EENS9_INSA_ISB_NSD_9env_var_tESF_EENSA_ISB_NSD_13description_tESF_EEEEEEEEEENS0_7keywordINSD_10callback_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS17_S18_": 156067, + "_ZN5boost3nfp10opt_assignINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordINSB_16optional_value_tELb0EEEEENS_11enable_if_cIXntsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS14_S15_": 156075, + "_ZN5boost3nfp10opt_assignINS_9unit_test12report_levelENS0_23named_parameter_combineINS0_15named_parameterIKNS2_13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS9_EENS4_INS5_IKSt16initializer_listISt4pairIS9_S3_EENSB_13enum_values_tERSJ_EENS4_INS5_IKS3_NSB_15default_value_tERSN_EENS4_INS5_IS9_NSB_9env_var_tESD_EENS5_IS9_NSB_13description_tESD_EEEEEEEEEENS0_7keywordISO_Lb0EEEEENS_11enable_if_cIXsrNS0_9has_paramIT0_T1_EE5valueEvE4typeERT_RKS13_S14_": 156083, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEEC2Ev": 156101, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEED2Ev": 156112, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ESt16initializer_listISA_ERKS7_RKSB_": 156123, + ".L14967": 156178, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE15_M_destroy_nodeEPSt13_Rb_tree_nodeIS8_E": 156184, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_put_nodeEPSt13_Rb_tree_nodeIS8_E": 156205, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSL_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE": 156223, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_15default_value_tERSJ_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE": 156234, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS9_EENS1_INS2_IKNS_9unit_test13basic_cstringIKcEENSB_9env_var_tERSJ_EENS2_ISJ_NSB_13description_tESL_EEEEEixENS0_7keywordISC_Lb0EEE": 156245, + "_ZN5boost9unit_test9assign_opINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES7_EEvRT_RKT0_l": 156256, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IS7_NS9_12value_hint_tESB_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSL_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE": 156271, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS7_EENS1_INS2_IKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS9_16optional_value_tERSJ_EENS2_IS7_NS9_13description_tESB_EEEEEixENS0_7keywordISA_Lb0EEE": 156282, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS9_EENS2_IKNS_9unit_test13basic_cstringIKcEENSB_13description_tERSJ_EEEixENS0_7keywordISC_Lb0EEE": 156293, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS3_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSD_EEEixENS0_7keywordIS6_Lb0EEE": 156304, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS3_EENS1_INS2_IS3_NS5_16optional_value_tES7_EENS2_IKNS_9unit_test13basic_cstringIKcEENS5_13description_tERSF_EEEEEixENS0_7keywordIS6_Lb0EEE": 156315, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE21_M_get_Node_allocatorEv": 156326, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE7destroyISC_EEvRSE_PT_": 156333, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE10deallocateERSE_PSD_m": 156347, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEC2EPS4_": 156363, + "_ZN5boost7runtime3cla6parserD2Ev": 156381, + "_ZN5boost14checked_deleteINS_7runtime3cla6parserEEEvPT_": 156401, + ".L14995": 156415, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE7_M_addrEv": 156420, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEC2EPS6_": 156427, + "_ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEED2Ev": 156445, + "_ZN5boost7runtime14typed_argumentINS_9unit_test13output_formatEED0Ev": 156459, + "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEEvPT_": 156473, + ".L15003": 156486, + "_ZN5boost9typeindex7type_idIPFvvEEENS0_14stl_type_indexEv": 156490, + "_ZN5boost6detail8function15functor_managerIPFvvEE7managerERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeENS1_16function_ptr_tagE": 156496, + "_ZNK5boost6detail8function13basic_vtable0IvE9assign_toIPFvvEEEbT_RNS1_15function_bufferENS1_16function_ptr_tagE": 156512, + ".L15008": 156531, + ".L15009": 156533, + "_ZNSt6chronoeqIlSt5ratioILl1ELl1000000000EElS2_EEbRKNS_8durationIT_T0_EERKNS3_IT1_T2_EE": 156536, + "_ZSt10__distanceIPKcENSt15iterator_traitsIT_E15difference_typeES3_S3_St26random_access_iterator_tag": 156561, + "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEE7destroyEv": 156570, + ".L15016": 156587, + "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE11_M_max_sizeEv": 156591, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEE8allocateEmPKv": 156598, + ".L15020": 156613, + "_ZSt10_ConstructISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEJEEvPT_DpOT0_": 156623, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESt6vectorIS9_SaIS9_EEEEPS9_EET0_T_SI_SH_": 156640, + ".L15025": 156650, + ".L15024": 156673, + ".L15031": 156689, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmmEE6_M_ptrEv": 156694, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE7destroyIS4_EEvPT_": 156704, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE10deallocateEPS5_m": 156712, + "_ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEED2Ev": 156732, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE7destroyIS9_EEvPT_": 156744, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE10deallocateEPSA_m": 156756, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE5beginEv": 156778, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKcPS1_EES6_": 156792, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKcPS5_EERS1_Lb1EEEOT_OT0_": 156805, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_": 156827, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE6_M_ptrEv": 156849, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE7destroyIS5_EEvPT_": 156859, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE10deallocateEPS6_m": 156867, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateEmPKv": 156887, + ".L15051": 156902, + "_ZN9__gnu_cxx13new_allocatorISt10_List_nodeImEE8allocateEmPKv": 156912, + ".L15054": 156927, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE8allocateEmPKv": 156937, + ".L15057": 156952, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE9constructIS9_JS2_INS5_9test_unit19readonly_property62ES8_EEEEvPT_DpOT0_": 156964, + "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE8max_sizeERKS6_": 156987, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE11_M_max_sizeEv": 156997, + "_ZSt12__niter_baseIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEET_S7_": 157004, + "_ZSt14__relocate_a_1IPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES6_SaIS5_EET0_T_S9_S8_RT1_": 157011, + ".L15068": 157022, + ".L15067": 157042, + "_ZSt4moveIRPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEONSt16remove_referenceIT_E4typeEOS9_": 157047, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEES9_EET0_T_SC_SB_": 157054, + ".L15074": 157064, + ".L15073": 157087, + ".L15080": 157103, + "_ZNSt5tupleIJRKmEEC2EOS2_": 157108, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESG_IJEEEEEvPT_DpOT0_": 157122, + ".L15085": 157165, + "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEED2Ev": 157172, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE7destroyISI_EEvPT_": 157187, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE10deallocateEPSJ_m": 157199, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE8allocateEmPKv": 157219, + ".L15090": 157234, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE9constructISI_JRKSt21piecewise_construct_tSt5tupleIJOS8_EESP_IJEEEEEvPT_DpOT0_": 157244, + ".L15095": 157287, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEEEOT_RNSt16remove_referenceISL_E4typeE": 157294, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS9_5debug16dbg_startup_infoEEEEEE7_M_addrEv": 157301, + "_ZN5boost9typeindex7type_idIPFvRKNS_5debug16dbg_startup_infoEEEENS0_14stl_type_indexEv": 157308, + "_ZN5boost6detail8function15functor_managerIPFvRKNS_5debug16dbg_startup_infoEEE7managerERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeENS1_16function_ptr_tagE": 157314, + "_ZNK5boost6detail8function13basic_vtable1IvRKNS_5debug16dbg_startup_infoEE9assign_toIPFvS6_EEEbT_RNS1_15function_bufferENS1_16function_ptr_tagE": 157330, + ".L15104": 157349, + ".L15105": 157351, + "_ZNSt5tupleIJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS8_": 157354, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE9constructISI_JRKSt21piecewise_construct_tSt5tupleIJRS9_EESP_IJEEEEEvPT_DpOT0_": 157368, + ".L15110": 157411, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE11_S_max_sizeERKS6_": 157418, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE8allocateEmPKv": 157437, + ".L15114": 157452, + "_ZSt12__relocate_aIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_": 157459, + "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEC2ES6_": 157491, + "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEES7_ET0_T_SA_S9_": 157506, + "_ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEONSt16remove_referenceIT_E4typeEOS9_": 157522, + "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_S7_": 157529, + "_ZSt23__copy_move_backward_a1ILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_": 157536, + "_ZSt12__niter_wrapIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEET_RKS7_S7_": 157551, + "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESt6vectorIS5_SaIS5_EEET_N9__gnu_cxx17__normal_iteratorISA_T0_EE": 157559, + "_ZSt14__copy_move_a1ILb0EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_": 157570, + "_ZSt12__niter_wrapIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESt6vectorIS7_SaIS7_EEEES8_ET_SD_T0_": 157585, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEppEv": 157605, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEpLEl": 157617, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESt6vectorIS9_SaIS9_EEEESA_EET0_T_SG_SF_": 157632, + ".L15141": 157642, + ".L15140": 157665, + "_ZSt14__copy_move_a2ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_": 157670, + "_ZSt12__niter_baseIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_SA_": 157685, + "_ZSt23__copy_move_backward_a1ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_": 157692, + "_ZSt12__niter_wrapIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEET_RKSA_SA_": 157707, + "_ZNKSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE13get_allocatorEv": 157715, + "_ZNSt6vectorIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2ERKS6_": 157732, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_swap_dataERS8_": 157746, + "_ZSt15__alloc_on_moveISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEvRT_S8_": 157773, + "_ZNKSt12_Vector_baseISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv": 157787, + "_ZSt12__relocate_aIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_": 157794, + "_ZNSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEC2ES9_": 157826, + "_ZSt18uninitialized_copyISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS2_9unit_test9decorator4baseEEESaIS7_EEESA_ET0_T_SD_SC_": 157841, + "_ZSt7forwardIRKN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS8_E4typeE": 157857, + "_ZN5boost9unit_test5utils19token_iterator_baseINS1_27basic_string_token_iteratorIcNS1_9ut_detail20default_char_compareIcEEEEcS6_NS0_13basic_cstringIKcEESA_NS_9iterators21forward_traversal_tagEE3getIPS9_EEbRT_SG_": 157864, + ".L15170": 157880, + ".L15167": 157898, + ".L15168": 157900, + ".L15169": 157909, + ".L15171": 157916, + ".L15175": 157924, + ".L15173": 157936, + ".L15176": 157955, + ".L15177": 157986, + ".L15178": 157988, + ".L15174": 157998, + ".L15166": 158005, + ".L15181": 158019, + ".L15180": 158022, + ".L15183": 158044, + ".L15182": 158052, + ".L15184": 158071, + ".L15185": 158073, + ".L15186": 158079, + ".L15191": 158099, + ".L15188": 158130, + ".L15189": 158132, + ".L15190": 158142, + ".L15179": 158145, + ".L15172": 158155, + "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE11_M_max_sizeEv": 158158, + "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_S6_": 158165, + "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_SaIS4_EET0_T_S8_S7_RT1_": 158172, + ".L15198": 158183, + ".L15197": 158203, + "_ZSt4moveIRPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEONSt16remove_referenceIT_E4typeEOS8_": 158208, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_9unit_test17test_unit_fixtureEEEES8_EET0_T_SB_SA_": 158215, + ".L15204": 158225, + ".L15203": 158248, + ".L15210": 158264, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE8allocateEmPKv": 158269, + ".L15212": 158284, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESG_IJEEEEEvPT_DpOT0_": 158294, + ".L15217": 158337, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEEOT_RNSt16remove_referenceISC_E4typeE": 158344, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEE7_M_addrEv": 158351, + "_ZN5boost9unit_test9framework4impl10order_infoD2Ev": 158358, + "_ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEED2Ev": 158370, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE7destroyIS9_EEvPT_": 158382, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE10deallocateEPSA_m": 158394, + "_ZNSt16allocator_traitsISaImEE8max_sizeERKS0_": 158414, + "_ZNK9__gnu_cxx13new_allocatorImE11_M_max_sizeEv": 158424, + "_ZSt12__niter_baseIPmET_S1_": 158431, + "_ZSt14__relocate_a_1ImmENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS2_E4typeES4_S4_S4_RSaIT0_E": 158438, + ".L15233": 158459, + "_ZSt4moveIRPmEONSt16remove_referenceIT_E4typeEOS3_": 158466, + "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPmES3_EET0_T_S6_S5_": 158473, + "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE8max_sizeEv": 158488, + "_ZNKSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE4sizeEv": 158500, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE8allocateERS6_m": 158516, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE14_S_do_relocateEPS5_S8_S8_RS6_St17integral_constantIbLb0EE": 158530, + "_ZSt32__make_move_if_noexcept_iteratorIN5boost9unit_test9framework4impl11name_filter9componentEPKS5_ET0_PT_": 158540, + "_ZSt22__uninitialized_copy_aIPKN5boost9unit_test9framework4impl11name_filter9componentEPS5_S5_ET0_T_SA_S9_RSaIT1_E": 158547, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE7destroyIS6_EEvPT_": 158563, + "_ZSt4moveIRNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EE12_Vector_implEEONSt16remove_referenceIT_E4typeEOSC_": 158571, + "_ZNSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE17_Vector_impl_dataC2EOS8_": 158578, + "_ZNSt6vectorIS_IN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EESaIS7_EE11_S_max_sizeERKS8_": 158608, + "_ZNKSt12_Vector_baseISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EESaIS8_EE19_M_get_Tp_allocatorEv": 158627, + "_ZN9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE8allocateEmPKv": 158634, + ".L15260": 158649, + "_ZSt12__relocate_aIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_": 158659, + "_ZNSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEC2ES9_": 158691, + "_ZSt18uninitialized_copyISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEESA_ET0_T_SD_SC_": 158706, + "_ZN5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEC2ES8_": 158722, + "_ZN5boost3_bi5list2INS_3argILi1EEENS_17reference_wrapperIKNS_9unit_test9test_unitEEEEclIbNS_4_mfi4cmf1IbNS5_9framework4impl11name_filter9componentERS7_EENS0_7rrlist1IRKSG_EEEET_NS0_4typeISN_EERT0_RT1_l": 158733, + "_ZZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE4instEvE6s_inst": 158767, + "_ZN5boost4rtti11rtti_detail12rttid_holderISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEE4instEv": 158769, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE7destroyIS8_EEvPT_": 158775, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE10deallocateEPS9_m": 158783, + "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE6_M_ptrEv": 158803, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE7destroyIS5_EEvPT_": 158813, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE10deallocateEPS6_m": 158821, + "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE6_M_ptrEv": 158841, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE7destroyIS5_EEvPT_": 158851, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE10deallocateEPS6_m": 158859, + "_ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEED2Ev": 158879, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE7destroyIS9_EEvPT_": 158891, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE10deallocateEPSA_m": 158903, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE8allocateEmPKv": 158920, + ".L15286": 158935, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE9constructIS4_JS2_ImmEEEEvPT_DpOT0_": 158945, + "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEEES1_v": 158968, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS3_5list1INS3_5valueINS_10shared_ptrIS8_EEEEEEEEE7managerERKNS1_15function_bufferERSI_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE": 158979, + ".L15292": 159004, + ".L15294": 159014, + ".L15296": 159028, + ".L15295": 159032, + ".L15298": 159050, + ".L15297": 159054, + ".L15299": 159066, + "_ZN5boost3_bi5list1INS0_5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEEEclINS_4_mfi3mf0IvS5_EENS0_5list0EEEvNS0_4typeIvEERT_RT0_i": 159071, + "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS1_5list1INS1_5valueINS_10shared_ptrIS6_EEEEEEEEEEPT_RSF_": 159097, + "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS5_5list1INS5_5valueINS_10shared_ptrISA_EEEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE": 159104, + "_ZZN5boost4rtti11rtti_detail12rttid_holderIjE4instEvE6s_inst": 159125, + "_ZN5boost4rtti11rtti_detail12rttid_holderIjE4instEv": 159127, + "_ZNKSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_": 159133, + "_ZNKSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_Alloc_nodeclIRKS3_EEPSt13_Rb_tree_nodeIS3_EOT_": 159151, + "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE4instEvE6s_inst": 159169, + "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test9log_levelEE4instEv": 159171, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE8allocateEmPKv": 159177, + ".L15313": 159192, + "_ZNSt5tupleIJRKN5boost9unit_test13output_formatEEEC2EOS5_": 159199, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE9constructIS9_JRKSt21piecewise_construct_tSt5tupleIJRS6_EESG_IJEEEEEvPT_DpOT0_": 159213, + ".L15319": 159256, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEEEOT_RNSt16remove_referenceISC_E4typeE": 159263, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13output_formatENS3_14runtime_config13stream_holderEEE7_M_addrEv": 159270, + "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEEES1_v": 159277, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS3_5list2INS3_5valueIPS8_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE": 159288, + ".L15327": 159317, + ".L15329": 159327, + ".L15331": 159339, + ".L15330": 159343, + ".L15333": 159361, + ".L15332": 159365, + ".L15334": 159377, + "_ZN5boost3_bi5list2INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS_17reference_wrapperISoEEEclINS_4_mfi3mf1IvS4_RSoEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i": 159382, + "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS1_5list2INS1_5valueIPS6_EENS_17reference_wrapperISoEEEEEEEEPT_RSH_": 159420, + "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS5_5list2INS5_5valueIPSA_EENS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE": 159427, + "_ZZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4instEvE6s_inst": 159450, + "_ZN5boost4rtti11rtti_detail12rttid_holderINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4instEv": 159452, + "_ZNSt16allocator_traitsISaINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8max_sizeERKS6_": 159458, + "_ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE11_M_max_sizeEv": 159468, + "_ZSt12__niter_baseIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEET_S7_": 159475, + "_ZSt14__relocate_a_1IPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_SaIS5_EET0_T_S9_S8_RT1_": 159482, + ".L15349": 159493, + ".L15348": 159513, + "_ZSt4moveIRPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEONSt16remove_referenceIT_E4typeEOS9_": 159518, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES9_EET0_T_SC_SB_": 159525, + ".L15355": 159535, + ".L15354": 159558, + ".L15361": 159574, + "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEEES1_v": 159579, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS7_13output_formatERSoEENS3_5list3INS3_5valueIPS8_EENSD_IS9_EENS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSM_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE": 159590, + ".L15365": 159621, + ".L15367": 159631, + ".L15369": 159643, + ".L15368": 159647, + ".L15371": 159665, + ".L15370": 159669, + ".L15372": 159681, + "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test15unit_test_log_tEEENS2_INS3_13output_formatEEENS_17reference_wrapperISoEEEclINS_4_mfi3mf2IvS4_S7_RSoEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i": 159686, + "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS5_13output_formatERSoEENS1_5list3INS1_5valueIPS6_EENSB_IS7_EENS_17reference_wrapperISoEEEEEEEEPT_RSJ_": 159734, + "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS9_13output_formatERSoEENS5_5list3INS5_5valueIPSA_EENSF_ISB_EENS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE": 159741, + "_ZZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE4instEvE6s_inst": 159766, + "_ZN5boost4rtti11rtti_detail12rttid_holderINS_9unit_test12report_levelEE4instEv": 159768, + "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEEES1_v": 159774, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE": 159785, + "_ZN5boost3_bi5list1INS_17reference_wrapperISoEEEclIPFvRSoENS0_5list0EEEvNS0_4typeIvEERT_RT0_i": 159801, + "_ZN5boost9addressofINS_3_bi6bind_tIvPFvRSoENS1_5list1INS_17reference_wrapperISoEEEEEEEEPT_RSB_": 159826, + "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvPFvRSoENS5_5list1INS_17reference_wrapperISoEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE": 159833, + "_ZZN5boost4rtti11rtti_detail12rttid_holderImE4instEvE6s_inst": 159856, + "_ZN5boost4rtti11rtti_detail12rttid_holderImE4instEv": 159858, + "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEEES1_v": 159864, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE7managerERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE": 159875, + "_ZN5boost3_bi5list1INS0_5valueIPFPNS_9unit_test10test_suiteEiPPcEEEEclIPFvS9_ENS0_5list0EEEvNS0_4typeIvEERT_RT0_i": 159891, + "_ZN5boost9addressofINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS1_5list1INS1_5valueIS9_EEEEEEEEPT_RSH_": 159917, + "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS5_5list1INS5_5valueISD_EEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE": 159924, + "_ZNSt8_Rb_treeImSt4pairIKmPN5boost9unit_test9test_unitEESt10_Select1stIS6_ESt4lessImESaIS6_EE17_M_construct_nodeIJS6_EEEvPSt13_Rb_tree_nodeIS6_EDpOT_": 159947, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE11_M_get_nodeEv": 159981, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE17_M_construct_nodeIJS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_": 159994, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE11_M_get_nodeEv": 160028, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE17_M_construct_nodeIJS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_": 160041, + "_ZNSt6vectorIN5boost9unit_test9framework5state13context_frameESaIS4_EE11_S_max_sizeERKS5_": 160075, + "_ZNKSt12_Vector_baseIN5boost9unit_test9framework5state13context_frameESaIS4_EE19_M_get_Tp_allocatorEv": 160094, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE8allocateEmPKv": 160101, + ".L15407": 160116, + "_ZSt12__relocate_aIPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_": 160126, + "_ZNSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEC2ES5_": 160158, + "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES6_ET0_T_S9_S8_": 160173, + "_ZSt14__copy_move_a2ILb1EPN5boost9unit_test9framework5state13context_frameES5_ET1_T0_S7_S6_": 160189, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test10test_suiteEEE8max_sizeERKS4_": 160204, + "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE11_M_max_sizeEv": 160214, + "_ZSt12__niter_baseIPPN5boost9unit_test10test_suiteEET_S5_": 160221, + "_ZSt14__relocate_a_1IPN5boost9unit_test10test_suiteES3_ENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS6_E4typeES8_S8_S8_RSaIT0_E": 160228, + ".L15423": 160249, + "_ZSt4moveIRPPN5boost9unit_test10test_suiteEEONSt16remove_referenceIT_E4typeEOS7_": 160256, + "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES7_EET0_T_SA_S9_": 160263, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE8allocateEmPKv": 160278, + ".L15430": 160293, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE9constructIS8_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESF_IJEEEEEvPT_DpOT0_": 160303, + ".L15435": 160346, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmPN5boost9unit_test9test_unitEEE7_M_addrEv": 160353, + "_ZN5boost9typeindex14stl_type_index7type_idINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEEES1_v": 160360, + "_ZN5boost6detail8function15functor_managerINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS3_5list3INS3_5valueIPS8_EENSB_INS7_17test_case_counter19readonly_property43EEENSB_ImEEEEEEE7managerERKNS1_15function_bufferERSL_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb0EEE": 160371, + ".L15441": 160402, + ".L15443": 160412, + ".L15445": 160424, + ".L15444": 160428, + ".L15447": 160446, + ".L15446": 160450, + ".L15448": 160462, + "_ZN5boost3_bi5list3INS0_5valueIPNS_9unit_test13test_observerEEENS2_INS3_17test_case_counter19readonly_property43EEENS2_ImEEEclINS_4_mfi3mf2IvS4_mmEENS0_5list0EEEvNS0_4typeIvEERT_RT0_i": 160467, + "_ZN5boost9addressofINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS1_5list3INS1_5valueIPS6_EENS9_INS5_17test_case_counter19readonly_property43EEENS9_ImEEEEEEEEPT_RSI_": 160517, + "_ZNK5boost6detail8function13basic_vtable0IvE14assign_functorINS_3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS5_5list3INS5_5valueIPSA_EENSD_INS9_17test_case_counter19readonly_property43EEENSD_ImEEEEEEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb0EEE": 160524, + "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEEE8max_sizeEv": 160549, + "_ZN9__gnu_cxxneIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESF_": 160559, + "_ZN9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test17test_unit_fixtureEEESt6vectorIS5_SaIS5_EEEppEv": 160579, + "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEJRS4_EEvPT_DpOT0_": 160591, + "_ZSt23__copy_move_backward_a1ILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_": 160613, + "_ZSt12__niter_wrapIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEET_RKS6_S6_": 160628, + "_ZSt4moveIRPN5boost9unit_test17test_unit_fixtureEEONSt16remove_referenceIT_E4typeEOS6_": 160636, + "_ZSt4swapIPN5boost9unit_test17test_unit_fixtureEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS8_ESt18is_move_assignableIS8_EEE5valueEvE4typeERS8_SI_": 160643, + "_ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEED2Ev": 160669, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE7destroyISA_EEvPT_": 160681, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE10deallocateEPSB_m": 160693, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE8allocateEmPKv": 160713, + ".L15471": 160728, + "_ZNSt5tupleIJRKN5boost16exception_detail10type_info_EEEC2EOS5_": 160738, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE9constructISA_JRKSt21piecewise_construct_tSt5tupleIJRS6_EESH_IJEEEEEvPT_DpOT0_": 160752, + ".L15477": 160795, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE9constructISA_JS2_IS5_S9_EEEEvPT_DpOT0_": 160802, + "_ZN5boost9typeindex14stl_type_index7type_idINS_6detail7forwardEEES1_v": 160825, + "_ZN5boost6detail8function15functor_managerINS0_7forwardEE7managerERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE": 160836, + "_ZN5boost9addressofINS_6detail7forwardEEEPT_RS3_": 160852, + "_ZNK5boost6detail8function13basic_vtable0IiE14assign_functorINS0_7forwardEEEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE": 160859, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE7destroyIS7_EEvPT_": 160875, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE10deallocateEPS8_m": 160883, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE8allocateEmPKv": 160905, + ".L15488": 160920, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJRS3_EESE_IJEEEEEvPT_DpOT0_": 160932, + ".L15493": 160975, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEEOT_RNSt16remove_referenceISA_E4typeE": 160982, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKmN5boost9unit_test12test_resultsEEE7_M_addrEv": 160989, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE9constructIS7_JRKSt21piecewise_construct_tSt5tupleIJOmEESE_IJEEEEEvPT_DpOT0_": 160996, + ".L15501": 161039, + "_ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE8max_sizeEv": 161046, + "_ZNK9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE11_M_max_sizeEv": 161056, + "_ZSt12__niter_baseIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEET_SA_": 161063, + "_ZSt14__relocate_a_1IPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES9_SaIS8_EET0_T_SC_SB_RT1_": 161070, + ".L15510": 161081, + ".L15509": 161101, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEESC_EET0_T_SF_SE_": 161106, + ".L15514": 161116, + ".L15513": 161139, + ".L15520": 161155, + "_ZN9__gnu_cxx13new_allocatorISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE7destroyIS9_EEvPT_": 161160, + "_ZSt12__niter_baseIPcET_S1_": 161168, + "_ZSt14__relocate_a_1IccENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS2_E4typeES4_S4_S4_RSaIT0_E": 161175, + ".L15525": 161194, + "_ZSt4moveIRPcEONSt16remove_referenceIT_E4typeEOS3_": 161200, + "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPcES3_EET0_T_S6_S5_": 161207, + "_ZNSt16allocator_traitsISaIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEEE8max_sizeERKS6_": 161222, + "_ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE11_M_max_sizeEv": 161232, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost8functionIFNS2_10test_tools16assertion_resultEmEEEPS7_EET0_T_SC_SB_": 161239, + ".L15537": 161249, + ".L15536": 161264, + ".L15543": 161280, + "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE8max_sizeERKSD_": 161285, + "_ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE11_M_max_sizeEv": 161295, + "_ZSt12__niter_baseIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEET_SE_": 161302, + "_ZSt14__relocate_a_1IPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESD_SaISC_EET0_T_SG_SF_RT1_": 161309, + ".L15552": 161320, + ".L15551": 161340, + "_ZSt4moveIRPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEONSt16remove_referenceIT_E4typeEOSG_": 161345, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt4pairIN5boost10shared_ptrINS4_9unit_test19test_unit_generatorEEESt6vectorINS5_INS6_9decorator4baseEEESaISC_EEEESG_EET0_T_SJ_SI_": 161352, + ".L15558": 161362, + ".L15557": 161385, + ".L15564": 161401, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7destroyIS7_EEvPT_": 161406, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE10deallocateEPS8_m": 161418, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE11_M_get_nodeEv": 161435, + "_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_construct_nodeIJRKS5_EEEvPSt13_Rb_tree_nodeIS5_EDpOT_": 161448, + ".L15574": 161490, + "_ZSt14__copy_move_a2ILb1EPmS0_ET1_T0_S2_S1_": 161497, + "_ZNSt6vectorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE11_S_max_sizeERKS4_": 161512, + "_ZNKSt12_Vector_baseIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS3_EE19_M_get_Tp_allocatorEv": 161531, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8allocateEmPKv": 161538, + ".L15582": 161553, + "_ZSt12__relocate_aIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_": 161563, + "_ZNSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2ES4_": 161595, + "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES5_ET0_T_S8_S7_": 161610, + "_ZNSt6vectorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE11_S_max_sizeERKS5_": 161626, + "_ZNKSt12_Vector_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implESaIS4_EE19_M_get_Tp_allocatorEv": 161645, + "_ZN9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8allocateEmPKv": 161652, + ".L15594": 161667, + "_ZSt12__relocate_aIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_SaIS4_EET0_T_S8_S7_RT1_": 161674, + "_ZNSt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEC2ES5_": 161706, + "_ZSt18uninitialized_copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_ET0_T_S9_S8_": 161721, + "_ZSt14__copy_move_a2ILb1EPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ET1_T0_S6_S5_": 161737, + "_ZStneRKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEES8_": 161752, + "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EppEv": 161765, + "_ZNSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv": 161772, + "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EdeEv": 161786, + "_ZNKSt23_Rb_tree_const_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv": 161793, + "_ZNSt16ostream_iteratorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcS3_EaSERKS5_": 161804, + ".L15614": 161827, + "_ZNSt6vectorIN5boost7runtime16parameter_cla_idESaIS2_EE11_S_max_sizeERKS3_": 161831, + "_ZN9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE8allocateEmPKv": 161850, + ".L15619": 161865, + "_ZSt12__relocate_aIPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_": 161877, + "_ZNSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEC2ES3_": 161909, + "_ZSt18uninitialized_copyISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES4_ET0_T_S7_S6_": 161924, + "_ZSt7forwardIRKN5boost7runtime16parameter_cla_idEEOT_RNSt16remove_referenceIS5_E4typeE": 161940, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEE7_M_addrEv": 161947, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE8allocateERSE_m": 161954, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEE9constructISC_JRKSt21piecewise_construct_tSt5tupleIJRS7_EESK_IJEEEEEvRSE_PT_DpOT0_": 161968, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS0_10shared_ptrINS0_7runtime8argumentEEEESt10_Select1stISB_ESt4lessIS4_ESaISB_EE5beginEv": 162003, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS5_10shared_ptrINS5_7runtime8argumentEEEEERS1_Lb1EEEOT_OT0_": 162017, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE8allocateEmPKv": 162039, + ".L15637": 162054, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE6_M_ptrEv": 162061, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE9constructISD_JS2_IS7_SC_EEEEvPT_DpOT0_": 162071, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEED2Ev": 162094, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE7destroyISD_EEvPT_": 162106, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE10deallocateEPSE_m": 162118, + "_ZNSt4pairIKcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev": 162135, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE7destroyISB_EEvPT_": 162147, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE10deallocateEPSC_m": 162159, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE8allocateEmPKv": 162179, + ".L15649": 162194, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISB_JS2_IcSA_EEEEvPT_DpOT0_": 162204, + "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE8max_sizeERKS6_": 162227, + "_ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE11_M_max_sizeEv": 162237, + "_ZSt12__niter_baseIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEET_S7_": 162244, + "_ZSt14__relocate_a_1IPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES6_SaIS5_EET0_T_S9_S8_RT1_": 162251, + ".L15660": 162262, + ".L15659": 162282, + "_ZSt4moveIRPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEONSt16remove_referenceIT_E4typeEOS9_": 162287, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost17reference_wrapperIKNS3_7runtime16parameter_cla_idEEEES9_EET0_T_SC_SB_": 162294, + ".L15666": 162304, + ".L15665": 162327, + ".L15672": 162343, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE8allocateEmPKv": 162348, + ".L15674": 162363, + "_ZNSt5tupleIJRKN5boost9unit_test13basic_cstringIKcEEEEC2EOS7_": 162370, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISF_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESM_IJEEEEEvPT_DpOT0_": 162384, + ".L15680": 162427, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEEEOT_RNSt16remove_referenceISI_E4typeE": 162434, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime3cla13rt_cla_detail14parameter_trieEEEEE7_M_addrEv": 162441, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEED2Ev": 162448, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE7destroyISF_EEvPT_": 162460, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE10deallocateEPSG_m": 162472, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE9constructISF_JRKSt21piecewise_construct_tSt5tupleIJOS7_EESM_IJEEEEEvPT_DpOT0_": 162489, + ".L15691": 162532, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE8max_sizeERKS7_": 162539, + "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE11_M_max_sizeEv": 162549, + "_ZSt12__niter_baseIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEET_S8_": 162556, + "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES7_SaIS6_EET0_T_SA_S9_RT1_": 162563, + ".L15700": 162574, + ".L15699": 162594, + "_ZSt4moveIRPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEONSt16remove_referenceIT_E4typeEOSA_": 162599, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEESA_EET0_T_SD_SC_": 162606, + ".L15706": 162616, + ".L15705": 162639, + ".L15712": 162655, + "_ZN9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE6_M_ptrEv": 162660, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE7destroyIS6_EEvPT_": 162670, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE10deallocateEPS7_m": 162678, + "_ZSt11__addressofIN5boost9unit_test13basic_cstringIKcEEEPT_RS5_": 162698, + "_ZSt10_ConstructIN5boost9unit_test13basic_cstringIKcEEJRKS4_EEvPT_DpOT0_": 162705, + "_ZNK9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE6_M_ptrEv": 162727, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE11_M_get_nodeEv": 162737, + "_ZNSt8_Rb_treeIPKN5boost7runtime16parameter_cla_idES4_St9_IdentityIS4_ESt4lessIS4_ESaIS4_EE17_M_construct_nodeIJS4_EEEvPSt13_Rb_tree_nodeIS4_EDpOT_": 162750, + "_ZN9__gnu_cxxneIPKN5boost9unit_test13basic_cstringIKcEESt6vectorIS5_SaIS5_EEEEbRKNS_17__normal_iteratorIT_T0_EESG_": 162784, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS6_EixENS0_7keywordIS9_Lb0EEE": 162804, + ".L15728": 162817, + ".L15730": 162820, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_19env_var_tERS6_EixENS0_7keywordIS9_Lb0EEE": 162823, + ".L15732": 162836, + ".L15734": 162839, + "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE": 162842, + ".L15736": 162855, + ".L15738": 162858, + "_ZNK5boost3nfp15named_parameterIKbNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE": 162861, + ".L15740": 162874, + ".L15742": 162877, + "_ZNK5boost3nfp15named_parameterIKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_NS5_12_GLOBAL__N_110callback_tERSC_EixENS0_7keywordISE_Lb0EEE": 162880, + ".L15744": 162893, + ".L15746": 162896, + "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEaSIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EENS_10enable_if_IXntsrNS_11is_integralIT_EE5valueERS6_E4typeESG_": 162899, + ".L15751": 162926, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_112value_hint_tERS6_EixENS0_7keywordIS9_Lb0EEE": 162930, + ".L15753": 162943, + ".L15755": 162946, + "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE": 162949, + ".L15757": 162962, + ".L15759": 162965, + "_ZNK5boost3nfp15named_parameterIKlNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE": 162968, + ".L15761": 162981, + ".L15763": 162984, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_16optional_value_tERSM_EENS1_INS2_ISM_NS9_15default_value_tESO_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEEEixENS0_7keywordISA_Lb0EEE": 162987, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS5_EENS1_INS2_IS5_NS7_15default_value_tES9_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSG_EENS2_ISG_NS7_13description_tESI_EEEEEEEixENS0_7keywordIS8_Lb0EEE": 162998, + "_ZN5boost9unit_test9assign_opINS0_13output_formatES2_EEvRT_RKT0_l": 163009, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE": 163022, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEC2Ev": 163033, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEED2Ev": 163040, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEEC2ERKS8_": 163047, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSC_RKSD_": 163061, + ".L15777": 163091, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_": 163095, + ".L15780": 163107, + ".L15781": 163128, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv": 163132, + "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv": 163139, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE7destroyIS9_EEvRSB_PT_": 163150, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE10deallocateERSB_PSA_m": 163164, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE": 163180, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_9log_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE": 163191, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE": 163202, + "_ZN5boost9unit_test9assign_opINS0_9log_levelES2_EEvRT_RKT0_l": 163213, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEC2Ev": 163226, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEED2Ev": 163233, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEEC2ERKS8_": 163240, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSC_RKSD_": 163254, + ".L15801": 163284, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_": 163288, + ".L15804": 163300, + ".L15805": 163321, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv": 163325, + "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv": 163332, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE7destroyIS9_EEvRSB_PT_": 163343, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE10deallocateERSB_PSA_m": 163357, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_13output_formatEEENS9_13enum_values_tERSI_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEixENS0_7keywordISA_Lb0EEE": 163373, + "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_116optional_value_tERS2_EixENS0_7keywordIS5_Lb0EEE": 163384, + ".L15815": 163397, + ".L15817": 163400, + "_ZNK5boost3nfp15named_parameterIKjNS_7runtime12_GLOBAL__N_115default_value_tERS2_EixENS0_7keywordIS5_Lb0EEE": 163403, + ".L15819": 163416, + ".L15821": 163419, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test13basic_cstringIKcEENS_7runtime12_GLOBAL__N_16help_tERS7_EENS1_INS2_IKSt16initializer_listISt4pairIS7_NS3_12report_levelEEENS9_13enum_values_tERSI_EENS1_INS2_IKSF_NS9_15default_value_tERSM_EENS1_INS2_IS7_NS9_9env_var_tESB_EENS2_IS7_NS9_13description_tESB_EEEEEEEEEixENS0_7keywordISA_Lb0EEE": 163422, + "_ZNK5boost3nfp23named_parameter_combineINS0_15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS5_EENS1_INS2_IKNS3_13basic_cstringIKcEENS7_9env_var_tERSE_EENS2_ISE_NS7_13description_tESG_EEEEEixENS0_7keywordIS8_Lb0EEE": 163433, + "_ZN5boost9unit_test9assign_opINS0_12report_levelES2_EEvRT_RKT0_l": 163444, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEC2Ev": 163457, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEED2Ev": 163464, + "_ZNSaISt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEEC2ERKS8_": 163471, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSC_RKSD_": 163485, + ".L15833": 163515, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE22_M_insert_range_uniqueIPKS8_EENSt9enable_ifIXsrSt7is_sameIS8_NSt15iterator_traitsIT_E10value_typeEE5valueEvE4typeESL_SL_": 163519, + ".L15836": 163531, + ".L15837": 163552, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE21_M_get_Node_allocatorEv": 163556, + "_ZNSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv": 163563, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE7destroyIS9_EEvRSB_PT_": 163574, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE10deallocateERSB_PSA_m": 163588, + "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_115default_value_tERS8_EixENS0_7keywordISB_Lb0EEE": 163604, + ".L15845": 163617, + ".L15847": 163620, + "_ZNK5boost3nfp15named_parameterIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEENS_7runtime12_GLOBAL__N_116optional_value_tERS8_EixENS0_7keywordISB_Lb0EEE": 163623, + ".L15849": 163636, + ".L15851": 163639, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEED2Ev": 163642, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE7destroyISD_EEvPT_": 163654, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE10deallocateEPSE_m": 163666, + "_ZN5boost9typeindex14stl_type_index7type_idIPFvvEEES1_v": 163683, + "_ZN5boost6detail8function22functor_manager_commonIPFvvEE10manage_ptrERKNS1_15function_bufferERS6_NS1_30functor_manager_operation_typeE": 163694, + ".L15858": 163708, + ".L15860": 163718, + ".L15861": 163724, + ".L15863": 163741, + ".L15862": 163745, + ".L15864": 163757, + "_ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJRKS5_EEvPT_DpOT0_": 163761, + ".L15868": 163790, + "_ZSt10_ConstructIN5boost8functionIFNS0_10test_tools16assertion_resultEmEEEJRKS5_EEvPT_DpOT0_": 163797, + ".L15872": 163826, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKmmEE7_M_addrEv": 163833, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKcPS2_EEEOT_RNSt16remove_referenceIS8_E4typeE": 163840, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE11_M_get_nodeEv": 163847, + "_ZNSt8_Rb_treeIcSt4pairIKcPS1_ESt10_Select1stIS3_ESt4lessIcESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_": 163860, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKcPS2_EE7_M_addrEv": 163894, + "_ZNK9__gnu_cxx13new_allocatorISt10_List_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE11_M_max_sizeEv": 163901, + "_ZNK9__gnu_cxx13new_allocatorISt10_List_nodeImEE11_M_max_sizeEv": 163908, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEEE11_M_max_sizeEv": 163915, + "_ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC2INS2_9test_unit19readonly_property62ES5_Lb1EEEOS_IT_T0_E": 163922, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE8max_sizeEv": 163950, + "_ZSt19__relocate_object_aIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryES5_SaIS5_EEvPT_PT0_RT1_": 163960, + "_ZStneIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEbRKSt13move_iteratorIT_ESB_": 163987, + "_ZNSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEppEv": 164001, + "_ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEdeEv": 164013, + "_ZN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryC2EOS4_": 164021, + "_ZSt10_ConstructIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEJS5_EEvPT_DpOT0_": 164057, + "_ZNSt11_Tuple_implILm0EJRKmEEC2EOS2_": 164079, + "_ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC2IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE": 164099, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNSA_5debug16dbg_startup_infoEEEEEEE11_M_max_sizeEv": 164114, + "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC2IJOS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESJ_IJDpT0_EE": 164121, + "_ZN5boost9typeindex14stl_type_index7type_idIPFvRKNS_5debug16dbg_startup_infoEEEES1_v": 164136, + "_ZN5boost6detail8function22functor_manager_commonIPFvRKNS_5debug16dbg_startup_infoEEE10manage_ptrERKNS1_15function_bufferERSA_NS1_30functor_manager_operation_typeE": 164147, + ".L15908": 164161, + ".L15910": 164171, + ".L15911": 164177, + ".L15913": 164194, + ".L15912": 164198, + ".L15914": 164210, + "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEC2EOS8_": 164214, + "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC2IJRS6_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESJ_IJDpT0_EE": 164234, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEE8max_sizeERKS6_": 164249, + "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE11_M_max_sizeEv": 164259, + "_ZSt14__relocate_a_1IPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_SaIS5_EET0_T_S9_S8_RT1_": 164266, + ".L15923": 164277, + ".L15922": 164297, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEEES9_EET0_T_SC_SB_": 164302, + ".L15927": 164312, + ".L15926": 164335, + ".L15933": 164351, + "_ZSt23__copy_move_backward_a2ILb1EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_": 164356, + "_ZSt14__copy_move_a2ILb0EPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES6_ET1_T0_S8_S7_": 164371, + "_ZNK9__gnu_cxx17__normal_iteratorIPN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESt6vectorIS6_SaIS6_EEEdeEv": 164386, + "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJRS5_EEvPT_DpOT0_": 164394, + "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EESC_EET0_T_SE_SD_": 164416, + ".L15943": 164430, + ".L15942": 164445, + "_ZSt23__copy_move_backward_a2ILb1EPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_ET1_T0_SB_SA_": 164449, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EEC2ERKS6_": 164464, + "_ZNSt12_Vector_baseIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEESaIS5_EE17_Vector_impl_data12_M_copy_dataERKS8_": 164478, + "_ZSt18__do_alloc_on_moveISaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEvRT_S8_St17integral_constantIbLb1EE": 164498, + "_ZSt14__relocate_a_1IPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_": 164510, + ".L15952": 164521, + ".L15951": 164541, + "_ZSt4moveIRPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEONSt16remove_referenceIT_E4typeEOSC_": 164546, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EEESC_EET0_T_SF_SE_": 164553, + ".L15958": 164563, + ".L15957": 164586, + ".L15964": 164602, + "_ZN5boost9unit_test5utils9ut_detail12delim_policyIcNS2_20default_char_compareIcEEEclEc": 164607, + ".L15969": 164629, + ".L15980": 164665, + ".L15973": 164685, + ".L15974": 164687, + ".L15978": 164706, + ".L15976": 164719, + ".L15975": 164722, + ".L15971": 164737, + ".L15970": 164740, + ".L15968": 164747, + ".L15966": 164754, + ".L15967": 164757, + ".L15977": 164759, + "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE11append_moveIPKcNS0_13basic_cstringIS8_EEEEvRT_RT0_": 164762, + "_ZN5boost9unit_test5utils9ut_detail14token_assignerINS_9iterators27random_access_traversal_tagEE6assignIPKcNS0_13basic_cstringIS8_EEEEvT_SC_RT0_": 164775, + "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES4_SaIS4_EEvPT_PT0_RT1_": 164791, + "_ZStneIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEbRKSt13move_iteratorIT_ESA_": 164818, + "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEppEv": 164832, + "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEdeEv": 164844, + "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEJS4_EEvPT_DpOT0_": 164852, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test9framework4impl10order_infoEEEE11_M_max_sizeEv": 164874, + "_ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEEC2IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE": 164881, + "_ZNK9__gnu_cxx13new_allocatorImE8max_sizeEv": 164896, + "_ZSt4copyISt13move_iteratorIPmES1_ET0_T_S4_S3_": 164906, + "_ZNSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE11_S_max_sizeERKS6_": 164930, + "_ZNKSt12_Vector_baseIN5boost9unit_test9framework4impl11name_filter9componentESaIS5_EE19_M_get_Tp_allocatorEv": 164949, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE8allocateEmPKv": 164956, + ".L16003": 164971, + "_ZSt18uninitialized_copyIPKN5boost9unit_test9framework4impl11name_filter9componentEPS5_ET0_T_SA_S9_": 164981, + "_ZNSt16allocator_traitsISaISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEE8max_sizeERKS9_": 164997, + "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE11_M_max_sizeEv": 165007, + "_ZSt12__niter_baseIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEET_SA_": 165014, + "_ZSt14__relocate_a_1IPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES9_SaIS8_EET0_T_SC_SB_RT1_": 165021, + ".L16015": 165032, + ".L16014": 165052, + "_ZSt4moveIRPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEONSt16remove_referenceIT_E4typeEOSC_": 165057, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS9_EEESC_EET0_T_SF_SE_": 165064, + ".L16021": 165074, + ".L16020": 165097, + ".L16027": 165113, + "_ZN5boost3_bi9unwrapperINS_4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS4_9test_unitEEEE6unwrapERSC_l": 165118, + "_ZN5boost3_bi8storage1INS_3argILi1EEEE3a1_Ev": 165126, + "_ZNK5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEixEPFNS_3argILi1EEEvE": 165139, + "_ZNK5boost3_bi7rrlist1IRKNS_9unit_test9framework4impl11name_filter9componentEEixIKNS2_9test_unitEEERT_RKNS_17reference_wrapperISD_EE": 165151, + "_ZNK5boost4_mfi4cmf1IbNS_9unit_test9framework4impl11name_filter9componentERKNS2_9test_unitEEclERKS6_S9_": 165162, + ".L16038": 165191, + ".L16039": 165194, + "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test13test_observerEE7_M_addrEv": 165201, + "_ZN9__gnu_cxx16__aligned_membufIPN5boost9unit_test14global_fixtureEE7_M_addrEv": 165208, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmmEEE11_M_max_sizeEv": 165215, + "_ZNSt4pairIKmmEC2ImmLb1EEEOS_IT_T0_E": 165222, + "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKT0_RKNS0_17type_index_facadeIT_S4_EE": 165244, + "_ZN5boost3_bi9unwrapperINS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEEE6unwrapERS6_l": 165262, + "_ZNK5boost3_bi5list0ixINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEEERT_RNS0_5valueIS7_EE": 165270, + "_ZNK5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEclINS_10shared_ptrIS3_EEEEvRT_": 165281, + "_ZSt7forwardIRKPN5boost9unit_test14global_fixtureEEOT_RNSt16remove_referenceIS6_E4typeE": 165297, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_": 165304, + "_ZSt7forwardIRKPN5boost9unit_test13test_observerEEOT_RNSt16remove_referenceIS6_E4typeE": 165326, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE14_M_create_nodeIJRKS3_EEEPSt13_Rb_tree_nodeIS3_EDpOT_": 165333, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13output_formatENS4_14runtime_config13stream_holderEEEE11_M_max_sizeEv": 165355, + "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEEC2EOS5_": 165362, + "_ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEEC2IJRS3_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESA_IJDpT0_EE": 165382, + "_ZN5boost3_bi9unwrapperINS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEEE6unwrapERS7_l": 165397, + "_ZNK5boost3_bi5list0ixIPNS_9unit_test15unit_test_log_tEEERT_RNS0_5valueIS6_EE": 165405, + "_ZNK5boost3_bi5list0ixISoEERT_RKNS_17reference_wrapperIS3_EE": 165416, + "_ZNK5boost4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEclEPS3_S4_": 165427, + ".L16076": 165456, + ".L16077": 165459, + "_ZNK9__gnu_cxx13new_allocatorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE8max_sizeEv": 165467, + "_ZSt19__relocate_object_aINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_SaIS5_EEvPT_PT0_RT1_": 165477, + "_ZStneIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbRKSt13move_iteratorIT_ESB_": 165504, + "_ZNSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEppEv": 165518, + "_ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEdeEv": 165530, + "_ZSt10_ConstructINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJS5_EEvPT_DpOT0_": 165538, + "_ZN5boost3_bi9unwrapperINS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEEE6unwrapERS8_l": 165560, + "_ZNK5boost3_bi5list0ixINS_9unit_test13output_formatEEERT_RNS0_5valueIS5_EE": 165568, + "_ZNK5boost4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS2_13output_formatERSoEclEPS3_S4_S5_": 165579, + ".L16094": 165609, + ".L16095": 165612, + "_ZN5boost6detail8function22functor_manager_commonINS_3_bi6bind_tIvPFvRSoENS3_5list1INS_17reference_wrapperISoEEEEEEE12manage_smallERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE": 165620, + ".L16098": 165631, + ".L16099": 165649, + ".L16102": 165655, + ".L16104": 165672, + ".L16103": 165676, + ".L16105": 165689, + ".L16106": 165691, + "_ZN5boost3_bi9unwrapperIPFvRSoEE6unwrapERS4_l": 165695, + "_ZN5boost6detail8function22functor_manager_commonINS_3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS3_5list1INS3_5valueISB_EEEEEEE12manage_smallERKNS1_15function_bufferERSK_NS1_30functor_manager_operation_typeE": 165703, + ".L16110": 165714, + ".L16111": 165732, + ".L16114": 165738, + ".L16116": 165755, + ".L16115": 165759, + ".L16117": 165772, + ".L16118": 165774, + "_ZN5boost3_bi9unwrapperIPFvPFPNS_9unit_test10test_suiteEiPPcEEE6unwrapERSA_l": 165778, + "_ZNK5boost3_bi5list0ixIPFPNS_9unit_test10test_suiteEiPPcEEERT_RNS0_5valueISA_EE": 165786, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEEE9constructIS7_JS7_EEEvRS9_PT_DpOT0_": 165797, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE8allocateERS6_m": 165816, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE9constructIS4_JS4_EEEvRS6_PT_DpOT0_": 165830, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE8allocateERS6_m": 165849, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE9constructIS4_JS4_EEEvRS6_PT_DpOT0_": 165863, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework5state13context_frameEEE8max_sizeERKS5_": 165882, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE11_M_max_sizeEv": 165892, + "_ZSt12__niter_baseIPN5boost9unit_test9framework5state13context_frameEET_S6_": 165899, + "_ZSt14__relocate_a_1IPN5boost9unit_test9framework5state13context_frameES5_SaIS4_EET0_T_S8_S7_RT1_": 165906, + ".L16138": 165917, + ".L16137": 165937, + "_ZSt4moveIRPN5boost9unit_test9framework5state13context_frameEEONSt16remove_referenceIT_E4typeEOS8_": 165942, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEES8_EET0_T_SB_SA_": 165949, + ".L16144": 165959, + ".L16143": 165982, + ".L16150": 165998, + "_ZN5boost9unit_test9framework5state13context_frameaSEOS3_": 166003, + "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test9framework5state13context_frameES8_EET0_T_SA_S9_": 166025, + ".L16155": 166039, + ".L16154": 166054, + "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test10test_suiteEE8max_sizeEv": 166058, + "_ZSt4copyISt13move_iteratorIPPN5boost9unit_test10test_suiteEES5_ET0_T_S8_S7_": 166068, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE11_M_max_sizeEv": 166092, + "_ZNSt4pairIKmPN5boost9unit_test9test_unitEEC2IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EES9_IJDpT0_EE": 166099, + "_ZN5boost3_bi9unwrapperINS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEEE6unwrapERS6_l": 166114, + "_ZNK5boost3_bi5list0ixIPNS_9unit_test13test_observerEEERT_RNS0_5valueIS6_EE": 166122, + "_ZNK5boost3_bi5list0ixINS_9unit_test17test_case_counter19readonly_property43EEERT_RNS0_5valueIS6_EE": 166133, + "_ZNK5boost3_bi5list0ixImEERT_RNS0_5valueIS3_EE": 166144, + "_ZNK5boost4_mfi3mf2IvNS_9unit_test13test_observerEmmEclEPS3_mm": 166155, + ".L16173": 166185, + ".L16174": 166188, + "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEOT_RNSt16remove_referenceIS6_E4typeE": 166196, + "_ZSt23__copy_move_backward_a2ILb1EPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEES5_ET1_T0_S7_S6_": 166203, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost16exception_detail10type_info_ENS3_10shared_ptrINS4_15error_info_baseEEEEEE11_M_max_sizeEv": 166218, + "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEEC2EOS5_": 166225, + "_ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC2IJRS3_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESB_IJDpT0_EE": 166245, + "_ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC2IS2_S6_Lb1EEEOS_IT_T0_E": 166260, + "_ZN5boost6detail8function22functor_manager_commonINS0_7forwardEE12manage_smallERKNS1_15function_bufferERS5_NS1_30functor_manager_operation_typeE": 166286, + ".L16186": 166297, + ".L16187": 166312, + ".L16190": 166318, + ".L16192": 166335, + ".L16191": 166339, + ".L16193": 166352, + ".L16194": 166354, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmN5boost9unit_test12test_resultsEEEE11_M_max_sizeEv": 166358, + "_ZNSt4pairIKmN5boost9unit_test12test_resultsEEC2IJRS0_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EES8_IJDpT0_EE": 166365, + "_ZNSt4pairIKmN5boost9unit_test12test_resultsEEC2IJOmEJEEESt21piecewise_construct_tSt5tupleIJDpT_EES8_IJDpT0_EE": 166380, + "_ZSt11__addressofISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEPT_RS9_": 166395, + "_ZSt19__relocate_object_aISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEES8_SaIS8_EEvPT_PT0_RT1_": 166402, + "_ZStneIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEbRKSt13move_iteratorIT_ESE_": 166429, + "_ZNSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEppEv": 166443, + "_ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEdeEv": 166455, + "_ZSt10_ConstructISt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEJS8_EEvPT_DpOT0_": 166463, + "_ZSt4copyISt13move_iteratorIPcES1_ET0_T_S4_S3_": 166487, + "_ZNK9__gnu_cxx13new_allocatorIN5boost8functionIFNS1_10test_tools16assertion_resultEmEEEE8max_sizeEv": 166511, + "_ZNK9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE8max_sizeEv": 166521, + "_ZSt19__relocate_object_aISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEESC_SaISC_EEvPT_PT0_RT1_": 166531, + "_ZStneIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEbRKSt13move_iteratorIT_ESI_": 166558, + "_ZNSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEppEv": 166572, + "_ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEdeEv": 166584, + "_ZNSt4pairIN5boost10shared_ptrINS0_9unit_test19test_unit_generatorEEESt6vectorINS1_INS2_9decorator4baseEEESaIS8_EEEC2EOSB_": 166592, + "_ZSt10_ConstructISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEJSC_EEvPT_DpOT0_": 166613, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE8allocateERS8_m": 166635, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE9constructIS6_JRKS6_EEEvRS8_PT_DpOT0_": 166649, + "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mImEEPT_PKS3_S6_S4_": 166668, + ".L16228": 166688, + "_ZNSt16allocator_traitsISaIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8max_sizeERKS4_": 166695, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv": 166705, + "_ZSt12__niter_baseIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S5_": 166712, + "_ZSt14__relocate_a_1IPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_SaIS3_EET0_T_S7_S6_RT1_": 166719, + ".L16238": 166730, + ".L16237": 166750, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES7_EET0_T_SA_S9_": 166755, + ".L16242": 166765, + ".L16241": 166788, + ".L16248": 166804, + "_ZNSt16allocator_traitsISaIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEE8max_sizeERKS5_": 166809, + "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE11_M_max_sizeEv": 166819, + "_ZSt12__niter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_": 166826, + "_ZSt14__relocate_a_1IPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES4_ENSt9enable_ifIXsrSt24__is_bitwise_relocatableIT_vE5valueEPS7_E4typeES9_S9_S9_RSaIT0_E": 166833, + ".L16256": 166854, + "_ZSt4moveIRPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEONSt16remove_referenceIT_E4typeEOS8_": 166861, + "_ZNSt20__uninitialized_copyILb1EE13__uninit_copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES8_EET0_T_SB_SA_": 166868, + "_ZN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implaSEOS2_": 166883, + "_ZNSt11__copy_moveILb1ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES7_EET0_T_S9_S8_": 166922, + ".L16266": 166936, + ".L16265": 166951, + "_ZNSt16allocator_traitsISaIN5boost7runtime16parameter_cla_idEEE8max_sizeERKS3_": 166955, + "_ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE11_M_max_sizeEv": 166965, + "_ZSt12__niter_baseIPN5boost7runtime16parameter_cla_idEET_S4_": 166972, + "_ZSt14__relocate_a_1IPN5boost7runtime16parameter_cla_idES3_SaIS2_EET0_T_S6_S5_RT1_": 166979, + ".L16276": 166990, + ".L16275": 167010, + "_ZSt4moveIRPN5boost7runtime16parameter_cla_idEEONSt16remove_referenceIT_E4typeEOS6_": 167015, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyISt13move_iteratorIPN5boost7runtime16parameter_cla_idEES6_EET0_T_S9_S8_": 167022, + ".L16282": 167032, + ".L16281": 167055, + ".L16288": 167071, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE8allocateEmPKv": 167076, + ".L16290": 167091, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE9constructISD_JRKSt21piecewise_construct_tSt5tupleIJRS8_EESK_IJEEEEEvPT_DpOT0_": 167098, + ".L16295": 167141, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime8argumentEEEEEEOT_RNSt16remove_referenceISG_E4typeE": 167148, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime11basic_paramEEEEEE11_M_max_sizeEv": 167155, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_10shared_ptrINS2_7runtime11basic_paramEEEEE7_M_addrEv": 167162, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime11basic_paramEEEEC2IS4_S9_Lb1EEEOS_IT_T0_E": 167169, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcN5boost10shared_ptrINS4_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE11_M_max_sizeEv": 167196, + "_ZNSt4pairIKcN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IcS7_Lb1EEEOS_IT_T0_E": 167203, + "_ZNK9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE8max_sizeEv": 167229, + "_ZSt11__addressofIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEPT_RS6_": 167239, + "_ZSt19__relocate_object_aIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEES5_SaIS5_EEvPT_PT0_RT1_": 167246, + "_ZStneIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEbRKSt13move_iteratorIT_ESB_": 167273, + "_ZNSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEppEv": 167287, + "_ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEdeEv": 167299, + "_ZSt10_ConstructIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEJS5_EEvPT_DpOT0_": 167307, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime3cla13rt_cla_detail14parameter_trieEEEEEE11_M_max_sizeEv": 167328, + "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEEC2EOS7_": 167335, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IJRS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESG_IJDpT0_EE": 167355, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IJOS4_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESG_IJDpT0_EE": 167370, + "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE8max_sizeEv": 167385, + "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEES6_SaIS6_EEvPT_PT0_RT1_": 167395, + "_ZStneIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEbRKSt13move_iteratorIT_ESC_": 167422, + "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEppEv": 167436, + "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEdeEv": 167448, + "_ZSt10_ConstructIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEJS6_EEvPT_DpOT0_": 167456, + "_ZN9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE7_M_addrEv": 167478, + "_ZNK9__gnu_cxx16__aligned_membufIPKN5boost7runtime16parameter_cla_idEE7_M_addrEv": 167485, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE8allocateERS7_m": 167492, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEEE9constructIS5_JS5_EEEvRS7_PT_DpOT0_": 167506, + "_ZZNK5boost3nfp3nil8any_castIRKbEET_vE1v": 167525, + "_ZNK5boost3nfp3nil8any_castIRKbEET_v": 167527, + "_ZNK5boost3nfp3nil8any_castIRKZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EET_v": 167537, + "_ZN5boost8functionIFvNS_9unit_test13basic_cstringIKcEEEEC2IZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EET_NS_10enable_if_IXntsrNS_11is_integralISE_EE5valueEiE4typeE": 167547, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE4swapERS5_": 167560, + ".L16346": 167572, + ".L16345": 167602, + "_ZZNK5boost3nfp3nil8any_castIRKlEET_vE1v": 167606, + "_ZNK5boost3nfp3nil8any_castIRKlEET_v": 167608, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_116optional_value_tERS4_EixENS0_7keywordIS7_Lb0EEE": 167618, + ".L16353": 167631, + ".L16355": 167634, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test13output_formatENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE": 167637, + ".L16357": 167650, + ".L16359": 167653, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEC2ERKSA_": 167656, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEEC2IS8_EERKSaIT_E": 167664, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSC_OSaISt13_Rb_tree_nodeIS8_EE": 167676, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC2ERSE_": 167703, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv": 167714, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC2ERKSt17_Rb_tree_iteratorIS8_E": 167728, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_": 167740, + ".L16368": 167776, + ".L16370": 167783, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE6_M_ptrEv": 167786, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE7destroyISA_EEvPT_": 167796, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE10deallocateEPSB_m": 167804, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test9log_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE": 167824, + ".L16376": 167837, + ".L16378": 167840, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEC2ERKSA_": 167843, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEEC2IS8_EERKSaIT_E": 167851, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSC_OSaISt13_Rb_tree_nodeIS8_EE": 167863, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC2ERSE_": 167890, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv": 167901, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC2ERKSt17_Rb_tree_iteratorIS8_E": 167915, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_": 167927, + ".L16387": 167963, + ".L16389": 167970, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE6_M_ptrEv": 167973, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE7destroyISA_EEvPT_": 167983, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE10deallocateEPSB_m": 167991, + "_ZZNK5boost3nfp3nil8any_castIRKjEET_vE1v": 168011, + "_ZNK5boost3nfp3nil8any_castIRKjEET_v": 168013, + "_ZNK5boost3nfp15named_parameterIKNS_9unit_test12report_levelENS_7runtime12_GLOBAL__N_115default_value_tERS4_EixENS0_7keywordIS7_Lb0EEE": 168023, + ".L16397": 168036, + ".L16399": 168039, + "_ZN9__gnu_cxx13new_allocatorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEC2ERKSA_": 168042, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEEC2IS8_EERKSaIT_E": 168050, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSC_OSaISt13_Rb_tree_nodeIS8_EE": 168062, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeC2ERSE_": 168089, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv": 168100, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC2ERKSt17_Rb_tree_iteratorIS8_E": 168114, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_insert_unique_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_ESt23_Rb_tree_const_iteratorIS8_EOT_RT0_": 168126, + ".L16408": 168162, + ".L16410": 168169, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE6_M_ptrEv": 168172, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE7destroyISA_EEvPT_": 168182, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE10deallocateEPSB_m": 168190, + "_ZZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_vE1vB5cxx11": 168210, + "_ZNK5boost3nfp3nil8any_castIRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEET_v": 168212, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE8allocateERS6_m": 168222, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKcPS2_EEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_": 168236, + "_ZSt7forwardIN5boost9unit_test9test_unit19readonly_property62EEOT_RNSt16remove_referenceIS4_E4typeE": 168255, + "_ZSt4moveIRN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEONSt16remove_referenceIT_E4typeEOS8_": 168262, + "_ZNSt16allocator_traitsISaIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_": 168269, + "_ZSteqIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEbRKSt13move_iteratorIT_ESB_": 168288, + "_ZSt7forwardIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEEOT_RNSt16remove_referenceIS6_E4typeE": 168307, + "_ZNSt11_Tuple_implILm0EJRKmEE7_M_headERS2_": 168314, + "_ZNSt4pairIKmN5boost9unit_test6output10junit_impl16junit_log_helperEEC2IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE": 168324, + "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC2IJOS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSI_IJDpT1_EESt12_Index_tupleIJXspT0_EEESR_IJXspT2_EEE": 168346, + "_ZNSt11_Tuple_implILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE7_M_headERS8_": 168376, + "_ZNSt4pairIKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEN5boost8functionIFvRKNS7_5debug16dbg_startup_infoEEEEEC2IJRS6_EJLm0EEJEJEEERSt5tupleIJDpT_EERSI_IJDpT1_EESt12_Index_tupleIJXspT0_EEESR_IJXspT2_EEE": 168386, + "_ZNK9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEEE8max_sizeEv": 168416, + "_ZSt19__relocate_object_aIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEES5_SaIS5_EEvPT_PT0_RT1_": 168426, + "_ZStneIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEbRKSt13move_iteratorIT_ESB_": 168453, + "_ZNSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEppEv": 168467, + "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEdeEv": 168479, + "_ZSt10_ConstructIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEJS5_EEvPT_DpOT0_": 168487, + "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEES9_EET0_T_SB_SA_": 168509, + ".L16448": 168520, + ".L16447": 168535, + "_ZNSt11__copy_moveILb0ELb0ESt26random_access_iterator_tagE8__copy_mIPN5boost10shared_ptrINS3_9unit_test9decorator4baseEEES9_EET0_T_SB_SA_": 168539, + ".L16452": 168550, + ".L16451": 168562, + "_ZSt7forwardIRN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEOT_RNSt16remove_referenceIS7_E4typeE": 168566, + "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPSt6vectorIN5boost10shared_ptrINS4_9unit_test9decorator4baseEEESaIS9_EESC_EET0_T_SE_SD_": 168573, + ".L16458": 168587, + ".L16457": 168602, + "_ZSt4moveIRSaIN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEEONSt16remove_referenceIT_E4typeEOS9_": 168606, + "_ZSt19__relocate_object_aISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EES8_SaIS8_EEvPT_PT0_RT1_": 168613, + "_ZStneIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEbRKSt13move_iteratorIT_ESE_": 168640, + "_ZNSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEppEv": 168654, + "_ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEdeEv": 168666, + "_ZSt10_ConstructISt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEJS8_EEvPT_DpOT0_": 168674, + "_ZN5boost9unit_test5utils9ut_detail20default_char_compareIcEclEcc": 168696, + "_ZSteqIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEEbRKSt13move_iteratorIT_ESA_": 168713, + "_ZNSt4pairIKmN5boost9unit_test9framework4impl10order_infoEEC2IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE": 168732, + "_ZSt12__miter_baseIPmEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E": 168754, + "_ZSt13__copy_move_aILb1EPmS0_ET1_T0_S2_S1_": 168766, + "_ZNSt16allocator_traitsISaIN5boost9unit_test9framework4impl11name_filter9componentEEE8max_sizeERKS6_": 168800, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE11_M_max_sizeEv": 168810, + "_ZNSt20__uninitialized_copyILb0EE13__uninit_copyIPKN5boost9unit_test9framework4impl11name_filter9componentEPS7_EET0_T_SC_SB_": 168817, + ".L16485": 168826, + ".L16484": 168841, + "_ZNK9__gnu_cxx13new_allocatorISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS7_EEE8max_sizeEv": 168845, + "_ZSt19__relocate_object_aISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EES8_SaIS8_EEvPT_PT0_RT1_": 168855, + "_ZStneIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEbRKSt13move_iteratorIT_ESE_": 168882, + "_ZNSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEppEv": 168896, + "_ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEdeEv": 168908, + "_ZSt10_ConstructISt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEJS8_EEvPT_DpOT0_": 168916, + "_ZSt7forwardIRKN5boost9unit_test9framework4impl11name_filter9componentEEOT_RNSt16remove_referenceIS8_E4typeE": 168938, + "_ZN5boost9typeindexeqINS0_14stl_type_indexESt9type_infoEEbRKNS0_17type_index_facadeIT_T0_EES9_": 168945, + "_ZN5boost3_bi5valueINS_10shared_ptrINS_9unit_test17test_unit_fixtureEEEE3getEv": 168958, + "_ZNK5boost4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEE4callINS_10shared_ptrIS3_EEEEvRT_PKv": 168965, + ".L16504": 168994, + ".L16505": 168997, + "_ZNSt8_Rb_treeIPN5boost9unit_test14global_fixtureES3_St9_IdentityIS3_ESt4lessIS3_ESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_": 169003, + "_ZNSt8_Rb_treeIPN5boost9unit_test13test_observerES3_St9_IdentityIS3_ENS1_9framework5state14priority_orderESaIS3_EE17_M_construct_nodeIJRKS3_EEEvPSt13_Rb_tree_nodeIS3_EDpOT_": 169037, + "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13output_formatEEE7_M_headERS5_": 169071, + "_ZSt7forwardIRKN5boost9unit_test13output_formatEEOT_RNSt16remove_referenceIS5_E4typeE": 169081, + "_ZNSt4pairIKN5boost9unit_test13output_formatENS1_14runtime_config13stream_holderEEC2IJRS3_EJLm0EEJEJEEERSt5tupleIJDpT_EERS9_IJDpT1_EESt12_Index_tupleIJXspT0_EEESI_IJXspT2_EEE": 169088, + "_ZN5boost3_bi5valueIPNS_9unit_test15unit_test_log_tEE3getEv": 169111, + "_ZSteqIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEbRKSt13move_iteratorIT_ESB_": 169118, + "_ZN5boost3_bi5valueINS_9unit_test13output_formatEE3getEv": 169137, + "_ZN5boost3_bi5valueIPFPNS_9unit_test10test_suiteEiPPcEE3getEv": 169144, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKmPN5boost9unit_test9test_unitEEEE9constructIS8_JS8_EEEvPT_DpOT0_": 169151, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE8allocateEmPKv": 169176, + ".L16524": 169191, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE9constructIS5_JS5_EEEvPT_DpOT0_": 169201, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE8allocateEmPKv": 169222, + ".L16528": 169237, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE9constructIS5_JS5_EEEvPT_DpOT0_": 169247, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework5state13context_frameEE8max_sizeEv": 169268, + "_ZSt19__relocate_object_aIN5boost9unit_test9framework5state13context_frameES4_SaIS4_EEvPT_PT0_RT1_": 169278, + "_ZStneIPN5boost9unit_test9framework5state13context_frameEEbRKSt13move_iteratorIT_ESA_": 169305, + "_ZNSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEppEv": 169319, + "_ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEEdeEv": 169331, + "_ZSt10_ConstructIN5boost9unit_test9framework5state13context_frameEJS4_EEvPT_DpOT0_": 169339, + "_ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E": 169361, + "_ZSt13__copy_move_aILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_": 169373, + "_ZNSt4pairIKmPN5boost9unit_test9test_unitEEC2IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS8_IJDpT1_EESt12_Index_tupleIJXspT0_EEESH_IJXspT2_EEE": 169407, + "_ZN5boost3_bi5valueIPNS_9unit_test13test_observerEE3getEv": 169427, + "_ZN5boost3_bi5valueINS_9unit_test17test_case_counter19readonly_property43EE3getEv": 169434, + "_ZN5boost3_bi5valueImE3getEv": 169441, + "_ZNSt20__copy_move_backwardILb1ELb0ESt26random_access_iterator_tagE13__copy_move_bIPN5boost10shared_ptrINS3_9unit_test17test_unit_fixtureEEES8_EET0_T_SA_S9_": 169448, + ".L16554": 169459, + ".L16553": 169474, + "_ZNSt11_Tuple_implILm0EJRKN5boost16exception_detail10type_info_EEE7_M_headERS5_": 169478, + "_ZNSt4pairIKN5boost16exception_detail10type_info_ENS0_10shared_ptrINS1_15error_info_baseEEEEC2IJRS3_EJLm0EEJEJEEERSt5tupleIJDpT_EERSA_IJDpT1_EESt12_Index_tupleIJXspT0_EEESJ_IJXspT2_EEE": 169488, + "_ZSt7forwardIN5boost16exception_detail10type_info_EEOT_RNSt16remove_referenceIS3_E4typeE": 169510, + "_ZSt7forwardIN5boost10shared_ptrINS0_16exception_detail15error_info_baseEEEEOT_RNSt16remove_referenceIS5_E4typeE": 169517, + "_ZNSt4pairIKmN5boost9unit_test12test_resultsEEC2IJRS0_EJLm0EEJEJEEERSt5tupleIJDpT_EERS7_IJDpT1_EESt12_Index_tupleIJXspT0_EEESG_IJXspT2_EEE": 169524, + "_ZNSt4pairIKmN5boost9unit_test12test_resultsEEC2IJOmEJLm0EEJEJEEERSt5tupleIJDpT_EERS7_IJDpT1_EESt12_Index_tupleIJXspT0_EEESG_IJXspT2_EEE": 169546, + "_ZSteqIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEEbRKSt13move_iteratorIT_ESE_": 169568, + "_ZSt12__miter_baseIPcEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E": 169587, + "_ZSt13__copy_move_aILb1EPcS0_ET1_T0_S2_S1_": 169599, + "_ZSt4moveIRSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEONSt16remove_referenceIT_E4typeEOSF_": 169633, + "_ZNSt16allocator_traitsISaISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEE9constructISC_JSC_EEEvRSD_PT_DpOT0_": 169640, + "_ZSteqIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEbRKSt13move_iteratorIT_ESI_": 169659, + "_ZSt7forwardISt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEEOT_RNSt16remove_referenceISD_E4typeE": 169678, + "_ZN5boost10shared_ptrINS_9unit_test19test_unit_generatorEEC2EOS3_": 169685, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE8allocateEmPKv": 169711, + ".L16580": 169726, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE9constructIS7_JRKS7_EEEvPT_DpOT0_": 169733, + ".L16585": 169763, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8max_sizeEv": 169770, + "_ZSt19__relocate_object_aIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES3_SaIS3_EEvPT_PT0_RT1_": 169780, + "_ZStneIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEbRKSt13move_iteratorIT_ES9_": 169807, + "_ZNSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEppEv": 169821, + "_ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEdeEv": 169833, + "_ZSt10_ConstructIN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEJS3_EEvPT_DpOT0_": 169841, + "_ZNK9__gnu_cxx13new_allocatorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE8max_sizeEv": 169863, + "_ZSt4copyISt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEES6_ET0_T_S9_S8_": 169873, + "_ZN5boost10shared_ptrINS_2io18ios_base_all_saverEEaSEOS3_": 169897, + "_ZN5boost10shared_ptrINS_9unit_test23unit_test_log_formatterEEaSEOS3_": 169919, + "_ZNK9__gnu_cxx13new_allocatorIN5boost7runtime16parameter_cla_idEE8max_sizeEv": 169941, + "_ZSt19__relocate_object_aIN5boost7runtime16parameter_cla_idES2_SaIS2_EEvPT_PT0_RT1_": 169951, + "_ZStneIPN5boost7runtime16parameter_cla_idEEbRKSt13move_iteratorIT_ES8_": 169978, + "_ZNSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEppEv": 169992, + "_ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEEdeEv": 170004, + "_ZSt10_ConstructIN5boost7runtime16parameter_cla_idEJS2_EEvPT_DpOT0_": 170012, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_10shared_ptrINS3_7runtime8argumentEEEEEE11_M_max_sizeEv": 170034, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEEC2IJRS5_EJEEESt21piecewise_construct_tSt5tupleIJDpT_EESE_IJDpT0_EE": 170041, + "_ZSt7forwardIN5boost10shared_ptrINS0_7runtime11basic_paramEEEEOT_RNSt16remove_referenceIS5_E4typeE": 170056, + "_ZSt4moveIRN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEONSt16remove_referenceIT_E4typeEOS8_": 170063, + "_ZNSt16allocator_traitsISaIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEE9constructIS5_JS5_EEEvRS6_PT_DpOT0_": 170070, + "_ZSteqIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEbRKSt13move_iteratorIT_ESB_": 170089, + "_ZSt7forwardIN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEEOT_RNSt16remove_referenceIS6_E4typeE": 170108, + "_ZNSt11_Tuple_implILm0EJRKN5boost9unit_test13basic_cstringIKcEEEE7_M_headERS7_": 170115, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IJRS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSF_IJDpT1_EESt12_Index_tupleIJXspT0_EEESO_IJXspT2_EEE": 170125, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEC2IJOS4_EJLm0EEJEJEEERSt5tupleIJDpT_EERSF_IJDpT1_EESt12_Index_tupleIJXspT0_EEESO_IJXspT2_EEE": 170150, + "_ZSt4moveIRN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEONSt16remove_referenceIT_E4typeEOS9_": 170175, + "_ZNSt16allocator_traitsISaIN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEE9constructIS6_JS6_EEEvRS7_PT_DpOT0_": 170182, + "_ZSteqIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEEbRKSt13move_iteratorIT_ESC_": 170201, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE8allocateEmPKv": 170220, + ".L16636": 170235, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE9constructIS6_JS6_EEEvPT_DpOT0_": 170245, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEEC2IZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EET_NS_10enable_if_IXntsrNS_11is_integralISD_EE5valueEiE4typeE": 170266, + "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_vE1v": 170281, + "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test13output_formatEEET_v": 170283, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEEC2Ev": 170293, + "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEEONSt16remove_referenceIT_E4typeEOSE_": 170300, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEEC2ERKSA_": 170307, + "_ZNSt20_Rb_tree_key_compareISt4lessIN5boost9unit_test13basic_cstringIKcEEEEC2ERKS6_": 170321, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC2EPSt18_Rb_tree_node_base": 170329, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_": 170340, + ".L16650": 170382, + ".L16651": 170384, + ".L16652": 170400, + ".L16649": 170407, + ".L16655": 170446, + ".L16658": 170479, + ".L16657": 170489, + ".L16654": 170496, + ".L16660": 170533, + ".L16663": 170565, + ".L16662": 170575, + ".L16659": 170582, + ".L16664": 170592, + "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEclERKS8_": 170596, + "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEOT_RNSt16remove_referenceISB_E4typeE": 170604, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_": 170611, + ".L16670": 170645, + ".L16671": 170648, + ".L16672": 170650, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE7_M_addrEv": 170684, + "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test9log_levelEEET_vE1v": 170691, + "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test9log_levelEEET_v": 170693, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEEC2Ev": 170703, + "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEEONSt16remove_referenceIT_E4typeEOSE_": 170710, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEEC2ERKSA_": 170717, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC2EPSt18_Rb_tree_node_base": 170731, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_": 170742, + ".L16685": 170784, + ".L16686": 170786, + ".L16687": 170802, + ".L16684": 170809, + ".L16690": 170848, + ".L16693": 170881, + ".L16692": 170891, + ".L16689": 170898, + ".L16695": 170935, + ".L16698": 170967, + ".L16697": 170977, + ".L16694": 170984, + ".L16699": 170994, + "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEclERKS8_": 170998, + "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEOT_RNSt16remove_referenceISB_E4typeE": 171006, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_": 171013, + ".L16705": 171047, + ".L16706": 171050, + ".L16707": 171052, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE7_M_addrEv": 171086, + "_ZZNK5boost3nfp3nil8any_castIRKNS_9unit_test12report_levelEEET_vE1v": 171093, + "_ZNK5boost3nfp3nil8any_castIRKNS_9unit_test12report_levelEEET_v": 171095, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEEC2Ev": 171105, + "_ZSt4moveIRSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEEONSt16remove_referenceIT_E4typeEOSE_": 171112, + "_ZNSaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEEC2ERKSA_": 171119, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC2EPSt18_Rb_tree_node_base": 171133, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE29_M_get_insert_hint_unique_posESt23_Rb_tree_const_iteratorIS8_ERS6_": 171144, + ".L16720": 171186, + ".L16721": 171188, + ".L16722": 171204, + ".L16719": 171211, + ".L16725": 171250, + ".L16728": 171283, + ".L16727": 171293, + ".L16724": 171300, + ".L16730": 171337, + ".L16733": 171369, + ".L16732": 171379, + ".L16729": 171386, + ".L16734": 171396, + "_ZNKSt10_Select1stISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEclERKS8_": 171400, + "_ZSt7forwardIRKSt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEOT_RNSt16remove_referenceISB_E4typeE": 171408, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_M_insert_IRKS8_NSE_11_Alloc_nodeEEESt17_Rb_tree_iteratorIS8_EPSt18_Rb_tree_node_baseSM_OT_RT0_": 171415, + ".L16740": 171449, + ".L16741": 171452, + ".L16742": 171454, + "_ZN9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE7_M_addrEv": 171488, + "_ZSt12__niter_wrapIPmET_RKS1_S1_": 171495, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE8allocateEmPKv": 171503, + ".L16749": 171518, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE9constructIS5_JRKS5_EEEvPT_DpOT0_": 171528, + "_ZN9__gnu_cxx13new_allocatorIN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE9constructIS6_JS6_EEEvPT_DpOT0_": 171553, + "_ZNKSt13move_iteratorIPN5boost9unit_test6output10junit_impl16junit_log_helper15assertion_entryEE4baseEv": 171576, + "_ZNSt10_Head_baseILm0ERKmLb0EE7_M_headERS2_": 171584, + "_ZSt3getILm0EJRKmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS6_": 171592, + "_ZSt3getILm0EJONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_": 171602, + "_ZNSt10_Head_baseILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0EE7_M_headERS8_": 171612, + "_ZSt3getILm0EJRKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSC_": 171620, + "_ZSteqIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEEbRKSt13move_iteratorIT_ESB_": 171630, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEaSEOS4_": 171649, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEEaSERKS4_": 171671, + "_ZSteqIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEEbRKSt13move_iteratorIT_ESE_": 171693, + "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test17test_unit_fixtureEEEE4baseEv": 171712, + "_ZNKSt13move_iteratorIPmE4baseEv": 171720, + "_ZSt12__miter_baseIPmET_S1_": 171728, + "_ZNK9__gnu_cxx13new_allocatorIN5boost9unit_test9framework4impl11name_filter9componentEE8max_sizeEv": 171735, + "_ZSt11__addressofIN5boost9unit_test9framework4impl11name_filter9componentEEPT_RS6_": 171745, + "_ZN5boost9unit_test9framework4impl11name_filter9componentC2ERKS4_": 171752, + "_ZSt10_ConstructIN5boost9unit_test9framework4impl11name_filter9componentEJRKS5_EEvPT_DpOT0_": 171772, + "_ZSteqIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEEbRKSt13move_iteratorIT_ESE_": 171794, + "_ZN5boost11get_pointerINS_9unit_test17test_unit_fixtureEEEPNS_10shared_ptrIT_E12element_typeERKS5_": 171813, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_": 171823, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEEE9constructIS4_JRKS4_EEEvRS6_PT_DpOT0_": 171842, + "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13output_formatELb0EE7_M_headERS5_": 171861, + "_ZSt3getILm0EJRKN5boost9unit_test13output_formatEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS9_": 171869, + "_ZNKSt13move_iteratorIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEE4baseEv": 171879, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE11_M_max_sizeEv": 171887, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE11_M_max_sizeEv": 171894, + "_ZSteqIPN5boost9unit_test9framework5state13context_frameEEbRKSt13move_iteratorIT_ESA_": 171901, + "_ZNKSt13move_iteratorIPPN5boost9unit_test10test_suiteEE4baseEv": 171920, + "_ZSt12__miter_baseIPPN5boost9unit_test10test_suiteEET_S5_": 171928, + "_ZSt14__copy_move_a1ILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_": 171935, + "_ZSt12__niter_wrapIPPN5boost9unit_test10test_suiteEET_RKS5_S5_": 171950, + "_ZNSt10_Head_baseILm0ERKN5boost16exception_detail10type_info_ELb0EE7_M_headERS5_": 171958, + "_ZSt3getILm0EJRKN5boost16exception_detail10type_info_EEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS9_": 171966, + "_ZSt3getILm0EJOmEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERS5_": 171976, + "_ZNKSt13move_iteratorIPSt4pairIPKcPKN5boost9unit_test12lazy_ostreamEEE4baseEv": 171986, + "_ZNKSt13move_iteratorIPcE4baseEv": 171994, + "_ZSt12__miter_baseIPcET_S1_": 172002, + "_ZSt14__copy_move_a1ILb1EPcS0_ET1_T0_S2_S1_": 172009, + "_ZSt12__niter_wrapIPcET_RKS1_S1_": 172024, + "_ZN9__gnu_cxx13new_allocatorISt4pairIN5boost10shared_ptrINS2_9unit_test19test_unit_generatorEEESt6vectorINS3_INS4_9decorator4baseEEESaISA_EEEE9constructISD_JSD_EEEvPT_DpOT0_": 172032, + "_ZNKSt13move_iteratorIPSt4pairIN5boost10shared_ptrINS1_9unit_test19test_unit_generatorEEESt6vectorINS2_INS3_9decorator4baseEEESaIS9_EEEE4baseEv": 172055, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE11_M_max_sizeEv": 172063, + "_ZSteqIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEbRKSt13move_iteratorIT_ES9_": 172070, + "_ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEDTcl12__miter_basecldtfp_4baseEEESt13move_iteratorIT_E": 172089, + "_ZSt13__copy_move_aILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_": 172101, + "_ZSteqIPN5boost7runtime16parameter_cla_idEEbRKSt13move_iteratorIT_ES8_": 172135, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS0_10shared_ptrINS0_7runtime8argumentEEEEC2IJRS5_EJLm0EEJEJEEERSt5tupleIJDpT_EERSD_IJDpT1_EESt12_Index_tupleIJXspT0_EEESM_IJXspT2_EEE": 172154, + "_ZN9__gnu_cxx13new_allocatorIN5boost17reference_wrapperIKNS1_7runtime16parameter_cla_idEEEE9constructIS6_JS6_EEEvPT_DpOT0_": 172179, + "_ZNKSt13move_iteratorIPN5boost17reference_wrapperIKNS0_7runtime16parameter_cla_idEEEE4baseEv": 172201, + "_ZNSt10_Head_baseILm0ERKN5boost9unit_test13basic_cstringIKcEELb0EE7_M_headERS7_": 172209, + "_ZSt3getILm0EJRKN5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSB_": 172217, + "_ZSt3getILm0EJON5boost9unit_test13basic_cstringIKcEEEERNSt13tuple_elementIXT_ESt5tupleIJDpT0_EEE4typeERSA_": 172227, + "_ZN9__gnu_cxx13new_allocatorIN5boost10shared_ptrINS1_7runtime3cla13rt_cla_detail14parameter_trieEEEE9constructIS7_JS7_EEEvPT_DpOT0_": 172237, + "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_7runtime3cla13rt_cla_detail14parameter_trieEEEE4baseEv": 172260, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPKN5boost7runtime16parameter_cla_idEEE11_M_max_sizeEv": 172268, + "_ZZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_E13stored_vtable": 172275, + "_ZN5boost9function1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS1_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS4_E_EEvT_": 172278, + ".L16856": 172296, + ".L16858": 172299, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEEC2ERKSC_": 172303, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE13_M_const_castEv": 172311, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv": 172325, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv": 172333, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv": 172341, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base": 172349, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_": 172359, + ".L16874": 172375, + ".L16872": 172397, + ".L16873": 172401, + ".L16871": 172404, + ".L16876": 172432, + ".L16875": 172436, + ".L16878": 172458, + ".L16879": 172468, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv": 172472, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEmmEv": 172480, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEppEv": 172494, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_": 172508, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEEC2ERKSC_": 172526, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE13_M_const_castEv": 172534, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv": 172548, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv": 172556, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv": 172564, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base": 172572, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_": 172582, + ".L16903": 172598, + ".L16901": 172620, + ".L16902": 172624, + ".L16900": 172627, + ".L16905": 172655, + ".L16904": 172659, + ".L16907": 172681, + ".L16908": 172691, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv": 172695, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEmmEv": 172703, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEppEv": 172717, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_": 172731, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEEC2ERKSC_": 172749, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE13_M_const_castEv": 172757, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv": 172771, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4sizeEv": 172779, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE12_M_rightmostEv": 172787, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt18_Rb_tree_node_base": 172795, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE24_M_get_insert_unique_posERS6_": 172805, + ".L16932": 172821, + ".L16930": 172843, + ".L16931": 172847, + ".L16929": 172850, + ".L16934": 172878, + ".L16933": 172882, + ".L16936": 172904, + ".L16937": 172914, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_leftmostEv": 172918, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEmmEv": 172926, + "_ZNSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEppEv": 172940, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_Alloc_nodeclIRKS8_EEPSt13_Rb_tree_nodeIS8_EOT_": 172954, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKcPS3_EEE11_M_max_sizeEv": 172972, + "_ZSt12__get_helperILm0ERKmJEERT0_RSt11_Tuple_implIXT_EJS2_DpT1_EE": 172979, + "_ZSt12__get_helperILm0EONSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEERT0_RSt11_Tuple_implIXT_EJS7_DpT1_EE": 172989, + "_ZSt12__get_helperILm0ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEJEERT0_RSt11_Tuple_implIXT_EJS8_DpT1_EE": 172999, + "_ZNKSt13move_iteratorIPN5boost10shared_ptrINS0_9unit_test9decorator4baseEEEE4baseEv": 173009, + "_ZN5boost10shared_ptrINS_9unit_test9decorator4baseEE4swapERS4_": 173017, + "_ZNKSt13move_iteratorIPSt6vectorIN5boost10shared_ptrINS1_9unit_test9decorator4baseEEESaIS6_EEE4baseEv": 173038, + "_ZNKSt13move_iteratorIPSt6vectorIN5boost9unit_test9framework4impl11name_filter9componentESaIS6_EEE4baseEv": 173046, + "_ZNK5boost10shared_ptrINS_9unit_test17test_unit_fixtureEE3getEv": 173054, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test14global_fixtureEEE9constructIS5_JRKS5_EEEvPT_DpOT0_": 173062, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN5boost9unit_test13test_observerEEE9constructIS5_JRKS5_EEEvPT_DpOT0_": 173083, + "_ZSt12__get_helperILm0ERKN5boost9unit_test13output_formatEJEERT0_RSt11_Tuple_implIXT_EJS5_DpT1_EE": 173104, + "_ZNKSt13move_iteratorIPN5boost9unit_test9framework5state13context_frameEE4baseEv": 173114, + "_ZSt14__copy_move_a2ILb1EPPN5boost9unit_test10test_suiteES4_ET1_T0_S6_S5_": 173122, + "_ZSt12__get_helperILm0ERKN5boost16exception_detail10type_info_EJEERT0_RSt11_Tuple_implIXT_EJS5_DpT1_EE": 173137, + "_ZSt12__get_helperILm0EOmJEERT0_RSt11_Tuple_implIXT_EJS1_DpT1_EE": 173147, + "_ZSt14__copy_move_a2ILb1EPcS0_ET1_T0_S2_S1_": 173157, + "_ZNKSt13move_iteratorIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv": 173172, + "_ZNKSt13move_iteratorIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEE4baseEv": 173180, + "_ZSt12__miter_baseIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_S6_": 173188, + "_ZSt14__copy_move_a1ILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_": 173195, + "_ZSt12__niter_wrapIPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEET_RKS6_S6_": 173210, + "_ZNKSt13move_iteratorIPN5boost7runtime16parameter_cla_idEE4baseEv": 173218, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2Ev": 173226, + "_ZSt12__get_helperILm0ERKN5boost9unit_test13basic_cstringIKcEEJEERT0_RSt11_Tuple_implIXT_EJS7_DpT1_EE": 173240, + "_ZSt12__get_helperILm0EON5boost9unit_test13basic_cstringIKcEEJEERT0_RSt11_Tuple_implIXT_EJS6_DpT1_EE": 173250, + "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E6manageERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE": 173260, + ".L16995": 173281, + ".L16997": 173288, + "_ZN5boost6detail8function26void_function_obj_invoker1IZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_vSB_E6invokeERNS1_15function_bufferESB_": 173292, + "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEbT_RNS1_15function_bufferE": 173313, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E": 173326, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv": 173341, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_": 173355, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_13output_formatEEERS1_Lb1EEEOT_OT0_": 173368, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_": 173390, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E": 173412, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv": 173427, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_": 173441, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_9log_levelEEERS1_Lb1EEEOT_OT0_": 173454, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_": 173476, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_S_keyEPKSt13_Rb_tree_nodeIS8_E": 173498, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE5beginEv": 173513, + "_ZSteqRKSt17_Rb_tree_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_": 173527, + "_ZNSt4pairIPSt18_Rb_tree_node_baseS1_EC2IRPSt13_Rb_tree_nodeIS_IKN5boost9unit_test13basic_cstringIKcEENS6_12report_levelEEERS1_Lb1EEEOT_OT0_": 173540, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_create_nodeIJRKS8_EEEPSt13_Rb_tree_nodeIS8_EDpOT_": 173562, + "_ZSt4moveIRPN5boost9unit_test9decorator4baseEEONSt16remove_referenceIT_E4typeEOS7_": 173584, + "_ZSt4swapIPN5boost9unit_test9decorator4baseEENSt9enable_ifIXsrSt6__and_IJSt6__not_ISt15__is_tuple_likeIT_EESt21is_move_constructibleIS9_ESt18is_move_assignableIS9_EEE5valueEvE4typeERS9_SJ_": 173591, + "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test10test_suiteEEEPT_PKS7_SA_S8_": 173617, + ".L17032": 173637, + "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIcEEPT_PKS3_S6_S4_": 173644, + ".L17035": 173662, + "_ZSt14__copy_move_a2ILb1EPPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implES5_ET1_T0_S7_S6_": 173668, + "_ZN5boost9typeindex7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS2_13basic_cstringIKcEEE_EENS0_14stl_type_indexEv": 173683, + "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS1_16function_obj_tagE": 173689, + "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE9assign_toIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEbT_RNS1_15function_bufferENS1_16function_obj_tagE": 173705, + ".L17043": 173727, + ".L17044": 173729, + "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEE9_M_valptrEv": 173732, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEOT_RNSt16remove_referenceISD_E4typeE": 173743, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv": 173750, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_": 173763, + ".L17056": 173805, + "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEE9_M_valptrEv": 173812, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEOT_RNSt16remove_referenceISD_E4typeE": 173823, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv": 173830, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_": 173843, + ".L17068": 173885, + "_ZNKSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEE9_M_valptrEv": 173892, + "_ZSt7forwardIRPSt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEOT_RNSt16remove_referenceISD_E4typeE": 173903, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE11_M_get_nodeEv": 173910, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE17_M_construct_nodeIJRKS8_EEEvPSt13_Rb_tree_nodeIS8_EDpOT_": 173923, + ".L17080": 173965, + "_ZNSt11__copy_moveILb1ELb1ESt26random_access_iterator_tagE8__copy_mIPN5boost9unit_test12_GLOBAL__N_130unit_test_log_data_helper_implEEEPT_PKS8_SB_S9_": 173972, + ".L17082": 173992, + "_ZN5boost9typeindex14stl_type_index7type_idIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_EES1_v": 173999, + "_ZN5boost6detail8function15functor_managerIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E7managerERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeENS_17integral_constantIbLb1EEE": 174010, + "_ZN5boost9addressofIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS1_13basic_cstringIKcEEE_EEPT_RSB_": 174026, + "_ZNK5boost6detail8function13basic_vtable1IvNS_9unit_test13basic_cstringIKcEEE14assign_functorIZNS3_14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlS6_E_EEvT_RNS1_15function_bufferENS_17integral_constantIbLb1EEE": 174033, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE6_M_ptrEv": 174046, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE8allocateERSB_m": 174056, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_": 174070, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE6_M_ptrEv": 174089, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE8allocateERSB_m": 174099, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_": 174113, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE6_M_ptrEv": 174132, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE8allocateERSB_m": 174142, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE9constructIS9_JRKS9_EEEvRSB_PT_DpOT0_": 174156, + "_ZN5boost6detail8function22functor_manager_commonIZNS_9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS3_13basic_cstringIKcEEE_E12manage_smallERKNS1_15function_bufferERSE_NS1_30functor_manager_operation_typeE": 174175, + ".L17106": 174186, + ".L17107": 174198, + ".L17110": 174204, + ".L17112": 174221, + ".L17111": 174225, + ".L17113": 174238, + ".L17114": 174240, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEE7_M_addrEv": 174244, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE8allocateEmPKv": 174251, + ".L17118": 174266, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_13output_formatEEC2ERKS7_": 174276, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE9constructISA_JRKSA_EEEvPT_DpOT0_": 174294, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEE7_M_addrEv": 174317, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE8allocateEmPKv": 174324, + ".L17125": 174339, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_9log_levelEEC2ERKS7_": 174349, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE9constructISA_JRKSA_EEEvPT_DpOT0_": 174367, + "_ZNK9__gnu_cxx16__aligned_membufISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEE7_M_addrEv": 174390, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE8allocateEmPKv": 174397, + ".L17132": 174412, + "_ZNSt4pairIKN5boost9unit_test13basic_cstringIKcEENS1_12report_levelEEC2ERKS7_": 174422, + "_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE9constructISA_JRKSA_EEEvPT_DpOT0_": 174440, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEE11_M_max_sizeEv": 174463, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEE11_M_max_sizeEv": 174470, + "_ZNK9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEE11_M_max_sizeEv": 174477, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE": 174484, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEED2Ev": 174494, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEED0Ev": 174508, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE": 174522, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEED2Ev": 174532, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEED0Ev": 174546, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE": 174560, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEED2Ev": 174570, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEED0Ev": 174584, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE": 174598, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEED2Ev": 174608, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEED0Ev": 174622, + "_ZTVN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE": 174636, + "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEED2Ev": 174646, + "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEED0Ev": 174660, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE": 174674, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEED2Ev": 174684, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEED0Ev": 174698, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE": 174712, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEED2Ev": 174722, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEED0Ev": 174736, + "_ZTVN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE": 174750, + "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEED2Ev": 174760, + "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEED0Ev": 174774, + "_ZTVN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE": 174788, + "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEED2Ev": 174798, + "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEED0Ev": 174812, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE": 174826, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEED2Ev": 174836, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEED0Ev": 174850, + "_ZTVN5boost7runtime14typed_argumentImEE": 174864, + "_ZTVN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE": 174869, + "_ZTVN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE": 174874, + "_ZTVN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE": 174879, + "_ZTVN5boost7runtime14typed_argumentIjEE": 174884, + "_ZTVN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE": 174889, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE": 174894, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEED2Ev": 174904, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEED0Ev": 174918, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE": 174932, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEED2Ev": 174942, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEED0Ev": 174956, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE": 174970, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEED2Ev": 174980, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEED0Ev": 174994, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE": 175008, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEED2Ev": 175018, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEED0Ev": 175032, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE": 175046, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEED2Ev": 175056, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEED0Ev": 175070, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE": 175084, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEED2Ev": 175094, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEED0Ev": 175108, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE": 175122, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEED2Ev": 175132, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEED0Ev": 175146, + "_ZTVN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE": 175160, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEED2Ev": 175170, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEED0Ev": 175184, + "_ZTVN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE": 175198, + "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEED2Ev": 175208, + "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEED0Ev": 175226, + "_ZTVN5boost10wrapexceptINS_17bad_function_callEEE": 175240, + "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE": 175256, + "_ZTVN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE": 175262, + "_ZTVN5boost7runtime14typed_argumentIbEE": 175267, + "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE": 175272, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED2Ev": 175278, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcED0Ev": 175292, + "_ZTVN5boost9unit_test6output20xml_report_formatterE": 175306, + "_ZN5boost9unit_test6output20xml_report_formatterD2Ev": 175316, + "_ZN5boost9unit_test6output20xml_report_formatterD0Ev": 175330, + "_ZTVN5boost9unit_test6output17xml_log_formatterE": 175344, + "_ZN5boost9unit_test6output17xml_log_formatterD2Ev": 175370, + "_ZN5boost9unit_test6output17xml_log_formatterD0Ev": 175384, + "_ZTVN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE": 175398, + "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED2Ev": 175410, + "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EED0Ev": 175428, + "_ZTVN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE": 175442, + "_ZTVN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE": 175454, + "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED2Ev": 175466, + "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EED0Ev": 175480, + "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE": 175494, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED2Ev": 175506, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EED0Ev": 175520, + "_ZTVN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE": 175534, + "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED2Ev": 175546, + "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EED0Ev": 175564, + "_ZTVN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE": 175578, + "_ZTVN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE": 175590, + "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED2Ev": 175602, + "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EED0Ev": 175620, + "_ZTVN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE": 175634, + "_ZTVN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE": 175646, + "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED2Ev": 175658, + "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EED0Ev": 175672, + "_ZTVN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE": 175686, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED2Ev": 175698, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EED0Ev": 175716, + "_ZTVN5boost7runtime6optionE": 175730, + "_ZTVN5boost7runtime11basic_paramE": 175742, + "_ZTVN5boost9unit_test9ut_detail16labels_collectorE": 175754, + "_ZN5boost9unit_test9ut_detail16labels_collectorD2Ev": 175763, + "_ZN5boost9unit_test9ut_detail16labels_collectorD0Ev": 175781, + "_ZTVN5boost9unit_test9ut_detail20dot_content_reporterE": 175795, + "_ZN5boost9unit_test9ut_detail20dot_content_reporterD2Ev": 175804, + "_ZN5boost9unit_test9ut_detail20dot_content_reporterD0Ev": 175818, + "_ZTVN5boost9unit_test9ut_detail20hrf_content_reporterE": 175832, + "_ZN5boost9unit_test9ut_detail20hrf_content_reporterD2Ev": 175841, + "_ZN5boost9unit_test9ut_detail20hrf_content_reporterD0Ev": 175855, + "_ZTVN5boost9unit_test23unit_test_log_formatterE": 175869, + "_ZTVN5boost9unit_test15unit_test_log_tE": 175895, + "_ZN5boost9unit_test15unit_test_log_tD2Ev": 175912, + "_ZN5boost9unit_test15unit_test_log_tD0Ev": 175926, + "_ZTVN5boost9unit_test20global_configurationE": 175940, + "_ZTVN5boost9unit_test14global_fixtureE": 175957, + "_ZTVN5boost10test_tools18output_test_streamE": 175964, + "_ZTTN5boost10test_tools18output_test_streamE": 175981, + "_ZTCN5boost10test_tools18output_test_streamE0_NSt7__cxx1119basic_ostringstreamIcSt11char_traitsIcESaIcEEE": 175988, + "_ZTCN5boost10test_tools18output_test_streamE0_So": 175999, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE": 176010, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED2Ev": 176016, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_ED0Ev": 176030, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE": 176044, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED2Ev": 176050, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_ED0Ev": 176064, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE": 176078, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED2Ev": 176084, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_ED0Ev": 176098, + "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE": 176112, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED2Ev": 176118, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcED0Ev": 176132, + "_ZTVN5boost9unit_test25framework_init_observer_tE": 176146, + "_ZN5boost9unit_test25framework_init_observer_tD2Ev": 176163, + "_ZN5boost9unit_test25framework_init_observer_tD0Ev": 176177, + "_ZTVN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE": 176191, + "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD2Ev": 176200, + "_ZN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implD0Ev": 176222, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE": 176236, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED2Ev": 176242, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_ED0Ev": 176256, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE": 176270, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED2Ev": 176276, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_ED0Ev": 176290, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE": 176304, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED2Ev": 176310, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_ED0Ev": 176324, + "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE": 176338, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED2Ev": 176344, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcED0Ev": 176358, + "_ZTVN5boost9unit_test22results_collect_helperE": 176372, + "_ZN5boost9unit_test22results_collect_helperD2Ev": 176381, + "_ZN5boost9unit_test22results_collect_helperD0Ev": 176395, + "_ZTVN5boost9unit_test19results_collector_tE": 176409, + "_ZN5boost9unit_test19results_collector_tD2Ev": 176426, + "_ZN5boost9unit_test19results_collector_tD0Ev": 176440, + "_ZTVN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE": 176454, + "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD2Ev": 176463, + "_ZN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultD0Ev": 176477, + "_ZTVN5boost9unit_test18progress_monitor_tE": 176491, + "_ZN5boost9unit_test18progress_monitor_tD2Ev": 176508, + "_ZN5boost9unit_test18progress_monitor_tD0Ev": 176522, + "_ZTVN5boost9unit_test6output22plain_report_formatterE": 176536, + "_ZN5boost9unit_test6output22plain_report_formatterD2Ev": 176546, + "_ZN5boost9unit_test6output22plain_report_formatterD0Ev": 176560, + "_ZTVN5boost16exception_detail25error_info_container_implE": 176574, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE": 176583, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED2Ev": 176589, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjED0Ev": 176603, + "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE": 176617, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED2Ev": 176623, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcED0Ev": 176637, + "_ZTVZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators": 176651, + "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD2Ev": 176660, + "_ZZN5boost9unit_test9framework20finalize_setup_phaseEmEN16apply_decoratorsD0Ev": 176674, + "_ZTVN5boost9unit_test9framework4impl21global_fixture_handleE": 176688, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE": 176695, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED2Ev": 176701, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_ED0Ev": 176715, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE": 176729, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED2Ev": 176735, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_ED0Ev": 176749, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE": 176763, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED2Ev": 176769, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_ED0Ev": 176783, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE": 176797, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED2Ev": 176803, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_ED0Ev": 176817, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE": 176831, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED2Ev": 176837, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_ED0Ev": 176851, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE": 176865, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED2Ev": 176871, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_ED0Ev": 176885, + "_ZTVN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE": 176899, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED2Ev": 176905, + "_ZN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_ED0Ev": 176919, + "_ZTVN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE": 176933, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED2Ev": 176939, + "_ZN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcED0Ev": 176953, + "_ZTVN5boost9unit_test9framework4impl14set_run_statusE": 176967, + "_ZN5boost9unit_test9framework4impl14set_run_statusD2Ev": 176976, + "_ZN5boost9unit_test9framework4impl14set_run_statusD0Ev": 176990, + "_ZTVN5boost9unit_test9framework4impl12label_filterE": 177004, + "_ZN5boost9unit_test9framework4impl12label_filterD2Ev": 177013, + "_ZN5boost9unit_test9framework4impl12label_filterD0Ev": 177027, + "_ZTVN5boost9unit_test9framework4impl11name_filterE": 177041, + "_ZN5boost9unit_test9framework4impl11name_filterD2Ev": 177050, + "_ZN5boost9unit_test9framework4impl11name_filterD0Ev": 177068, + "_ZTVN5boost9unit_test17test_case_counterE": 177082, + "_ZN5boost9unit_test17test_case_counterD2Ev": 177091, + "_ZN5boost9unit_test17test_case_counterD0Ev": 177105, + "_ZTVN5boost9unit_test16results_reporter6formatE": 177119, + "_ZTVN5boost9unit_test9decorator12preconditionE": 177129, + "_ZTVN5boost9unit_test9decorator9fixture_tE": 177137, + "_ZTVN5boost9unit_test9decorator10depends_onE": 177145, + "_ZTVN5boost9unit_test9decorator11descriptionE": 177153, + "_ZTVN5boost9unit_test9decorator7timeoutE": 177161, + "_ZTVN5boost9unit_test9decorator17expected_failuresE": 177169, + "_ZTVN5boost9unit_test9decorator5labelE": 177177, + "_ZTVN5boost9unit_test9decorator15stack_decoratorE": 177185, + "_ZTVN5boost9unit_test9decorator4baseE": 177193, + "_ZTVN5boost9unit_test6output19junit_result_helperE": 177201, + "_ZN5boost9unit_test6output19junit_result_helperD2Ev": 177210, + "_ZN5boost9unit_test6output19junit_result_helperD0Ev": 177224, + "_ZTVN5boost9unit_test6output19junit_log_formatterE": 177238, + "_ZN5boost9unit_test6output19junit_log_formatterD2Ev": 177264, + "_ZN5boost9unit_test6output19junit_log_formatterD0Ev": 177290, + "_ZTVN5boost9unit_test13test_observerE": 177304, + "_ZTVN5boost9unit_test17test_tree_visitorE": 177321, + "_ZTVN5boost9unit_test6output22compiler_log_formatterE": 177330, + "_ZN5boost9unit_test6output22compiler_log_formatterD2Ev": 177357, + "_ZN5boost9unit_test6output22compiler_log_formatterD0Ev": 177371, + "_ZTVN5boost9unit_test12lazy_ostreamE": 177385, + "_ZTVN5boost9unit_test19master_test_suite_tE": 177391, + "_ZN5boost9unit_test19master_test_suite_tD2Ev": 177396, + "_ZN5boost9unit_test19master_test_suite_tD0Ev": 177410, + "_ZTVN5boost9unit_test10test_suiteE": 177424, + "_ZTVN5boost9unit_test17test_unit_fixtureE": 177429, + "_ZTVN5boost7runtime8argumentE": 177436, + "_ZTVN5boost7runtime18unrecognized_paramE": 177441, + "_ZTVN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE": 177447, + "_ZTVN5boost7runtime15ambiguous_paramE": 177453, + "_ZTVN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE": 177459, + "_ZTVN5boost7runtime15missing_req_argE": 177465, + "_ZN5boost7runtime15missing_req_argD2Ev": 177471, + "_ZN5boost7runtime15missing_req_argD0Ev": 177485, + "_ZTVN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE": 177499, + "_ZTVN5boost7runtime13duplicate_argE": 177505, + "_ZN5boost7runtime13duplicate_argD2Ev": 177511, + "_ZN5boost7runtime13duplicate_argD0Ev": 177525, + "_ZTVN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE": 177539, + "_ZTVN5boost7runtime12format_errorE": 177545, + "_ZN5boost7runtime12format_errorD2Ev": 177551, + "_ZN5boost7runtime12format_errorD0Ev": 177565, + "_ZTVN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE": 177579, + "_ZTVN5boost7runtime18invalid_param_specE": 177585, + "_ZTVN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE": 177591, + "_ZTVN5boost7runtime17arg_type_mismatchE": 177597, + "_ZTVN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE": 177603, + "_ZTVN5boost7runtime26access_to_missing_argumentE": 177609, + "_ZN5boost7runtime26access_to_missing_argumentD2Ev": 177615, + "_ZN5boost7runtime26access_to_missing_argumentD0Ev": 177629, + "_ZTVN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE": 177643, + "_ZTVN5boost7runtime17conflicting_paramE": 177649, + "_ZN5boost7runtime17conflicting_paramD2Ev": 177655, + "_ZN5boost7runtime17conflicting_paramD0Ev": 177669, + "_ZTVN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE": 177683, + "_ZTVN5boost7runtime15duplicate_paramE": 177689, + "_ZN5boost7runtime15duplicate_paramD2Ev": 177695, + "_ZN5boost7runtime15duplicate_paramD0Ev": 177709, + "_ZTVN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE": 177723, + "_ZTVN5boost7runtime14invalid_cla_idE": 177729, + "_ZN5boost7runtime14invalid_cla_idD2Ev": 177735, + "_ZN5boost7runtime14invalid_cla_idD0Ev": 177749, + "_ZTVN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE": 177763, + "_ZTVN5boost7runtime11input_errorE": 177769, + "_ZTVN5boost7runtime10init_errorE": 177775, + "_ZTVN5boost7runtime11param_errorE": 177781, + "_ZTVN5boost17bad_function_callE": 177787, + "_ZTVN5boost16exception_detail10clone_baseE": 177793, + "_ZTVN5boost9exceptionE": 177800, + "_ZTVN5boost16exception_detail20error_info_containerE": 177805, + "_ZTVN5boost6detail15sp_counted_baseE": 177814, + "_ZTVN5boost9unit_test9framework11setup_errorE": 177824, + "_ZN5boost9unit_test9framework11setup_errorD2Ev": 177830, + "_ZN5boost9unit_test9framework11setup_errorD0Ev": 177844, + "_ZTVN5boost9unit_test9framework14internal_errorE": 177858, + "_ZN5boost9unit_test9framework14internal_errorD2Ev": 177864, + "_ZN5boost9unit_test9framework14internal_errorD0Ev": 177878, + "_ZTSZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_": 177892, + "_ZTIZN5boost9unit_test14runtime_config12_GLOBAL__N_119register_parametersERNS_7runtime16parameters_storeEEUlNS0_13basic_cstringIKcEEE_": 177894, + "_ZTIPFvRKN5boost5debug16dbg_startup_infoEE": 177897, + "_ZTSPFvRKN5boost5debug16dbg_startup_infoEE": 177903, + "_ZTIPFvvE": 177905, + "_ZTSPFvvE": 177911, + "_ZTIN5boost6detail7forwardE": 177913, + "_ZTSN5boost6detail7forwardE": 177916, + "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE": 177918, + "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test13test_observerEmmEENS0_5list3INS0_5valueIPS5_EENS8_INS4_17test_case_counter19readonly_property43EEENS8_ImEEEEEE": 177921, + "_ZTIN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE": 177923, + "_ZTSN5boost3_bi6bind_tIvPFvPFPNS_9unit_test10test_suiteEiPPcEENS0_5list1INS0_5valueIS8_EEEEEE": 177926, + "_ZTIN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE": 177928, + "_ZTSN5boost3_bi6bind_tIvPFvRSoENS0_5list1INS_17reference_wrapperISoEEEEEE": 177931, + "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE": 177933, + "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf2IvNS_9unit_test15unit_test_log_tENS4_13output_formatERSoEENS0_5list3INS0_5valueIPS5_EENSA_IS6_EENS_17reference_wrapperISoEEEEEE": 177936, + "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE": 177938, + "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf1IvNS_9unit_test15unit_test_log_tERSoEENS0_5list2INS0_5valueIPS5_EENS_17reference_wrapperISoEEEEEE": 177941, + "_ZTIN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE": 177943, + "_ZTSN5boost3_bi6bind_tIvNS_4_mfi3mf0IvNS_9unit_test17test_unit_fixtureEEENS0_5list1INS0_5valueINS_10shared_ptrIS5_EEEEEEEE": 177946, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE": 177948, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEEE": 177952, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE": 177954, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEEE": 177958, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE": 177960, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEEE": 177964, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE": 177966, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEEE": 177970, + "_ZTIN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE": 177972, + "_ZTSN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEEE": 177976, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE": 177978, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEEE": 177982, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE": 177984, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime6optionEEE": 177988, + "_ZTIN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE": 177990, + "_ZTSN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEEE": 177994, + "_ZTIN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE": 177996, + "_ZTSN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEEE": 178000, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE": 178002, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEEE": 178006, + "_ZTIN5boost7runtime14typed_argumentImEE": 178008, + "_ZTIN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE": 178012, + "_ZTIN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE": 178016, + "_ZTIN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE": 178020, + "_ZTIN5boost7runtime14typed_argumentIjEE": 178024, + "_ZTIN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE": 178028, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE": 178032, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEEE": 178036, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE": 178038, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEEE": 178042, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE": 178044, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEEE": 178048, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE": 178050, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEEE": 178054, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE": 178056, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEEE": 178060, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE": 178062, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEEE": 178066, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE": 178068, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEEE": 178072, + "_ZTIN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE": 178074, + "_ZTSN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEEE": 178078, + "_ZTIN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE": 178080, + "_ZTSN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEEE": 178084, + "_ZTIN5boost10wrapexceptINS_17bad_function_callEEE": 178086, + "_ZTSN5boost10wrapexceptINS_17bad_function_callEEE": 178097, + "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE": 178099, + "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EE": 178103, + "_ZTIN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE": 178105, + "_ZTSN5boost7runtime14typed_argumentINS_9unit_test13output_formatEEE": 178109, + "_ZTIN5boost7runtime14typed_argumentIbEE": 178111, + "_ZTSN5boost7runtime14typed_argumentIbEE": 178115, + "_ZTIN5boost3nfp10nfp_detail27access_to_invalid_parameterE": 178117, + "_ZTSN5boost3nfp10nfp_detail27access_to_invalid_parameterE": 178120, + "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE": 178122, + "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEE": 178126, + "_ZTIN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE": 178128, + "_ZTSN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEE": 178132, + "_ZTIN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE": 178134, + "_ZTSN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEE": 178138, + "_ZTIN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE": 178140, + "_ZTSN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEE": 178144, + "_ZTIN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE": 178146, + "_ZTSN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEE": 178150, + "_ZTIN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE": 178152, + "_ZTSN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEE": 178156, + "_ZTIN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE": 178158, + "_ZTSN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEE": 178162, + "_ZTIN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE": 178164, + "_ZTSN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEE": 178168, + "_ZTIN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE": 178170, + "_ZTSN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEE": 178174, + "_ZTIN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE": 178176, + "_ZTSN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEE": 178180, + "_ZTIN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE": 178182, + "_ZTSN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEE": 178186, + "_ZTIN5boost7runtime6optionE": 178188, + "_ZTSN5boost7runtime6optionE": 178192, + "_ZTIN5boost7runtime11basic_paramE": 178194, + "_ZTSN5boost7runtime11basic_paramE": 178197, + "_ZTIN5boost9unit_test9framework15nothing_to_testE": 178199, + "_ZTSN5boost9unit_test9framework15nothing_to_testE": 178202, + "_ZTIN5boost9unit_test9ut_detail16labels_collectorE": 178204, + "_ZTSN5boost9unit_test9ut_detail16labels_collectorE": 178208, + "_ZTIN5boost9unit_test9ut_detail20dot_content_reporterE": 178210, + "_ZTSN5boost9unit_test9ut_detail20dot_content_reporterE": 178214, + "_ZTIN5boost9unit_test9ut_detail20hrf_content_reporterE": 178216, + "_ZTSN5boost9unit_test9ut_detail20hrf_content_reporterE": 178220, + "_ZTIN5boost9unit_test6output17xml_log_formatterE": 178222, + "_ZTSN5boost9unit_test6output17xml_log_formatterE": 178226, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE": 178228, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EE": 178232, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE": 178234, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EE": 178238, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE": 178240, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EE": 178244, + "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE": 178246, + "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEE": 178250, + "_ZTIN5boost10test_tools18output_test_streamE": 178252, + "_ZTSN5boost10test_tools18output_test_streamE": 178256, + "_ZTSN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE": 178258, + "_ZTIN5boost9unit_test16results_reporter12_GLOBAL__N_121results_reporter_implE": 178260, + "_ZTIN5boost9unit_test6output20xml_report_formatterE": 178264, + "_ZTSN5boost9unit_test6output20xml_report_formatterE": 178268, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE": 178270, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EE": 178274, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE": 178276, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EE": 178280, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE": 178282, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EE": 178286, + "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE": 178288, + "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEE": 178292, + "_ZTIN5boost9unit_test22results_collect_helperE": 178294, + "_ZTSN5boost9unit_test22results_collect_helperE": 178298, + "_ZTSN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE": 178300, + "_ZTIN5boost9unit_test12_GLOBAL__N_120clear_subtree_resultE": 178302, + "_ZTIN5boost9unit_test6output22plain_report_formatterE": 178306, + "_ZTSN5boost9unit_test6output22plain_report_formatterE": 178310, + "_ZTIN5boost17execution_abortedE": 178312, + "_ZTSN5boost17execution_abortedE": 178315, + "_ZTIN5boost6detail23system_signal_exceptionE": 178317, + "_ZTSN5boost6detail23system_signal_exceptionE": 178320, + "_ZTIN5boost12system_errorE": 178322, + "_ZTSN5boost12system_errorE": 178325, + "_ZTINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 178327, + "_ZTSNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE": 178330, + "_ZTIN5boost16exception_detail25error_info_container_implE": 178332, + "_ZTSN5boost16exception_detail25error_info_container_implE": 178336, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE": 178338, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEE": 178342, + "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE": 178344, + "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEE": 178348, + "_ZTSZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators": 178350, + "_ZTIZN5boost9unit_test9framework20finalize_setup_phaseEmE16apply_decorators": 178352, + "_ZTIN5boost19execution_exceptionE": 178356, + "_ZTSN5boost19execution_exceptionE": 178359, + "_ZTIN5boost9unit_test9framework4impl21global_fixture_handleE": 178361, + "_ZTSN5boost9unit_test9framework4impl21global_fixture_handleE": 178365, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE": 178367, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EE": 178371, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE": 178373, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EE": 178377, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE": 178379, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EE": 178383, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE": 178385, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EE": 178389, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE": 178391, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EE": 178395, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE": 178397, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EE": 178401, + "_ZTIN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE": 178403, + "_ZTSN5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EE": 178407, + "_ZTIN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE": 178409, + "_ZTSN5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEE": 178413, + "_ZTIN5boost9unit_test9framework4impl14set_run_statusE": 178415, + "_ZTSN5boost9unit_test9framework4impl14set_run_statusE": 178419, + "_ZTIN5boost9unit_test9framework4impl12label_filterE": 178421, + "_ZTSN5boost9unit_test9framework4impl12label_filterE": 178425, + "_ZTIN5boost9unit_test9framework4impl11name_filterE": 178427, + "_ZTSN5boost9unit_test9framework4impl11name_filterE": 178431, + "_ZTIN5boost9unit_test14global_fixtureE": 178433, + "_ZTSN5boost9unit_test14global_fixtureE": 178437, + "_ZTIN5boost9unit_test20global_configurationE": 178439, + "_ZTSN5boost9unit_test20global_configurationE": 178443, + "_ZTIN5boost9unit_test17test_case_counterE": 178445, + "_ZTSN5boost9unit_test17test_case_counterE": 178449, + "_ZTIN5boost9unit_test25framework_init_observer_tE": 178451, + "_ZTSN5boost9unit_test25framework_init_observer_tE": 178455, + "_ZTIN5boost9unit_test16results_reporter6formatE": 178457, + "_ZTSN5boost9unit_test16results_reporter6formatE": 178460, + "_ZTIN5boost9unit_test18progress_monitor_tE": 178462, + "_ZTSN5boost9unit_test18progress_monitor_tE": 178466, + "_ZTIN5boost9unit_test15unit_test_log_tE": 178468, + "_ZTSN5boost9unit_test15unit_test_log_tE": 178472, + "_ZTIN5boost9unit_test6output19junit_result_helperE": 178474, + "_ZTSN5boost9unit_test6output19junit_result_helperE": 178478, + "_ZTIN5boost9unit_test19results_collector_tE": 178480, + "_ZTSN5boost9unit_test19results_collector_tE": 178484, + "_ZTIN5boost9unit_test13test_observerE": 178486, + "_ZTSN5boost9unit_test13test_observerE": 178489, + "_ZTIN5boost9unit_test17test_tree_visitorE": 178491, + "_ZTSN5boost9unit_test17test_tree_visitorE": 178494, + "_ZTIN5boost9unit_test6output19junit_log_formatterE": 178496, + "_ZTSN5boost9unit_test6output19junit_log_formatterE": 178500, + "_ZTIN5boost9unit_test12lazy_ostreamE": 178502, + "_ZTSN5boost9unit_test12lazy_ostreamE": 178505, + "_ZTIN5boost9unit_test19master_test_suite_tE": 178507, + "_ZTSN5boost9unit_test19master_test_suite_tE": 178511, + "_ZTIN5boost9unit_test10test_suiteE": 178513, + "_ZTSN5boost9unit_test10test_suiteE": 178520, + "_ZTIN5boost9unit_test9decorator12preconditionE": 178522, + "_ZTSN5boost9unit_test9decorator12preconditionE": 178526, + "_ZTIN5boost9unit_test9decorator9fixture_tE": 178528, + "_ZTSN5boost9unit_test9decorator9fixture_tE": 178532, + "_ZTIN5boost9unit_test9decorator10depends_onE": 178534, + "_ZTSN5boost9unit_test9decorator10depends_onE": 178538, + "_ZTIN5boost9unit_test9decorator11descriptionE": 178540, + "_ZTSN5boost9unit_test9decorator11descriptionE": 178544, + "_ZTIN5boost9unit_test9decorator7timeoutE": 178546, + "_ZTSN5boost9unit_test9decorator7timeoutE": 178550, + "_ZTIN5boost9unit_test9decorator17expected_failuresE": 178552, + "_ZTSN5boost9unit_test9decorator17expected_failuresE": 178556, + "_ZTIN5boost9unit_test9decorator5labelE": 178558, + "_ZTSN5boost9unit_test9decorator5labelE": 178562, + "_ZTIN5boost9unit_test9decorator15stack_decoratorE": 178564, + "_ZTSN5boost9unit_test9decorator15stack_decoratorE": 178568, + "_ZTIN5boost9unit_test9decorator4baseE": 178570, + "_ZTSN5boost9unit_test9decorator4baseE": 178573, + "_ZTIN5boost9unit_test17test_unit_fixtureE": 178575, + "_ZTSN5boost9unit_test17test_unit_fixtureE": 178578, + "_ZTIN5boost7runtime8argumentE": 178580, + "_ZTSN5boost7runtime8argumentE": 178583, + "_ZTIN5boost7runtime18unrecognized_paramE": 178585, + "_ZTSN5boost7runtime18unrecognized_paramE": 178589, + "_ZTIN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE": 178591, + "_ZTSN5boost7runtime20specific_param_errorINS0_18unrecognized_paramENS0_11input_errorEEE": 178595, + "_ZTIN5boost7runtime15ambiguous_paramE": 178597, + "_ZTSN5boost7runtime15ambiguous_paramE": 178601, + "_ZTIN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE": 178603, + "_ZTSN5boost7runtime20specific_param_errorINS0_15ambiguous_paramENS0_11input_errorEEE": 178607, + "_ZTIN5boost7runtime15missing_req_argE": 178609, + "_ZTSN5boost7runtime15missing_req_argE": 178613, + "_ZTIN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE": 178615, + "_ZTSN5boost7runtime20specific_param_errorINS0_15missing_req_argENS0_11input_errorEEE": 178619, + "_ZTIN5boost7runtime13duplicate_argE": 178621, + "_ZTSN5boost7runtime13duplicate_argE": 178625, + "_ZTIN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE": 178627, + "_ZTSN5boost7runtime20specific_param_errorINS0_13duplicate_argENS0_11input_errorEEE": 178631, + "_ZTIN5boost7runtime12format_errorE": 178633, + "_ZTSN5boost7runtime12format_errorE": 178637, + "_ZTIN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE": 178639, + "_ZTSN5boost7runtime20specific_param_errorINS0_12format_errorENS0_11input_errorEEE": 178643, + "_ZTIN5boost7runtime18invalid_param_specE": 178645, + "_ZTSN5boost7runtime18invalid_param_specE": 178649, + "_ZTIN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE": 178651, + "_ZTSN5boost7runtime20specific_param_errorINS0_18invalid_param_specENS0_10init_errorEEE": 178655, + "_ZTIN5boost7runtime17arg_type_mismatchE": 178657, + "_ZTSN5boost7runtime17arg_type_mismatchE": 178661, + "_ZTIN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE": 178663, + "_ZTSN5boost7runtime20specific_param_errorINS0_17arg_type_mismatchENS0_10init_errorEEE": 178667, + "_ZTIN5boost7runtime26access_to_missing_argumentE": 178669, + "_ZTSN5boost7runtime26access_to_missing_argumentE": 178673, + "_ZTIN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE": 178675, + "_ZTSN5boost7runtime20specific_param_errorINS0_26access_to_missing_argumentENS0_10init_errorEEE": 178679, + "_ZTIN5boost7runtime17conflicting_paramE": 178681, + "_ZTSN5boost7runtime17conflicting_paramE": 178685, + "_ZTIN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE": 178687, + "_ZTSN5boost7runtime20specific_param_errorINS0_17conflicting_paramENS0_10init_errorEEE": 178691, + "_ZTIN5boost7runtime15duplicate_paramE": 178693, + "_ZTSN5boost7runtime15duplicate_paramE": 178697, + "_ZTIN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE": 178699, + "_ZTSN5boost7runtime20specific_param_errorINS0_15duplicate_paramENS0_10init_errorEEE": 178703, + "_ZTIN5boost7runtime14invalid_cla_idE": 178705, + "_ZTSN5boost7runtime14invalid_cla_idE": 178709, + "_ZTIN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE": 178711, + "_ZTSN5boost7runtime20specific_param_errorINS0_14invalid_cla_idENS0_10init_errorEEE": 178715, + "_ZTIN5boost7runtime11input_errorE": 178717, + "_ZTSN5boost7runtime11input_errorE": 178721, + "_ZTIN5boost7runtime10init_errorE": 178723, + "_ZTSN5boost7runtime10init_errorE": 178727, + "_ZTIN5boost7runtime11param_errorE": 178729, + "_ZTSN5boost7runtime11param_errorE": 178733, + "_ZTIN5boost17bad_function_callE": 178735, + "_ZTSN5boost17bad_function_callE": 178739, + "_ZTIN5boost16exception_detail10clone_baseE": 178741, + "_ZTSN5boost16exception_detail10clone_baseE": 178744, + "_ZTIN5boost9exceptionE": 178746, + "_ZTSN5boost9exceptionE": 178749, + "_ZTIN5boost16exception_detail20error_info_containerE": 178751, + "_ZTSN5boost16exception_detail20error_info_containerE": 178754, + "_ZTIN5boost6detail15sp_counted_baseE": 178756, + "_ZTSN5boost6detail15sp_counted_baseE": 178759, + "_ZTIN5boost9unit_test9framework11setup_errorE": 178761, + "_ZTSN5boost9unit_test9framework11setup_errorE": 178765, + "_ZTIN5boost9unit_test9framework14internal_errorE": 178767, + "_ZTSN5boost9unit_test9framework14internal_errorE": 178771, + "_ZTIN5boost9unit_test6output22compiler_log_formatterE": 178773, + "_ZTSN5boost9unit_test6output22compiler_log_formatterE": 178777, + "_ZTIN5boost9unit_test23unit_test_log_formatterE": 178779, + "_ZTSN5boost9unit_test23unit_test_log_formatterE": 178782, + "_ZN5boost5debug12_GLOBAL__N_16info_tD2Ev": 178784, + "_ZN5boost7runtime15arguments_storeD2Ev": 178799, + "_ZN5boost7runtime16parameters_storeD2Ev": 178810, + ".LC757": 178821, + ".LC758": 178823, + ".LC759": 178825, + ".LC760": 178827, + ".LC761": 178829, + ".LC762": 178831, + ".LC763": 178833, + ".LC764": 178835, + ".LC765": 178837, + ".LC766": 178839, + ".LC767": 178841, + ".LC768": 178843, + ".LC769": 178845, + ".LC770": 178847, + ".LC771": 178849, + ".LC772": 178851, + ".LC773": 178853, + ".LC774": 178855, + ".LC775": 178857, + ".LC776": 178859, + ".LC777": 178861, + ".LC778": 178863, + ".LC779": 178865, + ".LC780": 178867, + ".LC781": 178869, + ".LC782": 178871, + ".LC783": 178873, + ".LC784": 178875, + ".LC785": 178877, + "_Z41__static_initialization_and_destruction_0ii": 178879, + ".L17297": 179613, + "_ZN5boost9unit_test13basic_cstringIKcE4nullE": 179617, + "_ZN5boost10test_tools9tt_detail12static_constINS1_4impl26boost_test_print_type_implEE5valueE": 179619, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE7disposeEv": 179621, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE11get_deleterERKSt9type_info": 179633, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE17get_local_deleterERKSt9type_info": 179641, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test13output_formatEEEE19get_untyped_deleterEv": 179649, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE7disposeEv": 179656, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE11get_deleterERKSt9type_info": 179668, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE17get_local_deleterERKSt9type_info": 179676, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla6parserEE19get_untyped_deleterEv": 179684, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE7disposeEv": 179691, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE11get_deleterERKSt9type_info": 179703, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE17get_local_deleterERKSt9type_info": 179711, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIbEEE19get_untyped_deleterEv": 179719, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE7disposeEv": 179726, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE11get_deleterERKSt9type_info": 179738, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE17get_local_deleterERKSt9type_info": 179746, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test23unit_test_log_formatterEE19get_untyped_deleterEv": 179754, + "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE7disposeEv": 179761, + "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE11get_deleterERKSt9type_info": 179773, + "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE17get_local_deleterERKSt9type_info": 179781, + "_ZN5boost6detail17sp_counted_impl_pINS_23basic_wrap_stringstreamIcEEE19get_untyped_deleterEv": 179789, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE7disposeEv": 179796, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE11get_deleterERKSt9type_info": 179808, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE17get_local_deleterERKSt9type_info": 179816, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime3cla13rt_cla_detail14parameter_trieEE19get_untyped_deleterEv": 179824, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE7disposeEv": 179831, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE11get_deleterERKSt9type_info": 179843, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE17get_local_deleterERKSt9type_info": 179851, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime6optionEE19get_untyped_deleterEv": 179859, + "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE7disposeEv": 179866, + "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE11get_deleterERKSt9type_info": 179878, + "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE17get_local_deleterERKSt9type_info": 179886, + "_ZN5boost6detail17sp_counted_impl_pINS_2io18ios_base_all_saverEE19get_untyped_deleterEv": 179894, + "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE7disposeEv": 179901, + "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE11get_deleterERKSt9type_info": 179913, + "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE17get_local_deleterERKSt9type_info": 179921, + "_ZN5boost6detail17sp_counted_impl_pINS_16exception_detail15error_info_baseEE19get_untyped_deleterEv": 179929, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE7disposeEv": 179936, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE11get_deleterERKSt9type_info": 179948, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE17get_local_deleterERKSt9type_info": 179956, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9framework4impl21global_fixture_handleEE19get_untyped_deleterEv": 179964, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE7disposeEv": 179971, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE11get_deleterERKSt9type_info": 179983, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE17get_local_deleterERKSt9type_info": 179991, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator12preconditionEE19get_untyped_deleterEv": 179999, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE7disposeEv": 180006, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE11get_deleterERKSt9type_info": 180018, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE17get_local_deleterERKSt9type_info": 180026, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator9fixture_tEE19get_untyped_deleterEv": 180034, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE7disposeEv": 180041, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE11get_deleterERKSt9type_info": 180053, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE17get_local_deleterERKSt9type_info": 180061, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator10depends_onEE19get_untyped_deleterEv": 180069, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE7disposeEv": 180076, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE11get_deleterERKSt9type_info": 180088, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE17get_local_deleterERKSt9type_info": 180096, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator11descriptionEE19get_untyped_deleterEv": 180104, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE7disposeEv": 180111, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE11get_deleterERKSt9type_info": 180123, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE17get_local_deleterERKSt9type_info": 180131, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator7timeoutEE19get_untyped_deleterEv": 180139, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE7disposeEv": 180146, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE11get_deleterERKSt9type_info": 180158, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE17get_local_deleterERKSt9type_info": 180166, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator17expected_failuresEE19get_untyped_deleterEv": 180174, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE7disposeEv": 180181, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE11get_deleterERKSt9type_info": 180193, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE17get_local_deleterERKSt9type_info": 180201, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator5labelEE19get_untyped_deleterEv": 180209, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE7disposeEv": 180216, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE11get_deleterERKSt9type_info": 180228, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE17get_local_deleterERKSt9type_info": 180236, + "_ZN5boost6detail17sp_counted_impl_pINS_9unit_test9decorator15stack_decoratorEE19get_untyped_deleterEv": 180244, + "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE7disposeEv": 180251, + "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE11get_deleterERKSt9type_info": 180266, + ".L17485": 180281, + ".L17487": 180283, + "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE17get_local_deleterERKSt9type_info": 180286, + ".L17489": 180305, + ".L17491": 180307, + "_ZN5boost6detail18sp_counted_impl_pdIPNS_9unit_test14runtime_config13stream_holder16callback_cleanerENS0_13sp_ms_deleterIS5_EEE19get_untyped_deleterEv": 180310, + "_ZN5boost10wrapexceptINS_17bad_function_callEEC2ERKS2_": 180318, + ".L17497": 180365, + "_ZNK5boost10wrapexceptINS_17bad_function_callEE5cloneEv": 180369, + ".L17499": 180393, + ".L17500": 180395, + ".L17506": 180420, + "_ZNK5boost10wrapexceptINS_17bad_function_callEE7rethrowEv": 180426, + "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamENS_10test_tools9tt_detail14print_helper_tINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERKSB_EclERSo": 180450, + "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA1_cRA1_KcEclERSo": 180475, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ERKSC_": 180500, + "_ZN5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EEC2ERKS4_": 180514, + "_ZN5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EEC2ERKS4_": 180528, + "_ZN5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EEC2ERKS5_": 180550, + ".L17520": 180580, + "_ZN5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EEC2ERKS5_": 180584, + ".L17524": 180614, + "_ZNK5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EE5cloneEv": 180618, + ".L17529": 180644, + "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE": 180649, + "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE": 180682, + ".L17534": 180709, + ".L17531": 180711, + "_ZNK5boost7runtime14enum_parameterINS_9unit_test12report_levelELNS0_11args_amountE0EE10value_helpERSo": 180715, + ".L17547": 180771, + ".L17539": 180793, + ".L17540": 180795, + ".L17545": 180816, + ".L17543": 180823, + ".L17544": 180828, + ".L17541": 180836, + ".L17537": 180853, + ".L17536": 180859, + ".L17549": 180866, + "_ZNK5boost7runtime9parameterINS_9unit_test12report_levelELNS0_11args_amountE0ELb1EE5cloneEv": 180870, + ".L17554": 180896, + "_ZN5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EEC2ERKS3_": 180901, + "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE5cloneEv": 180924, + ".L17560": 180950, + "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE": 180955, + "_ZNK5boost7runtime9parameterIjLNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE": 180988, + ".L17565": 181015, + ".L17562": 181017, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EEC2ERKS9_": 181021, + "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE5cloneEv": 181038, + ".L17571": 181064, + "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE": 181069, + "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE2ELb0EE15produce_defaultERNS0_15arguments_storeE": 181102, + ".L17576": 181129, + ".L17573": 181131, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ERKSC_": 181135, + "_ZN5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EEC2ERKS4_": 181149, + "_ZN5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EEC2ERKS4_": 181163, + "_ZN5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EEC2ERKS5_": 181185, + ".L17583": 181215, + "_ZN5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EEC2ERKS5_": 181219, + ".L17587": 181249, + "_ZNK5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EE5cloneEv": 181253, + ".L17592": 181279, + "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE": 181284, + "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE": 181317, + ".L17597": 181344, + ".L17594": 181346, + "_ZNK5boost7runtime14enum_parameterINS_9unit_test9log_levelELNS0_11args_amountE0EE10value_helpERSo": 181350, + ".L17610": 181406, + ".L17602": 181428, + ".L17603": 181430, + ".L17608": 181451, + ".L17606": 181458, + ".L17607": 181463, + ".L17604": 181471, + ".L17600": 181488, + ".L17599": 181494, + ".L17612": 181501, + "_ZNK5boost7runtime9parameterINS_9unit_test9log_levelELNS0_11args_amountE0ELb1EE5cloneEv": 181505, + ".L17617": 181531, + "_ZNSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEEC2ERKSC_": 181536, + "_ZN5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EEC2ERKS4_": 181550, + "_ZN5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EEC2ERKS4_": 181564, + "_ZN5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EEC2ERKS5_": 181586, + ".L17624": 181616, + "_ZN5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EEC2ERKS5_": 181620, + ".L17628": 181650, + "_ZNK5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EE5cloneEv": 181654, + ".L17633": 181680, + "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE16produce_argumentENS2_13basic_cstringIKcEEbRNS0_15arguments_storeE": 181685, + "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE15produce_defaultERNS0_15arguments_storeE": 181718, + ".L17638": 181745, + ".L17635": 181747, + "_ZNK5boost7runtime14enum_parameterINS_9unit_test13output_formatELNS0_11args_amountE0EE10value_helpERSo": 181751, + ".L17651": 181807, + ".L17643": 181829, + ".L17644": 181831, + ".L17649": 181852, + ".L17647": 181859, + ".L17648": 181864, + ".L17645": 181872, + ".L17641": 181889, + ".L17640": 181895, + ".L17653": 181902, + "_ZNK5boost7runtime9parameterINS_9unit_test13output_formatELNS0_11args_amountE0ELb1EE5cloneEv": 181906, + ".L17658": 181932, + "_ZN5boost7runtime9parameterImLNS0_11args_amountE0ELb0EEC2ERKS3_": 181937, + "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE5cloneEv": 181962, + ".L17664": 181988, + "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE": 181993, + "_ZNK5boost7runtime9parameterImLNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE": 182026, + ".L17669": 182053, + ".L17666": 182055, + "_ZN5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EEC2ERKS8_": 182059, + ".L17673": 182089, + "_ZN5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EEC2ERKS9_": 182093, + ".L17677": 182123, + "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE5cloneEv": 182127, + ".L17682": 182153, + "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEEbRNS0_15arguments_storeE": 182158, + "_ZNK5boost7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS0_11args_amountE0ELb0EE15produce_defaultERNS0_15arguments_storeE": 182191, + ".L17687": 182218, + ".L17684": 182220, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EEA8_cRA8_S4_EclERSo": 182224, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EEA6_cRA6_S4_EclERSo": 182249, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA25_cRA25_KcEENS0_13basic_cstringIS4_EERKS9_EclERSo": 182274, + "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA25_cRA25_KcEclERSo": 182299, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA30_cRA30_S4_EclERSo": 182324, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EEA34_cRA34_S4_EclERSo": 182349, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA11_cRA11_KcEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSD_EclERSo": 182374, + "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA11_cRA11_KcEclERSo": 182399, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA42_cRA42_KcEEjRKjEclERSo": 182424, + "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA42_cRA42_KcEclERSo": 182450, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EESK_SM_EclERSo": 182475, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EEcSD_EclERSo": 182500, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EES9_SB_EclERSo": 182527, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EEA26_cRA26_S4_EclERSo": 182552, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEERKSK_EclERSo": 182577, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EEcRS4_EclERSo": 182602, + "_ZNK5boost9unit_test17lazy_ostream_implINS1_INS0_12lazy_ostreamEA16_cRA16_KcEENS0_13basic_cstringIS4_EERKS9_EclERSo": 182629, + "_ZNK5boost9unit_test17lazy_ostream_implINS0_12lazy_ostreamEA16_cRA16_KcEclERSo": 182654, + "_ZN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEclEPS5_": 182679, + "_ZN5boost9addressofINS_6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEEEEPT_RS8_": 182691, + "_ZN5boost6detail17get_local_deleterINS0_13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEEEEPT_S9_": 182698, + "_ZN5boost10wrapexceptINS_17bad_function_callEE7deleterD2Ev": 182705, + ".L17731": 182719, + "_ZN5boost10test_tools9tt_detaillsINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoS8_RKNS1_14print_helper_tIT_EE": 182723, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSE_": 182739, + ".L17738": 182776, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEPT_": 182781, + ".L17742": 182811, + "_ZNK5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE": 182815, + ".L17744": 182832, + ".L17745": 182849, + "_ZNK5boost7runtime16argument_factoryINS_9unit_test12report_levelELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE": 182866, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEPT_": 182891, + ".L17750": 182921, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterIjLNS1_11args_amountE0ELb0EEEEEPT_": 182925, + ".L17754": 182955, + "_ZNK5boost7runtime16argument_factoryIjLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE": 182959, + ".L17756": 182976, + ".L17757": 182993, + "_ZNK5boost7runtime16argument_factoryIjLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE": 183010, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEPT_": 183035, + ".L17762": 183065, + "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EE16produce_argumentENS_9unit_test13basic_cstringIKcEESC_RNS0_15arguments_storeE": 183069, + ".L17764": 183124, + ".L17765": 183151, + ".L17767": 183167, + ".L17772": 183174, + "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb1EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE": 183178, + ".L17776": 183214, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSE_": 183218, + ".L17781": 183255, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEPT_": 183260, + ".L17785": 183290, + "_ZNK5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE": 183294, + ".L17787": 183311, + ".L17788": 183328, + "_ZNK5boost7runtime16argument_factoryINS_9unit_test9log_levelELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE": 183345, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEPT_": 183370, + ".L17793": 183400, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EEC2ERKSE_": 183404, + ".L17798": 183441, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEPT_": 183446, + ".L17802": 183476, + "_ZNK5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EE16produce_argumentENS2_13basic_cstringIKcEES7_RNS0_15arguments_storeE": 183480, + ".L17804": 183497, + ".L17805": 183514, + "_ZNK5boost7runtime16argument_factoryINS_9unit_test13output_formatELb1ELb0EE15produce_defaultENS2_13basic_cstringIKcEERNS0_15arguments_storeE": 183531, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEPT_": 183556, + ".L17810": 183586, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterImLNS1_11args_amountE0ELb0EEEEEPT_": 183590, + ".L17814": 183620, + "_ZNK5boost7runtime16argument_factoryImLb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEES6_RNS0_15arguments_storeE": 183624, + ".L17816": 183641, + ".L17817": 183658, + "_ZNK5boost7runtime16argument_factoryImLb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE": 183675, + "_ZN5boost10shared_ptrINS_7runtime11basic_paramEEC2INS1_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEPT_": 183700, + ".L17822": 183730, + "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EE16produce_argumentENS_9unit_test13basic_cstringIKcEESC_RNS0_15arguments_storeE": 183734, + ".L17824": 183755, + ".L17825": 183773, + ".L17828": 183796, + "_ZNK5boost7runtime16argument_factoryINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELb0ELb0EE15produce_defaultENS_9unit_test13basic_cstringIKcEERNS0_15arguments_storeE": 183800, + "_ZN5boost10test_tools9tt_detail15print_log_valueINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEclERSoRKS7_": 183825, + ".L17832": 183857, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSG_": 183861, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv": 183884, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv": 183892, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_": 183900, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 183919, + ".LC786": 183949, + "_ZNK5boost7runtime17value_interpreterINS_9unit_test12report_levelELb1EE9interpretENS2_13basic_cstringIKcEES7_": 183951, + ".L17842": 184013, + ".L17845": 184025, + ".L17846": 184031, + ".L17847": 184037, + ".L17848": 184043, + ".L17854": 184050, + "_ZN5boost7runtime15arguments_store3setINS_9unit_test12report_levelEEEvNS3_13basic_cstringIKcEERKT_": 184054, + ".L17860": 184101, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 184105, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterIjLNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 184135, + ".LC787": 184165, + "_ZNK5boost7runtime17value_interpreterIjLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_": 184167, + ".L17864": 184225, + ".L17867": 184234, + ".L17868": 184240, + ".L17869": 184246, + ".L17870": 184252, + ".L17876": 184259, + "_ZN5boost7runtime15arguments_store3setIjEEvNS_9unit_test13basic_cstringIKcEERKT_": 184263, + ".L17882": 184310, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 184314, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EEC2EmRKS5_RKS6_": 184344, + ".L17887": 184379, + "_ZN5boost7runtime15arguments_store3setISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEvNS_9unit_test13basic_cstringIKcEERKT_": 184383, + ".L17893": 184430, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSG_": 184434, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv": 184457, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv": 184465, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_": 184473, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 184492, + "_ZNK5boost7runtime17value_interpreterINS_9unit_test9log_levelELb1EE9interpretENS2_13basic_cstringIKcEES7_": 184522, + ".L17903": 184584, + ".L17906": 184596, + ".L17907": 184602, + ".L17908": 184608, + ".L17909": 184614, + ".L17915": 184621, + "_ZN5boost7runtime15arguments_store3setINS_9unit_test9log_levelEEEvNS3_13basic_cstringIKcEERKT_": 184625, + ".L17921": 184672, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 184676, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_Rb_tree_implISC_Lb1EEC2ERKSG_": 184706, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv": 184729, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_rootEv": 184737, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyERKSE_": 184745, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 184764, + "_ZNK5boost7runtime17value_interpreterINS_9unit_test13output_formatELb1EE9interpretENS2_13basic_cstringIKcEES7_": 184794, + ".L17932": 184856, + ".L17935": 184868, + ".L17936": 184874, + ".L17937": 184880, + ".L17938": 184886, + ".L17944": 184893, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 184897, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterImLNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 184927, + "_ZNK5boost7runtime17value_interpreterImLb0EE9interpretENS_9unit_test13basic_cstringIKcEES6_": 184957, + ".L17948": 185015, + ".L17951": 185024, + ".L17952": 185030, + ".L17953": 185036, + ".L17954": 185042, + ".L17960": 185049, + "_ZN5boost7runtime15arguments_store3setImEEvNS_9unit_test13basic_cstringIKcEERKT_": 185053, + ".L17966": 185100, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime11basic_paramENS2_9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 185104, + "_ZN5boost7runtime15arguments_store3setINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvNS_9unit_test13basic_cstringIKcEERKT_": 185134, + ".L17973": 185181, + "_ZN5boost10test_tools9tt_detail15print_log_valueINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEE13set_precisionERSoN4mpl_5bool_ILb0EEE": 185185, + "_ZNK5boost10test_tools9tt_detail4impl26boost_test_print_type_implclINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoSA_RKT_": 185193, + "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_12report_levelEEEESB_E17_S_select_on_copyERKSC_": 185207, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_": 185221, + "_ZN5boost6detail12shared_countC2INS_7runtime14enum_parameterINS_9unit_test12report_levelELNS3_11args_amountE0EEEEEPT_": 185268, + ".L17987": 185298, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_": 185303, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_12report_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv": 185316, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_": 185326, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEptEv": 185339, + "_ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEC2ERKS3_": 185350, + ".L17999": 185380, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentINS_9unit_test12report_levelEEEEEPT_": 185384, + ".L18003": 185414, + "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINS_9unit_test12report_levelELNS3_11args_amountE0ELb1EEEEEPT_": 185418, + ".L18009": 185448, + "_ZN5boost6detail12shared_countC2INS_7runtime9parameterIjLNS3_11args_amountE0ELb0EEEEEPT_": 185453, + ".L18015": 185483, + "_ZN5boost9unit_test5utils9string_asIjEEbNS0_13basic_cstringIKcEERT_": 185488, + ".L18017": 185544, + ".L18018": 185546, + ".L18021": 185558, + ".L18026": 185572, + "_ZN5boost7runtime14typed_argumentIjEC2ERKj": 185576, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentIjEEEEPT_": 185602, + ".L18031": 185632, + "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS3_11args_amountE2ELb0EEEEEPT_": 185636, + ".L18037": 185666, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE17_S_check_init_lenEmRKS6_": 185671, + ".L18039": 185695, + "_ZNSt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS5_EE18_M_fill_initializeEmRKS5_": 185700, + "_ZN5boost9unit_test18readwrite_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev": 185722, + "_ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2ERKSA_": 185733, + ".L18046": 185762, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISC_EEEEEEPT_": 185766, + ".L18050": 185796, + "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_9log_levelEEEESB_E17_S_select_on_copyERKSC_": 185800, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_": 185814, + "_ZN5boost6detail12shared_countC2INS_7runtime14enum_parameterINS_9unit_test9log_levelELNS3_11args_amountE0EEEEEPT_": 185861, + ".L18060": 185891, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_": 185896, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_9log_levelESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv": 185909, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_": 185919, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEptEv": 185932, + "_ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEC2ERKS3_": 185943, + ".L18072": 185973, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentINS_9unit_test9log_levelEEEEEPT_": 185977, + ".L18076": 186007, + "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINS_9unit_test9log_levelELNS3_11args_amountE0ELb1EEEEEPT_": 186011, + ".L18082": 186041, + "_ZN9__gnu_cxx14__alloc_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS4_13output_formatEEEESB_E17_S_select_on_copyERKSC_": 186046, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_ERKSE_RT_": 186060, + "_ZN5boost6detail12shared_countC2INS_7runtime14enum_parameterINS_9unit_test13output_formatELNS3_11args_amountE0EEEEEPT_": 186107, + ".L18092": 186137, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEE4findERS9_": 186142, + "_ZNKSt3mapIN5boost9unit_test13basic_cstringIKcEENS1_13output_formatESt4lessIS4_ESaISt4pairIKS4_S5_EEE3endEv": 186155, + "_ZStneRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_": 186165, + "_ZNKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEptEv": 186178, + "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINS_9unit_test13output_formatELNS3_11args_amountE0ELb1EEEEEPT_": 186189, + ".L18106": 186219, + "_ZN5boost6detail12shared_countC2INS_7runtime9parameterImLNS3_11args_amountE0ELb0EEEEEPT_": 186224, + ".L18112": 186254, + "_ZN5boost9unit_test5utils9string_asImEEbNS0_13basic_cstringIKcEERT_": 186259, + ".L18114": 186315, + ".L18115": 186317, + ".L18118": 186329, + ".L18123": 186343, + "_ZN5boost7runtime14typed_argumentImEC2ERKm": 186347, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentImEEEEPT_": 186373, + ".L18128": 186403, + "_ZN5boost6detail12shared_countC2INS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS3_11args_amountE0ELb0EEEEEPT_": 186407, + ".L18134": 186437, + "_ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEC2ERKS7_": 186442, + ".L18138": 186471, + "_ZN5boost10shared_ptrINS_7runtime8argumentEEC2INS1_14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEPT_": 186475, + ".L18142": 186505, + "_ZN5boost10test_tools9tt_detail4impl21boost_test_print_typeINSt6chrono8durationIlSt5ratioILl1ELl1000000000EEEEEERSoS9_RKT_": 186509, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_12report_levelEEEEE37select_on_container_copy_constructionERKSB_": 186523, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv": 186537, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_": 186545, + ".L18150": 186579, + ".L18153": 186586, + ".L18152": 186617, + ".L18151": 186625, + ".L18159": 186641, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base": 186646, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base": 186656, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEC2EPS7_": 186666, + "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS1_11args_amountE0EEEEEvPT_": 186684, + ".L18167": 186697, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_": 186701, + ".L18169": 186745, + ".L18170": 186750, + ".L18172": 186752, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv": 186756, + "_ZN5boost9unit_test18readwrite_propertyINS0_12report_levelEEC2ES2_": 186770, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test12report_levelEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 186784, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEC2EPS7_": 186814, + "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test12report_levelELNS1_11args_amountE0ELb1EEEEEvPT_": 186832, + ".L18180": 186845, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEC2EPS5_": 186849, + "_ZN5boost14checked_deleteINS_7runtime9parameterIjLNS1_11args_amountE0ELb0EEEEEvPT_": 186867, + ".L18184": 186880, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentIjEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 186884, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEC2EPSB_": 186914, + "_ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE2ELb0EEEEEvPT_": 186932, + ".L18189": 186945, + "_ZSt24__uninitialized_fill_n_aIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS5_S5_ET_S7_T0_RKT1_RSaIT2_E": 186949, + "_ZN5boost9unit_test18readwrite_propertyISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEC2ERKSA_": 186965, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 186979, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_9log_levelEEEEE37select_on_container_copy_constructionERKSB_": 187009, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv": 187023, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_": 187031, + ".L18199": 187065, + ".L18202": 187072, + ".L18201": 187103, + ".L18200": 187111, + ".L18208": 187127, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base": 187132, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base": 187142, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEC2EPS7_": 187152, + "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS1_11args_amountE0EEEEEvPT_": 187170, + ".L18216": 187183, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_": 187187, + ".L18218": 187231, + ".L18219": 187236, + ".L18221": 187238, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv": 187242, + "_ZN5boost9unit_test18readwrite_propertyINS0_9log_levelEEC2ES2_": 187256, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINS_9unit_test9log_levelEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 187270, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEC2EPS7_": 187300, + "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test9log_levelELNS1_11args_amountE0ELb1EEEEEvPT_": 187318, + ".L18229": 187331, + "_ZNSt16allocator_traitsISaISt13_Rb_tree_nodeISt4pairIKN5boost9unit_test13basic_cstringIKcEENS3_13output_formatEEEEE37select_on_container_copy_constructionERKSB_": 187335, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_M_beginEv": 187349, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_M_copyINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_PSt18_Rb_tree_node_baseRT_": 187357, + ".L18235": 187391, + ".L18238": 187398, + ".L18237": 187429, + ".L18236": 187437, + ".L18244": 187453, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_minimumEPSt18_Rb_tree_node_base": 187458, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE10_S_maximumEPSt18_Rb_tree_node_base": 187468, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEC2EPS7_": 187478, + "_ZN5boost14checked_deleteINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS1_11args_amountE0EEEEEvPT_": 187496, + ".L18252": 187509, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE4findERS6_": 187513, + ".L18254": 187557, + ".L18255": 187562, + ".L18257": 187564, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE3endEv": 187568, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEC2EPS7_": 187582, + "_ZN5boost14checked_deleteINS_7runtime9parameterINS_9unit_test13output_formatELNS1_11args_amountE0ELb1EEEEEvPT_": 187600, + ".L18263": 187613, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEC2EPS5_": 187617, + "_ZN5boost14checked_deleteINS_7runtime9parameterImLNS1_11args_amountE0ELb0EEEEEvPT_": 187635, + ".L18267": 187648, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentImEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 187652, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEC2EPSB_": 187682, + "_ZN5boost14checked_deleteINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS1_11args_amountE0ELb0EEEEEvPT_": 187700, + ".L18272": 187713, + "_ZN5boost6detail20sp_pointer_constructINS_7runtime8argumentENS2_14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPNS_10shared_ptrIT_EEPT0_RNS0_12shared_countE": 187717, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_": 187747, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base": 187774, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base": 187782, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv": 187790, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_12report_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_": 187798, + ".L18286": 187807, + ".L18284": 187830, + ".L18283": 187836, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEESB_": 187846, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_12report_levelEEEC2EPKSt18_Rb_tree_node_base": 187859, + "_ZN5boost9unit_test14class_propertyINS0_12report_levelEEC2ES2_": 187870, + "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEPT_": 187881, + ".L18297": 187911, + "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentIjEEEEPT_": 187916, + ".L18303": 187946, + "_ZSt20uninitialized_fill_nIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS5_ET_S7_T0_RKT1_": 187951, + "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISB_EEEEEEPT_": 187967, + ".L18311": 187997, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_": 188002, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base": 188029, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base": 188037, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv": 188045, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_9log_levelEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_": 188053, + ".L18324": 188062, + ".L18322": 188085, + ".L18321": 188091, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEESB_": 188101, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_9log_levelEEEC2EPKSt18_Rb_tree_node_base": 188114, + "_ZN5boost9unit_test14class_propertyINS0_9log_levelEEC2ES2_": 188125, + "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEPT_": 188136, + ".L18335": 188166, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE13_M_clone_nodeINSE_11_Alloc_nodeEEEPSt13_Rb_tree_nodeIS8_EPKSI_RT_": 188171, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE8_S_rightEPKSt18_Rb_tree_node_base": 188198, + "_ZNSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE7_S_leftEPKSt18_Rb_tree_node_base": 188206, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE6_M_endEv": 188214, + "_ZNKSt8_Rb_treeIN5boost9unit_test13basic_cstringIKcEESt4pairIKS4_NS1_13output_formatEESt10_Select1stIS8_ESt4lessIS4_ESaIS8_EE14_M_lower_boundEPKSt13_Rb_tree_nodeIS8_EPKSt18_Rb_tree_node_baseRS6_": 188222, + ".L18348": 188231, + ".L18346": 188254, + ".L18345": 188260, + "_ZSteqRKSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEESB_": 188270, + "_ZNSt23_Rb_tree_const_iteratorISt4pairIKN5boost9unit_test13basic_cstringIKcEENS2_13output_formatEEEC2EPKSt18_Rb_tree_node_base": 188283, + "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentImEEEEPT_": 188294, + ".L18358": 188324, + "_ZN5boost6detail12shared_countC2INS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEPT_": 188329, + ".L18364": 188359, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEC2EPS6_": 188364, + "_ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEED2Ev": 188382, + "_ZN5boost7runtime14typed_argumentINS_9unit_test12report_levelEED0Ev": 188396, + "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEEvPT_": 188410, + ".L18370": 188423, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEC2EPS4_": 188427, + "_ZN5boost7runtime14typed_argumentIjED2Ev": 188445, + "_ZN5boost7runtime14typed_argumentIjED0Ev": 188459, + "_ZN5boost14checked_deleteINS_7runtime14typed_argumentIjEEEEvPT_": 188473, + ".L18376": 188486, + "_ZNSt22__uninitialized_fill_nILb0EE15__uninit_fill_nIPNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEmS7_EET_S9_T0_RKT1_": 188490, + ".L18379": 188500, + ".L18378": 188514, + ".L18385": 188530, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEC2EPSD_": 188535, + "_ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED2Ev": 188553, + "_ZN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEED0Ev": 188571, + "_ZN5boost14checked_deleteINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS9_EEEEEEvPT_": 188585, + ".L18391": 188598, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEC2EPS6_": 188602, + "_ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEED2Ev": 188620, + "_ZN5boost7runtime14typed_argumentINS_9unit_test9log_levelEED0Ev": 188634, + "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEEvPT_": 188648, + ".L18397": 188661, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEC2EPS4_": 188665, + "_ZN5boost7runtime14typed_argumentImED2Ev": 188683, + "_ZN5boost7runtime14typed_argumentImED0Ev": 188697, + "_ZN5boost14checked_deleteINS_7runtime14typed_argumentImEEEEvPT_": 188711, + ".L18403": 188724, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEC2EPSA_": 188728, + "_ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED2Ev": 188746, + "_ZN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEED0Ev": 188764, + "_ZN5boost14checked_deleteINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEEvPT_": 188778, + ".L18409": 188791, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE": 188795, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED2Ev": 188805, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEED0Ev": 188819, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE": 188833, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEED2Ev": 188843, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEED0Ev": 188857, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE": 188871, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEED2Ev": 188881, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEED0Ev": 188895, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE": 188909, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEED2Ev": 188919, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEED0Ev": 188933, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE": 188947, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEED2Ev": 188957, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEED0Ev": 188971, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE": 188985, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEED2Ev": 188995, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEED0Ev": 189009, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE": 189023, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEED2Ev": 189033, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEED0Ev": 189047, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE": 189061, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEED2Ev": 189071, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEED0Ev": 189085, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE": 189099, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEED2Ev": 189109, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEED0Ev": 189123, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE": 189137, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEED2Ev": 189147, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEED0Ev": 189161, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE": 189175, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEED2Ev": 189185, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEED0Ev": 189199, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE": 189213, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEED2Ev": 189223, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEED0Ev": 189237, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE": 189251, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEED2Ev": 189261, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEED0Ev": 189275, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE": 189289, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEED2Ev": 189299, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEED0Ev": 189313, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE": 189327, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEED2Ev": 189337, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEED0Ev": 189351, + "_ZTVN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE": 189365, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEED2Ev": 189375, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEED0Ev": 189389, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE": 189403, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEEE": 189407, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE": 189409, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEEE": 189413, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE": 189415, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEEE": 189419, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE": 189421, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEEE": 189425, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE": 189427, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEEE": 189431, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE": 189433, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEEE": 189437, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE": 189439, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEEE": 189443, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE": 189445, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEEE": 189449, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE": 189451, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEEE": 189455, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE": 189457, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEEE": 189461, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE": 189463, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEEE": 189467, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE": 189469, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEEE": 189473, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE": 189475, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEEE": 189479, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE": 189481, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEEE": 189485, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE": 189487, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEEE": 189491, + "_ZTIN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE": 189493, + "_ZTSN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEEE": 189497, + "_ZTIN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE": 189499, + "_ZTSN5boost6detail13sp_ms_deleterINS_9unit_test14runtime_config13stream_holder16callback_cleanerEEE": 189502, + "_ZTSN5boost7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaIS8_EEEE": 189504, + "_ZTIFvvE": 189506, + "_ZTSFvvE": 189509, + "_ZTIFvRKN5boost5debug16dbg_startup_infoEE": 189511, + "_ZTSFvRKN5boost5debug16dbg_startup_infoEE": 189514, + "_ZTIN5boost9unit_test9test_unitE": 189516, + "_ZTSN5boost9unit_test9test_unitE": 189519, + "_ZTSN5boost7runtime14typed_argumentImEE": 189521, + "_ZTSN5boost7runtime14typed_argumentINS_9unit_test12report_levelEEE": 189523, + "_ZTSN5boost7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEE": 189525, + "_ZTSN5boost7runtime14typed_argumentINS_9unit_test9log_levelEEE": 189527, + "_ZTSN5boost7runtime14typed_argumentIjEE": 189529, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE7disposeEv": 189531, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE11get_deleterERKSt9type_info": 189543, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE17get_local_deleterERKSt9type_info": 189551, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEE19get_untyped_deleterEv": 189559, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE7disposeEv": 189566, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE11get_deleterERKSt9type_info": 189578, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE17get_local_deleterERKSt9type_info": 189586, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentImEEE19get_untyped_deleterEv": 189594, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE7disposeEv": 189601, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE11get_deleterERKSt9type_info": 189613, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE17get_local_deleterERKSt9type_info": 189621, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test9log_levelEEEE19get_untyped_deleterEv": 189629, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE7disposeEv": 189636, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE11get_deleterERKSt9type_info": 189648, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE17get_local_deleterERKSt9type_info": 189656, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentISt6vectorINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEESaISA_EEEEE19get_untyped_deleterEv": 189664, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE7disposeEv": 189671, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE11get_deleterERKSt9type_info": 189683, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE17get_local_deleterERKSt9type_info": 189691, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentIjEEE19get_untyped_deleterEv": 189699, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE7disposeEv": 189706, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE11get_deleterERKSt9type_info": 189718, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE17get_local_deleterERKSt9type_info": 189726, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14typed_argumentINS_9unit_test12report_levelEEEE19get_untyped_deleterEv": 189734, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE7disposeEv": 189741, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info": 189753, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info": 189761, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv": 189769, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE7disposeEv": 189776, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info": 189788, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info": 189796, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterImLNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv": 189804, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE7disposeEv": 189811, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info": 189823, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info": 189831, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test13output_formatELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv": 189839, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE7disposeEv": 189846, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info": 189858, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info": 189866, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test13output_formatELNS2_11args_amountE0EEEE19get_untyped_deleterEv": 189874, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE7disposeEv": 189881, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info": 189893, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info": 189901, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test9log_levelELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv": 189909, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE7disposeEv": 189916, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info": 189928, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info": 189936, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test9log_levelELNS2_11args_amountE0EEEE19get_untyped_deleterEv": 189944, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE7disposeEv": 189951, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE11get_deleterERKSt9type_info": 189963, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE17get_local_deleterERKSt9type_info": 189971, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEELNS2_11args_amountE2ELb0EEEE19get_untyped_deleterEv": 189979, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE7disposeEv": 189986, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE11get_deleterERKSt9type_info": 189998, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE17get_local_deleterERKSt9type_info": 190006, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterIjLNS2_11args_amountE0ELb0EEEE19get_untyped_deleterEv": 190014, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE7disposeEv": 190021, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE11get_deleterERKSt9type_info": 190033, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE17get_local_deleterERKSt9type_info": 190041, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime9parameterINS_9unit_test12report_levelELNS2_11args_amountE0ELb1EEEE19get_untyped_deleterEv": 190049, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE7disposeEv": 190056, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE11get_deleterERKSt9type_info": 190068, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE17get_local_deleterERKSt9type_info": 190076, + "_ZN5boost6detail17sp_counted_impl_pINS_7runtime14enum_parameterINS_9unit_test12report_levelELNS2_11args_amountE0EEEE19get_untyped_deleterEv": 190084, + "_GLOBAL__sub_I__ZN5boost9unit_test6output22compiler_log_formatter9log_startERSom": 190091, + ".LC73": 190099, + ".LC216": 190102, + ".LC217": 190105, + ".LC227": 190108, + ".LC311": 190111, + ".LC360": 190114 + } +} \ No newline at end of file diff --git a/resources/bigboostexample.cpp b/resources/bigboostexample.cpp new file mode 100644 index 0000000..d6a066d --- /dev/null +++ b/resources/bigboostexample.cpp @@ -0,0 +1,34 @@ +#include + +#define BOOST_TEST_DYN_LINK +#define BOOST_TEST_MODULE chrono_test +#include + +using TP_t = std::chrono::time_point; +using duration_t = std::chrono::nanoseconds; + +namespace std { +inline std::ostream& operator<<(ostream& os, const TP_t& time_point) { + os << std::to_string(time_point.time_since_epoch().count()); + return os; +} +inline std::ostream& operator<<(ostream& os, + const std::chrono::nanoseconds& duration) { + os << TP_t{duration}; + return os; +} +} // namespace std + +template +T copy_T(T t) { + return t; +} + +BOOST_AUTO_TEST_CASE(copy_test) { + duration_t duration; + auto duration_copy = copy_T(duration); + BOOST_CHECK_EQUAL(duration, duration_copy); + // TP_t timepoint; + // auto timepoint_copy = copy_T(timepoint); + // BOOST_CHECK_EQUAL(timepoint, timepoint_copy); +} diff --git a/resources/data_in_unused_label.asm b/resources/data_in_unused_label.asm new file mode 100644 index 0000000..13e642b --- /dev/null +++ b/resources/data_in_unused_label.asm @@ -0,0 +1,7 @@ +.LLSDA1237: + .byte 0xff + .byte 0xff + .byte 0x1 + .uleb128 .LLSDACSE1237-.LLSDACSB1237 +main: + ret diff --git a/resources/data_in_unused_label.asm.directives.labels.comments.json b/resources/data_in_unused_label.asm.directives.labels.comments.json new file mode 100644 index 0000000..7202052 --- /dev/null +++ b/resources/data_in_unused_label.asm.directives.labels.comments.json @@ -0,0 +1,4 @@ +{ + "asm": [], + "labelDefinitions": {} +} \ No newline at end of file diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d4eb001..b3fd97c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,9 +1,28 @@ -add_executable(asm-parser - main.cpp - types/state.cpp +set(PARSER_SOURCES utils/utils.cpp utils/jsonwriter.cpp - objdump/parser.cpp) + utils/regexwrappers.cpp + objdump/parser.cpp + assembly/parser.cpp +) + +add_executable(asm-parser + main.cpp + ${PARSER_SOURCES}) + +target_link_libraries(asm-parser ${CONAN_LIBS}) + +set(TEST_SOURCES + test/test_test.cpp) + +if("${PARSER_SOURCES}" STREQUAL "") + message(FATAL_ERROR "PARSER_SOURCES are missing") +endif() + +add_executable(test + ${TEST_SOURCES} + ${PARSER_SOURCES}) -target_link_libraries(asm-parser CONAN_PKG::ctre) +target_link_libraries(test + ${CONAN_LIBS}) diff --git a/src/assembly/parser.cpp b/src/assembly/parser.cpp new file mode 100644 index 0000000..782a66a --- /dev/null +++ b/src/assembly/parser.cpp @@ -0,0 +1,519 @@ +#include "parser.hpp" +#include "../utils/jsonwriter.hpp" +#include "../utils/regexwrappers.hpp" +#include "../utils/utils.hpp" + +#include +#include + +AsmParser::AssemblyTextParser::AssemblyTextParser(const Filter filter) : filter(filter) +{ +} + +bool str_contains(const std::string_view s, char c) +{ + auto found = s.find(c); + + return (found != std::string::npos); +} + +void AsmParser::AssemblyTextParser::handleStabs(const std::string_view line) +{ + const auto stabs_opt = AssemblyTextParserUtils::getSourceInfoFromStabs(line); + if (stabs_opt) + { + const auto [type, line] = stabs_opt.value(); + + // cf http://www.math.utah.edu/docs/info/stabs_11.html#SEC48 + if (type == 68) + { + this->state.currentSourceRef = { "", line }; + } + else if (type == 100 || type == 132) + { + this->state.currentSourceRef = {}; + this->state.previousLabel.clear(); + } + } +} + +void AsmParser::AssemblyTextParser::handleFiledef(const std::string_view line) +{ + const auto opt_file_def = AssemblyTextParserUtils::getFileDef(line); + if (opt_file_def) + { + const auto file_def = opt_file_def.value(); + files[file_def.file_index] = file_def.file_name; + } +} + +void AsmParser::AssemblyTextParser::handleSource(const std::string_view line) +{ + const auto [file_index, line_index] = AssemblyTextParserUtils::getSourceRef(line); + if (file_index != 0) + { + try + { + const auto file = files.at(file_index); + + const auto match_stdin = AssemblyTextParserUtils::isExampleOrStdin(file); + if (match_stdin) + { + this->state.currentSourceRef.is_usercode = true; + this->state.currentSourceRef.file = file; + } + else + { + this->state.currentSourceRef.file = file; + } + + this->state.currentSourceRef.line = line_index; + this->state.currentSourceRef.inside_proc = true; + + this->amendPreviousLinesWith(this->state.currentSourceRef); + } + catch (...) + { + this->state.currentSourceRef = {}; + } + } +} + +std::optional AsmParser::AssemblyTextParser::getLabelFromLine(const std::string_view line) +{ + auto match_label = AssemblyTextParserUtils::getLabel(line); + if (match_label) + { + return match_label; + } + else + { + auto match_assign = AssemblyTextParserUtils::getAssignmentDef(line); + if (match_assign) + { + return match_assign; + } + else + { + auto match_cuda = AssemblyTextParserUtils::getCudaLabel(line); + if (match_cuda) + { + this->state.inNvccDef = true; + this->state.inNvccCode = true; + return match_cuda; + } + else + { + return std::nullopt; + } + } + } +} + +void AsmParser::AssemblyTextParser::markLabelOnLineAsUsed(const std::string_view label, const std::string_view line) +{ + asm_label label_ref; + + label_ref.name = label; + label_ref.range.start_col = line.find(label) + 1; + label_ref.range.end_col = label_ref.range.start_col + ustrlen(label_ref.name); + + labels_used.insert(label_ref.name); +} + +void AsmParser::AssemblyTextParser::maybeAddBlank() +{ + bool lastBlank = lines.size() == 0 || lines[lines.size() - 1].text.empty(); + if (!lastBlank) + lines.emplace_back(asm_line{}); +} + +bool AsmParser::AssemblyTextParser::isEmptyOrJustWhitespace(const std::string_view line) const +{ + if (line.empty()) + return true; + + for (auto c : line) + { + if (!is_whitespace(c)) + return false; + } + + return true; +} + +void AsmParser::AssemblyTextParser::eol() +{ + // if (this->lines.size() == 5000) + // { + // asm_line truncated = {}; + // truncated.text = "[truncated; too many lines]"; + // this->lines.push_back(truncated); + // this->state.stopParsing = true; + // return; + // } + + const std::string_view line = this->state.text; + + if (this->filter.comment_only) + { + // todo: this needs to be handled outside of the lines (or with state) + // Remove any block comments that start and end on a line if we're removing comment-only lines. + // asmResult = asmResult.replace(blockComments, ''); + } + + if (isEmptyOrJustWhitespace(line)) + { + return maybeAddBlank(); + } + + if (AssemblyTextParserUtils::startAppBlock(line) || AssemblyTextParserUtils::startAsmNesting(line)) + { + this->state.inCustomAssembly++; + } + else if (AssemblyTextParserUtils::endAppBlock(line) || AssemblyTextParserUtils::endAsmNesting(line)) + { + this->state.inCustomAssembly--; + } + + // if (source && source.file === null) { + // lastOwnSource = source; + // } + + if (AssemblyTextParserUtils::endBlock(line) || (this->state.inNvccCode && str_contains(line, '}'))) + { + this->state.currentSourceRef = {}; + this->state.previousLabel.clear(); + this->state.lastOwnSource = {}; + } + else + { + this->handleFiledef(line); + this->handleSource(line); + this->handleStabs(line); + // handle6502(line); + } + + if (this->filter.library_functions && !this->state.lastOwnSource.line && this->state.currentFilename.empty()) + { + if (this->state.mayRemovePreviousLabel && this->lines.size() > 0) + { + const auto lastLine = this->lines[this->lines.size() - 1]; + + if (lastLine.text.empty()) + { + this->state.keepInlineCode = true; + } + else + { + if (lastLine.is_label) + { + this->lines.pop_back(); + this->state.keepInlineCode = false; + // todo: delete labelDefinitions[labelDef[1]]; + } + else + { + this->state.keepInlineCode = true; + } + } + + this->state.mayRemovePreviousLabel = false; + } + + if (!this->state.keepInlineCode) + { + this->state.text.clear(); + return; + }; + } + else + { + this->state.mayRemovePreviousLabel = true; + } + + + if (this->filter.comment_only && ((AssemblyTextParserUtils::isJustComments(line) && !this->state.inNvccCode) || + (AssemblyTextParserUtils::isJustNvccComments(line) && this->state.inNvccCode))) + { + this->state.text.clear(); + return; + } + + std::string filteredLine{ line }; + + if (this->state.inCustomAssembly > 0) + { + filteredLine = AssemblyTextParserUtils::fixLabelIndentation(filteredLine); + } + + bool probablyALabel = AssemblyTextParserUtils::is_probably_label(filteredLine); + if (probablyALabel) + { + const auto found_label = this->getLabelFromLine(filteredLine); + if (found_label) + { + const auto label = std::string(found_label.value()); + this->state.currentLine.label = label; + this->state.previousLabel = label; + this->labels_defined[label] = lines.size() + 1; + } + else + { + probablyALabel = false; + } + } + + bool isDataDef = false; + + if (this->state.inNvccDef) + { + if (AssemblyTextParserUtils::isCudaEndDef(line)) + this->state.inNvccDef = false; + } + else if (!probablyALabel && this->filter.directives) + { + // Check for directives only if it wasn't a label; the regexp would + // otherwise misinterpret labels as directives. + if (AssemblyTextParserUtils::isDataDefn(line)) + { + // We're defining data that's being used somewhere. + isDataDef = true; + } + else + { + // .inst generates an opcode, so does not count as a directive + if (AssemblyTextParserUtils::isDirective(line) && !AssemblyTextParserUtils::isInstOpcode(line)) + { + const auto weakDef = AssemblyTextParserUtils::getWeakDefinedLabel(filteredLine); + if (weakDef) + { + markLabelOnLineAsUsed(weakDef.value(), filteredLine); + } + else + { + const auto globalDef = AssemblyTextParserUtils::getGlobalDefinedLabel(filteredLine); + if (globalDef) + { + markLabelOnLineAsUsed(globalDef.value(), filteredLine); + } + } + + this->state.text.clear(); + return; + } + } + } + + filteredLine = AssemblyTextParserUtils::expandTabs(filteredLine); + if (this->filter.whitespace) + { + filteredLine = AssemblyTextParserUtils::squashHorizontalWhitespaceWithQuotes(filteredLine, true); + } + + this->state.currentLine.is_label = probablyALabel; + this->state.currentLine.text = filteredLine; + this->state.currentLine.is_data = isDataDef; + + const auto hasOpcode = AssemblyTextParserUtils::hasOpcode(filteredLine, this->state.inNvccCode); + + if (!this->state.currentLine.is_label) + { + this->state.currentLine.label.clear(); + if (hasOpcode) + { + this->state.currentLine.labels = AssemblyTextParserUtils::getUsedLabelsInLine(filteredLine); + + for (auto &label_ref : this->state.currentLine.labels) + labels_used.insert(label_ref.name); + } + else if (isDataDef) + { + this->state.currentLine.labels.clear(); + // todo: mark the labels in here as weakly linked (e.g. " .quad .L441") + + // this->state.currentLine.labels = AssemblyTextParserUtils::getUsedLabelsInLine(filteredLine); + + // for (auto &label_ref : this->state.currentLine.labels) + // labels_used.insert(label_ref.name); + } + else + { + this->state.currentLine.labels.clear(); + } + } + else + { + this->state.currentLine.labels.clear(); + } + + this->state.currentLine.source = this->state.currentSourceRef; + + this->lines.push_back(this->state.currentLine); + + this->state.text.clear(); +} + +void AsmParser::AssemblyTextParser::amendPreviousLinesWith(const asm_source &source) +{ + for (auto it = this->lines.rbegin(); it != this->lines.rend(); it++) + { + auto &line = *it; + if (line.is_label) + { + line.source = { source.file, source.line, source.is_usercode && !line.label.starts_with("."), source.inside_proc }; + if (line.label[0] != '.') + { + break; + } + } + else + { + break; + } + } +} + +void AsmParser::AssemblyTextParser::filterOutReferedLabelsThatArentDefined(asm_line &line) +{ + for (auto it = line.labels.begin(); it != line.labels.end();) + { + if (!this->labels_defined.contains(it->name)) + { + it = line.labels.erase(it); + } + else + { + ++it; + } + } +} + +bool AsmParser::AssemblyTextParser::determineUsage(const asm_line &lineWithLabel) const +{ + return this->labels_used.contains(lineWithLabel.label); +} + +void AsmParser::AssemblyTextParser::markLabelUsage() +{ + for (auto &label : this->labels_defined) + { + auto &line = this->lines[label.second - 1]; + if (this->determineUsage(line)) + { + line.is_used = true; + } + } +} + +void AsmParser::AssemblyTextParser::removeUnused() +{ + std::vector rebuild; + rebuild.reserve(this->lines.size()); + + bool remove = false; + bool removeOnlyThis = false; + bool isUsed = false; + + for (auto it = this->lines.begin(); it != this->lines.end();) + { + auto &line = *it; + removeOnlyThis = false; + + if (line.is_label) + { + isUsed = line.is_used || line.source.is_usercode; + + if (remove && isUsed) + { + remove = false; + } + else if (!remove && !line.is_used && !line.source.is_usercode) + { + if (line.source.inside_proc && line.label.starts_with(".")) + { + removeOnlyThis = this->filter.unused_labels; + } + else + { + remove = this->filter.unused_labels; + } + } + } + + if (remove || removeOnlyThis || (!isUsed && this->filter.compatmode && this->filter.directives && line.is_data)) + { + // filter this out + } + else + { + this->filterOutReferedLabelsThatArentDefined(line); + + rebuild.push_back(line); + } + + ++it; + } + + this->lines = rebuild; +} + +void AsmParser::AssemblyTextParser::fromStream(std::istream &in) +{ + char c; + + this->state.text.reserve(1024); + + while (!this->state.stopParsing && in.get(c)) + { + if (c == 13) + { + // skip cr (assuming there's going to be an lf) + } + else if (c == 10) + { + this->eol(); + continue; + } + + this->state.text += c; + } + + this->markLabelUsage(); + this->removeUnused(); +} + +std::vector AsmParser::AssemblyTextParser::redetermineLabels() const +{ + std::vector labels; + labels.reserve(this->lines.size()); + + int line_number = 1; + for (auto &line : this->lines) + { + if (line.is_label) + { + labels.emplace_back(asm_labelpair{ line.label, line_number }); + } + + line_number++; + } + + return labels; +} + +void AsmParser::AssemblyTextParser::outputJson(std::ostream &out) const +{ + const std::vector labels = this->redetermineLabels(); + + JsonWriter writer(out, this->lines, labels, this->filter); + writer.write(); +} + +void AsmParser::AssemblyTextParser::outputText(std::ostream &out) const +{ + for (auto line : this->lines) + { + out << line.text << "\n"; + } +} diff --git a/src/assembly/parser.hpp b/src/assembly/parser.hpp new file mode 100644 index 0000000..0324663 --- /dev/null +++ b/src/assembly/parser.hpp @@ -0,0 +1,77 @@ +#pragma once + +#include "../types/filter.hpp" +#include "../types/line.hpp" +#include "../types/parser.hpp" +#include +#include +#include +#include +#include + +namespace AsmParser +{ + +class AssemblyTextParserState +{ + public: + bool stopParsing{}; + + bool mayRemovePreviousLabel{ true }; + bool keepInlineCode{}; + asm_source lastOwnSource{}; + + bool inNvccDef{}; + bool inNvccCode{}; + int inCustomAssembly{ 0 }; + + asm_label currentLabelReference{}; + asm_source currentSourceRef{}; + std::string previousLabel; + std::string text; + std::string currentFilename; + std::string currentSection; + asm_line currentLine{}; +}; + +class AssemblyTextParser : public IParser +{ + private: + const Filter filter; + AssemblyTextParserState state{}; + + std::unordered_map files; + std::vector lines; + std::unordered_map labels_defined; + std::unordered_set labels_used; + + bool label_is_defined(const std::string_view s) const; + std::optional getLabelFromLine(const std::string_view line); + + void handleStabs(const std::string_view line); + void handleSource(const std::string_view line); + void handleFiledef(const std::string_view line); + + void eol(); + + bool isEmptyOrJustWhitespace(const std::string_view line) const; + void maybeAddBlank(); + void amendPreviousLinesWith(const asm_source &source); + bool determineUsage(const asm_line &lineWithLabel) const; + void markLabelUsage(); + void markLabelOnLineAsUsed(const std::string_view label, const std::string_view line); + void filterOutReferedLabelsThatArentDefined(asm_line &line); + void removeUnused(); + + std::vector redetermineLabels() const; + + public: + AssemblyTextParser(const Filter filter); + + void fromStream(std::istream &in) override; + + void outputJson(std::ostream &out) const override; + void outputText(std::ostream &out) const override; +}; + +}; // namespace AsmParser diff --git a/src/main.cpp b/src/main.cpp index 258e69b..47d616e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,6 +3,7 @@ #include #include +#include "assembly/parser.hpp" #include "objdump/parser.hpp" #include "types/filter.hpp" @@ -40,6 +41,8 @@ AsmParserConfiguration getConfigurationFromCommandline(const int argc, const cha config.filter.plt = true; else if (streq(argv[i], "-nocompat")) config.filter.compatmode = false; + else if (streq(argv[i], "-library_functions")) + config.filter.library_functions = true; else if (streq(argv[i], "-stdin")) { config.useStdin = true; @@ -72,15 +75,33 @@ int main(int argc, const char **argv) std::fstream fs; fs.open(config.filename, std::fstream::in); - AsmParser::ObjDumpParser parser(config.filter); - parser.fromStream(fs); - parser.outputJson(std::cout); + if (config.filter.binary) + { + AsmParser::ObjDumpParser parser(config.filter); + parser.fromStream(fs); + parser.outputJson(std::cout); + } + else + { + AsmParser::AssemblyTextParser parser(config.filter); + parser.fromStream(fs); + parser.outputJson(std::cout); + } } else { - AsmParser::ObjDumpParser parser(config.filter); - parser.fromStream(std::cin); - parser.outputJson(std::cout); + if (config.filter.binary) + { + AsmParser::ObjDumpParser parser(config.filter); + parser.fromStream(std::cin); + parser.outputJson(std::cout); + } + else + { + AsmParser::AssemblyTextParser parser(config.filter); + parser.fromStream(std::cin); + parser.outputJson(std::cout); + } } return 0; diff --git a/src/objdump/parser.cpp b/src/objdump/parser.cpp index 67afc12..1d62d19 100644 --- a/src/objdump/parser.cpp +++ b/src/objdump/parser.cpp @@ -4,48 +4,31 @@ #include "../utils/utils.hpp" #include #include -#include +#include -AsmParser::ObjDumpParser::ObjDumpParser(const Filter filter) : filter(filter) +void AsmParser::ObjDumpParserState::commonReset() { + this->currentLine = {}; + this->text.clear(); + this->hasPrefixingWhitespace = false; + this->inComment = false; + this->inAddress = true; + this->inOpcodes = false; + this->inLabel = false; + this->inSectionStart = false; + this->inSectionName = false; + this->inSourceRef = false; + this->skipRestOfTheLine = false; } -size_t ustrlen(const std::string s) +AsmParser::ObjDumpParser::ObjDumpParser(const Filter filter) : filter(filter) { - const char *cstrptr = s.data(); - - mblen(NULL, 0); - - size_t maxlen = s.length(); - - size_t ulen = 0; - while (maxlen != 0) - { - auto mbcharlen = mblen(cstrptr, maxlen); - if (mbcharlen < 1) - { - break; - } - cstrptr += mbcharlen; - ulen += 1; - if (maxlen > (size_t)mbcharlen) - { - maxlen -= mbcharlen; - } - else - { - break; - } - } - - return ulen; } bool AsmParser::ObjDumpParser::shouldIgnoreFunction(const std::string_view name) const { - if (auto match = - ctre::match<"^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|" - "frame_dummy|\\.plt.*|_dl_relocate_static_pie)$">(name)) + if (auto match = ctre::match<"^(__.*|_(init|start|fini)|(de)?register_tm_clones|call_gmon_start|" + "frame_dummy|\\.plt.*|_dl_relocate_static_pie)$">(name)) { return true; } @@ -113,7 +96,8 @@ void AsmParser::ObjDumpParser::eol() void AsmParser::ObjDumpParser::label() { this->state.ignoreUntilNextLabel = this->shouldIgnoreFunction(this->state.text); - if (this->state.ignoreUntilNextLabel) return; + if (this->state.ignoreUntilNextLabel) + return; this->state.previousLabel = this->state.text; @@ -128,8 +112,7 @@ void AsmParser::ObjDumpParser::labelref() if (!this->state.ignoreUntilNextLabel) { this->state.currentLabelReference.range.end_col = ustrlen(this->state.text); - this->state.currentLabelReference.name = - this->state.text.substr(this->state.currentLabelReference.range.start_col); + this->state.currentLabelReference.name = this->state.text.substr(this->state.currentLabelReference.range.start_col); if (!this->shouldIgnoreFunction(this->state.currentLabelReference.name)) { @@ -174,7 +157,8 @@ void AsmParser::ObjDumpParser::actually_address() int8_t bitsdone = 0; for (auto c = this->state.text.rbegin(); c != this->state.text.rend(); c++) { - if (!is_hex(*c)) break; + if (!is_hex(*c)) + break; addr += hex2int(*c) << bitsdone; bitsdone += 4; @@ -304,7 +288,8 @@ void AsmParser::ObjDumpParser::fromStream(std::istream &in) { if ((c == ' ') || (c == '\t')) { - if (this->state.text.empty()) continue; + if (this->state.text.empty()) + continue; if (this->state.text[this->state.text.length() - 1] == ' ') { this->opcodes(); @@ -362,8 +347,7 @@ void AsmParser::ObjDumpParser::fromStream(std::istream &in) else if (c == '<') { this->state.inSomethingWithALabel = true; - this->state.currentLabelReference.range = { (uint16_t)(ustrlen(this->state.text) + 1), - (uint16_t)0 }; + this->state.currentLabelReference.range = { (uint16_t)(ustrlen(this->state.text) + 1), (uint16_t)0 }; } else if (this->state.inSomethingWithALabel) { @@ -383,7 +367,8 @@ void AsmParser::ObjDumpParser::fromStream(std::istream &in) } } - if (is_whitespace(c) && this->state.text.empty()) continue; + if (is_whitespace(c) && this->state.text.empty()) + continue; this->state.text += c; } } diff --git a/src/objdump/parser.hpp b/src/objdump/parser.hpp index e6d2cd0..8d37100 100644 --- a/src/objdump/parser.hpp +++ b/src/objdump/parser.hpp @@ -2,19 +2,46 @@ #include "../types/filter.hpp" #include "../types/line.hpp" -#include "../types/state.hpp" -#include +#include "../types/parser.hpp" +#include #include #include namespace AsmParser { -class ObjDumpParser +class ObjDumpParserState +{ + public: + bool inComment{}; + bool inSomethingWithALabel{}; + bool hasPrefixingWhitespace{}; + bool inAddress{}; + bool inLabel{}; + bool inOpcodes{}; + bool inSectionStart{}; + bool inSectionName{}; + bool inSourceRef{}; + bool skipRestOfTheLine{}; + bool stopParsing{}; + bool ignoreUntilNextLabel{}; + + asm_label currentLabelReference{}; + asm_source currentSourceRef{}; + std::string previousLabel; + std::string text; + std::string currentFilename; + std::string currentSection; + asm_line currentLine{}; + + void commonReset(); +}; + +class ObjDumpParser : public IParser { private: const Filter filter; - ParserState state{}; + ObjDumpParserState state{}; std::vector lines; std::vector labels; @@ -32,10 +59,10 @@ class ObjDumpParser public: ObjDumpParser(const Filter filter); - void fromStream(std::istream &in); + void fromStream(std::istream &in) override; - void outputJson(std::ostream &out) const; - void outputText(std::ostream &out) const; + void outputJson(std::ostream &out) const override; + void outputText(std::ostream &out) const override; }; }; // namespace AsmParser diff --git a/src/test/test_test.cpp b/src/test/test_test.cpp new file mode 100644 index 0000000..daa156b --- /dev/null +++ b/src/test/test_test.cpp @@ -0,0 +1,136 @@ +#define APPROVALS_CATCH +#include "ApprovalTests.hpp" +#include + +#include "../utils/regexwrappers.hpp" + +TEST_CASE("Test text assembly utilities", "[asm]") +{ + const auto [file, line] = AsmParser::AssemblyTextParserUtils::getSourceRef(R"( .loc 1 351 7)"); + REQUIRE(file == 1); + REQUIRE(line == 351); + + const auto file_def = AsmParser::AssemblyTextParserUtils::getFileDef( + R"( .file 2 "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h")"); + REQUIRE(file_def.value().file_index == 2); + REQUIRE(file_def.value().file_name == "/opt/compiler-explorer/gcc-10.2.0/include/c++/10.2.0/bits/char_traits.h"); + + const auto endproc = AsmParser::AssemblyTextParserUtils::endBlock("\t.cfi_endproc"); + CHECK(endproc); + + const auto indentedLabel = AsmParser::AssemblyTextParserUtils::getLineWithoutComment("\tlabel:"); + REQUIRE(indentedLabel == "\tlabel:"); +} + +TEST_CASE("Clang-style file directive", "[asm]") +{ + const auto file_def = AsmParser::AssemblyTextParserUtils::getFileDef(R"( .file 1 "/dir/src" "filename.cpp")"); + REQUIRE(file_def.value().file_index == 1); + REQUIRE(file_def.value().file_name == "/dir/src/filename.cpp"); +} + +TEST_CASE("expandTabs", "[strings]") +{ + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("no tabs in here") == ("no tabs in here")); + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("0\t1234567A") == ("0 1234567A")); + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("01\t234567A") == ("01 234567A")); + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("012\t34567A") == ("012 34567A")); + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("0123\t4567A") == ("0123 4567A")); + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("01234\t567A") == ("01234 567A")); + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("012345\t67A") == ("012345 67A")); + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("0123456\t7A") == ("0123456 7A")); + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("01234567\tA") == ("01234567 A")); + + REQUIRE(AsmParser::AssemblyTextParserUtils::expandTabs("\tpush\trbp") == (" push rbp")); +} + +TEST_CASE("line filters", "[asm]") +{ + const auto filteredLine1 = AsmParser::AssemblyTextParserUtils::getLineWithoutComment(" mov eax, [_mylabel+8] "); + REQUIRE(filteredLine1 == " mov eax, [_mylabel+8]"); + + const auto filteredLine2 = AsmParser::AssemblyTextParserUtils::getLineWithoutCommentAndStripFirstWord( + " mov eax, [_mylabel+8] # some comment"); + REQUIRE(filteredLine2 == " eax, [_mylabel+8]"); + + + const auto line1 = + AsmParser::AssemblyTextParserUtils::getLineWithoutCommentAndStripFirstWord(" mov eax, ptr [_mylabel+8]"); + REQUIRE(line1 == " eax, ptr [_mylabel+8]"); + + const auto line2 = AsmParser::AssemblyTextParserUtils::getLineWithoutCommentAndStripFirstWord( + " mov eax, ptr [_mylabel+8] # comment"); + REQUIRE(line2 == " eax, ptr [_mylabel+8]"); + + const auto line3 = AsmParser::AssemblyTextParserUtils::getLineWithoutComment("_label123: # comment"); + REQUIRE(line3 == "_label123:"); + + const auto line4 = AsmParser::AssemblyTextParserUtils::getLineWithoutComment("_label123:"); + REQUIRE(line4 == "_label123:"); +} + +TEST_CASE("potential label spotting", "[asm]") +{ + const auto labels = + AsmParser::AssemblyTextParserUtils::getUsedLabelsInLine(" mov ptr eax, <_somelabel+8> # my comments"); + REQUIRE(labels.size() == 3); + REQUIRE(labels[2].name == "_somelabel"); + + const auto jbe = AsmParser::AssemblyTextParserUtils::getUsedLabelsInLine(" jbe .LBB0_3"); + REQUIRE(jbe.size() == 1); + REQUIRE(jbe[0].name == ".LBB0_3"); + REQUIRE(jbe[0].range.start_col == 17); + REQUIRE(jbe[0].range.end_col == 24); + + const auto morelabels = + AsmParser::AssemblyTextParserUtils::getUsedLabelsInLine(" movsd xmm0, qword ptr [rsi + 8*rax]"); + REQUIRE(morelabels.size() == 5); + + REQUIRE(morelabels[0].name == "xmm0"); + REQUIRE(morelabels[0].range.start_col == 17); + REQUIRE(morelabels[0].range.end_col == 21); + + REQUIRE(morelabels[1].name == "qword"); + REQUIRE(morelabels[1].range.start_col == 23); + REQUIRE(morelabels[1].range.end_col == 28); + + REQUIRE(morelabels[2].name == "ptr"); + REQUIRE(morelabels[2].range.start_col == 29); + REQUIRE(morelabels[2].range.end_col == 32); + + REQUIRE(morelabels[3].name == "rsi"); + REQUIRE(morelabels[3].range.start_col == 34); + REQUIRE(morelabels[3].range.end_col == 37); + + REQUIRE(morelabels[4].name == "rax"); + REQUIRE(morelabels[4].range.start_col == 42); + REQUIRE(morelabels[4].range.end_col == 45); +} + +TEST_CASE("squashes horizontal whitespace", "[strings]") +{ + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace("") == ""); + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" ") == ""); + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" ") == ""); + + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" abc") == " abc"); + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" abc") == " abc"); + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" abc") == " abc"); + + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace("abc abc") == "abc abc"); + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace("abc abc") == "abc abc"); + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace("abc abc") == "abc abc"); + + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" abc abc") == " abc abc"); + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" abc abc") == " abc abc"); + + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" abc abc") == " abc abc"); + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(" abc abc") == " abc abc"); +} + +TEST_CASE("squashes horizontal whitespace with quotes", "[strings]") +{ + REQUIRE(AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespaceWithQuotes(R"( .string " abc etc" # hello " wor ld")", + true) == + R"( .string " abc etc" # hello " wor ld")"); +} diff --git a/src/types/line.hpp b/src/types/line.hpp index 16917f5..86613b0 100644 --- a/src/types/line.hpp +++ b/src/types/line.hpp @@ -7,29 +7,47 @@ namespace AsmParser { +// trivially copyable + +struct asm_stabn +{ + int type; + int line; +}; + struct asm_range { - uint16_t start_col; - uint16_t end_col; + uint16_t start_col{}; + uint16_t end_col{}; +}; + +struct asm_link +{ + int32_t offset; + int32_t length; + int32_t to; }; +// non-trivial + struct asm_label { std::string name; - asm_range range; + asm_range range{}; }; struct asm_source { std::string file; - int32_t line; + int32_t line{ 0 }; + bool is_usercode{}; + bool inside_proc{}; }; -struct asm_link +struct asm_file_def { - int32_t offset; - int32_t length; - int32_t to; + int file_index; + std::string file_name; }; using asm_labelpair = std::pair; @@ -41,8 +59,11 @@ struct asm_line std::vector labels; std::vector opcodes; bool is_label{}; + std::string label; asm_source source; std::optional address; + bool is_used{}; + bool is_data{}; }; } // namespace AsmParser diff --git a/src/types/parser.hpp b/src/types/parser.hpp new file mode 100644 index 0000000..8c7e446 --- /dev/null +++ b/src/types/parser.hpp @@ -0,0 +1,17 @@ +#pragma once + +#include + +namespace AsmParser +{ + +class IParser +{ + public: + virtual void fromStream(std::istream &in) = 0; + + virtual void outputJson(std::ostream &out) const = 0; + virtual void outputText(std::ostream &out) const = 0; +}; + +}; // namespace AsmParser diff --git a/src/types/state.cpp b/src/types/state.cpp deleted file mode 100644 index 65e9748..0000000 --- a/src/types/state.cpp +++ /dev/null @@ -1,16 +0,0 @@ -#include "state.hpp" - -void AsmParser::ParserState::commonReset() -{ - this->currentLine = {}; - this->text.clear(); - this->hasPrefixingWhitespace = false; - this->inComment = false; - this->inAddress = true; - this->inOpcodes = false; - this->inLabel = false; - this->inSectionStart = false; - this->inSectionName = false; - this->inSourceRef = false; - this->skipRestOfTheLine = false; -} diff --git a/src/types/state.hpp b/src/types/state.hpp deleted file mode 100644 index 652f8c0..0000000 --- a/src/types/state.hpp +++ /dev/null @@ -1,35 +0,0 @@ -#pragma once - -#include "line.hpp" -#include - -namespace AsmParser -{ - -class ParserState -{ - public: - bool inComment{}; - bool inSomethingWithALabel{}; - bool hasPrefixingWhitespace{}; - bool inAddress{}; - bool inLabel{}; - bool inOpcodes{}; - bool inSectionStart{}; - bool inSectionName{}; - bool inSourceRef{}; - bool skipRestOfTheLine{}; - bool stopParsing{}; - bool ignoreUntilNextLabel{}; - asm_label currentLabelReference{}; - asm_source currentSourceRef{}; - std::string previousLabel; - std::string text; - std::string currentFilename; - std::string currentSection; - asm_line currentLine{}; - - void commonReset(); -}; - -}; // namespace AsmParser diff --git a/src/utils/jsonwriter.cpp b/src/utils/jsonwriter.cpp index fc8a7b9..f5741b8 100644 --- a/src/utils/jsonwriter.cpp +++ b/src/utils/jsonwriter.cpp @@ -1,10 +1,8 @@ #include "jsonwriter.hpp" #include +#include -AsmParser::JsonWriter::JsonWriter(std::ostream &out, - const std::vector lines, - const std::vector labels, - const Filter filter) +AsmParser::JsonWriter::JsonWriter(std::ostream &out, const std::vector &lines, const std::vector &labels, const Filter filter) : filter(filter), out(out), lines(lines), labels(labels), prettyPrint(false) { } @@ -14,98 +12,125 @@ void AsmParser::JsonWriter::writeKeyName(const char *key) this->out << "\"" << key << "\": "; } -void AsmParser::JsonWriter::writeKeyName(const std::string key) +void AsmParser::JsonWriter::writeKeyName(const std::string &key) { this->out << "\"" << key << "\": "; } void AsmParser::JsonWriter::writeKvNull(const char *key, const jsonopt opts) { - if (opts == jsonopt::prefixwithcomma) this->out << ", "; + if (opts == jsonopt::prefixwithcomma) + this->out << ", "; this->writeKeyName(key); this->out << "null"; - if (opts == jsonopt::trailingcomma) this->out << ", "; + if (opts == jsonopt::trailingcomma) + this->out << ", "; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; } -std::string escape(const std::string in) { +std::string escape(const std::string &in) +{ std::string out; out.reserve(in.length()); - for (auto c : in) { - if (c == '\t') { + for (auto c : in) + { + if (c == '\t') + { out += "\\t"; - } else if (c == '"') { + } + else if (c == '\\') + { + out += "\\\\"; + } + else if (c == '"') + { out += "\\\""; - } else { + } + else + { out += c; } } return out; } -void AsmParser::JsonWriter::writeKv(const char *key, const std::string value, const jsonopt opts) +void AsmParser::JsonWriter::writeKv(const char *key, const std::string &value, const jsonopt opts) { - if (opts == jsonopt::prefixwithcomma) this->out << ", "; + if (opts == jsonopt::prefixwithcomma) + this->out << ", "; this->writeKeyName(key); this->out << "\"" << escape(value) << "\""; - if (opts == jsonopt::trailingcomma) this->out << ", "; + if (opts == jsonopt::trailingcomma) + this->out << ", "; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; } void AsmParser::JsonWriter::writeKv(const char *key, const int value, const jsonopt opts) { - if (opts == jsonopt::prefixwithcomma) this->out << ", "; + if (opts == jsonopt::prefixwithcomma) + this->out << ", "; this->writeKeyName(key); this->out << value; - if (opts == jsonopt::trailingcomma) this->out << ", "; + if (opts == jsonopt::trailingcomma) + this->out << ", "; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; } -void AsmParser::JsonWriter::writeKv(const std::string key, const int value, const jsonopt opts) +void AsmParser::JsonWriter::writeKv(const std::string &key, const int value, const jsonopt opts) { - if (opts == jsonopt::prefixwithcomma) this->out << ", "; + if (opts == jsonopt::prefixwithcomma) + this->out << ", "; this->writeKeyName(key); this->out << value; - if (opts == jsonopt::trailingcomma) this->out << ", "; + if (opts == jsonopt::trailingcomma) + this->out << ", "; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; } -void AsmParser::JsonWriter::writeKv(const std::string key, const std::string value, const jsonopt opts) +void AsmParser::JsonWriter::writeKv(const std::string &key, const std::string &value, const jsonopt opts) { - if (opts == jsonopt::prefixwithcomma) this->out << ", "; + if (opts == jsonopt::prefixwithcomma) + this->out << ", "; this->writeKeyName(key); this->out << value; - if (opts == jsonopt::trailingcomma) this->out << ", "; + if (opts == jsonopt::trailingcomma) + this->out << ", "; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; } -void AsmParser::JsonWriter::JsonWriter::writeLine(const asm_line line) +void AsmParser::JsonWriter::JsonWriter::writeLine(const asm_line &line) { bool wroteSomethingInRoot = false; this->out << "{"; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; if (line.opcodes.size() > 0) { @@ -122,7 +147,7 @@ void AsmParser::JsonWriter::JsonWriter::writeLine(const asm_line line) this->out << "["; bool firstOpcode = true; - for (auto opcode : line.opcodes) + for (auto &opcode : line.opcodes) { if (!firstOpcode) { @@ -174,14 +199,18 @@ void AsmParser::JsonWriter::JsonWriter::writeLine(const asm_line line) if (!line.is_label && (line.source.line > 0)) { this->out << "{"; - if (this->filter.compatmode) + if (line.source.is_usercode || (this->filter.binary && this->filter.compatmode)) { this->writeKvNull("file", jsonopt::trailingcomma); } - else + else if (!line.source.file.empty()) { this->writeKv("file", line.source.file, jsonopt::trailingcomma); } + else + { + this->writeKvNull("file", jsonopt::trailingcomma); + } this->writeKv("line", line.source.line, jsonopt::none); this->out << "}"; @@ -219,12 +248,13 @@ void AsmParser::JsonWriter::JsonWriter::writeLine(const asm_line line) this->out << "["; bool firstLabel = true; - for (auto labelref : line.labels) + for (auto &labelref : line.labels) { if (!firstLabel) { this->out << ","; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; } else { @@ -242,7 +272,8 @@ void AsmParser::JsonWriter::JsonWriter::writeLine(const asm_line line) } this->out << "]"; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; this->out << "}"; } @@ -255,12 +286,13 @@ void AsmParser::JsonWriter::JsonWriter::write() bool firstLine = true; - for (auto line : this->lines) + for (auto &line : this->lines) { if (!firstLine) { this->out << ","; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; } firstLine = false; @@ -271,10 +303,11 @@ void AsmParser::JsonWriter::JsonWriter::write() this->writeKeyName("labelDefinitions"); this->out << "{"; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; bool firstLabel = true; - for (auto label : this->labels) + for (auto &label : this->labels) { if (firstLabel) { @@ -287,5 +320,6 @@ void AsmParser::JsonWriter::JsonWriter::write() } } this->out << "}}"; - if (this->prettyPrint) this->out << "\n"; + if (this->prettyPrint) + this->out << "\n"; } \ No newline at end of file diff --git a/src/utils/jsonwriter.hpp b/src/utils/jsonwriter.hpp index ab8ae22..f93333e 100644 --- a/src/utils/jsonwriter.hpp +++ b/src/utils/jsonwriter.hpp @@ -1,6 +1,6 @@ #pragma once -#include +#include #include #include @@ -28,19 +28,16 @@ class JsonWriter bool prettyPrint; void writeKeyName(const char *key); - void writeKeyName(const std::string key); + void writeKeyName(const std::string &key); void writeKvNull(const char *key, const jsonopt opts); - void writeKv(const char *key, const std::string value, const jsonopt opts); + void writeKv(const char *key, const std::string &value, const jsonopt opts); void writeKv(const char *key, const int value, const jsonopt opts); - void writeKv(const std::string key, const std::string value, const jsonopt opts); - void writeKv(const std::string key, const int value, const jsonopt opts); - void writeLine(const asm_line line); + void writeKv(const std::string &key, const std::string &value, const jsonopt opts); + void writeKv(const std::string &key, const int value, const jsonopt opts); + void writeLine(const asm_line &line); public: - JsonWriter(std::ostream &out, - const std::vector lines, - const std::vector labels, - const Filter filter); + JsonWriter(std::ostream &out, const std::vector &lines, const std::vector &labels, const Filter filter); void write(); }; diff --git a/src/utils/regexes.hpp b/src/utils/regexes.hpp new file mode 100644 index 0000000..cd3ba6d --- /dev/null +++ b/src/utils/regexes.hpp @@ -0,0 +1,53 @@ +#pragma once + +#include +#include + +namespace AsmParser +{ + +struct Regexes +{ + static constexpr auto labelDef = ctre::search; + static constexpr auto labelFindNonMips = ctre::match; + static constexpr auto labelFindMips = ctre::match; + static constexpr auto mipsLabelDefinition = ctre::match; + + static constexpr auto dataDefn = ctre::search; + static constexpr auto fileFind = ctre::match; + static constexpr auto hasOpcodeRe = ctre::search; + // todo: stop using this static constexpr auto instructionRe = make_matcher; + static constexpr auto hasNvccOpcodeRe = ctre::match; + static constexpr auto definesFunction = ctre::match; + static constexpr auto definesFunctionOrObject = ctre::search; + static constexpr auto definesGlobal = ctre::search; + static constexpr auto definesWeak = ctre::search; + // static constexpr auto indentedLabelDef = make_matcher; + static constexpr auto assignmentDef = ctre::match; + static constexpr auto directive = ctre::match; + static constexpr auto startAppBlock = ctre::match; + static constexpr auto endAppBlock = ctre::match; + static constexpr auto startAsmNesting = ctre::match; + static constexpr auto endAsmNesting = ctre::match; + static constexpr auto cudaBeginDef = ctre::match; + static constexpr auto cudaEndDef = ctre::match; + // static constexpr auto asmOpcodeRe = make_matcher; + // static constexpr auto lineRe = make_matcher; + // static constexpr auto labelRe = make_matcher]+)>:$)re">; + // static constexpr auto destRe = make_matcher]+)(\+0x[\da-f]+)?>$)re">; + static constexpr auto commentRe = ctre::search; + static constexpr auto instOpcodeRe = ctre::match; + // static constexpr auto blockComments = make_matcher; + static constexpr auto commentOnly = ctre::match; + static constexpr auto commentOnlyNvcc = ctre::match; + static constexpr auto sourceTag = ctre::match; + // static constexpr auto source6502Dbg = make_matcher; + static constexpr auto sourceStab = ctre::search; + static constexpr auto stdInLooking = ctre::search|^-$|example\.[^/]+$|)re">; + static constexpr auto endBlock = ctre::search; + + static constexpr auto findQuotes = ctre::search; +}; + + +}; // namespace AsmParser diff --git a/src/utils/regexwrappers.cpp b/src/utils/regexwrappers.cpp new file mode 100644 index 0000000..7ec954f --- /dev/null +++ b/src/utils/regexwrappers.cpp @@ -0,0 +1,518 @@ +#include "regexwrappers.hpp" +#include "regexes.hpp" +#include "utils.hpp" +#include + +inline int svtoi(const std::string_view sv) +{ + return std::atoi(sv.data()); +} + +std::pair AsmParser::AssemblyTextParserUtils::getSourceRef(const std::string_view line) +{ + const auto match = AsmParser::Regexes::sourceTag(line); + if (match) + { + const auto file_index = svtoi(match.get<1>().to_view()); + const auto line_index = svtoi(match.get<2>().to_view()); + + return { file_index, line_index }; + } + else + { + return { 0, 0 }; + } +} + +std::optional AsmParser::AssemblyTextParserUtils::getFileDef(const std::string_view line) +{ + const auto match = Regexes::fileFind(line); + if (match) + { + const auto file_index = svtoi(match.get<1>().to_view()); + const auto file_name = match.get<2>().to_view(); + + const auto file_name_rest = match.get<4>().to_view(); + if (!file_name_rest.empty()) + { + return asm_file_def{ file_index, fmt::format("{}/{}", file_name, file_name_rest) }; + } + else + { + return asm_file_def{ file_index, std::string(file_name) }; + } + } + + return std::nullopt; +} + +std::string AsmParser::AssemblyTextParserUtils::expandTabs(const std::string_view line) +{ + std::string expandedLine; + + const std::string spaces = " "; + expandedLine.reserve(line.length()); + + auto extraChars = 0; + for (auto c : line) + { + if (c == '\t') + { + const auto total = expandedLine.length() + extraChars; + const auto spacesNeeded = (total + 8) & 7; + extraChars += spacesNeeded; + expandedLine += spaces.substr(spacesNeeded); + } + else + { + expandedLine += c; + } + } + + return expandedLine; +} + +static inline void rtrim(std::string &s) +{ + s.erase(std::find_if(s.rbegin(), s.rend(), + [](unsigned char ch) { + return !std::isspace(ch); + }) + .base(), + s.end()); +} + +static inline void ltrim(std::string &s) +{ + s.erase(s.begin(), std::find_if(s.begin(), s.end(), [](unsigned char ch) { + return !std::isspace(ch); + })); +} + +std::string_view AsmParser::AssemblyTextParserUtils::getLineWithoutComment(const std::string_view line) +{ + bool spacing = false; + bool stillStarting = true; + auto lastit = line.end(); + + for (auto it = line.begin(); it != line.end(); it++) + { + auto c = *it; + if (c == ';' || c == '#') + { + if (!spacing) + lastit = it; + break; + } + else if (spacing) + { + if (!is_whitespace(c)) + { + spacing = false; + } + } + else if (is_whitespace(c)) + { + if (!stillStarting) + { + spacing = true; + lastit = it; + } + } + else + { + stillStarting = false; + } + } + + return std::string_view{ line.begin(), lastit }; +} + +std::string_view AsmParser::AssemblyTextParserUtils::getLineWithoutCommentAndStripFirstWord(const std::string_view line) +{ + bool wordstarted = false; + bool wordended = false; + bool spacing = false; + auto lastit = line.end(); + auto afterfirstword = line.begin(); + + for (auto it = line.begin(); it != line.end(); it++) + { + auto c = *it; + + if (c == ';' || c == '#') + { + if (!spacing) + lastit = it; + break; + } + else if (!wordstarted && ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z'))) + { + wordstarted = true; + } + else if (wordstarted && !wordended && is_whitespace(c)) + { + wordended = true; + afterfirstword = it; + } + else if (wordended) + { + if (spacing) + { + if (!is_whitespace(c)) + { + lastit = line.end(); + spacing = false; + } + } + else if (is_whitespace(c)) + { + spacing = true; + lastit = it; + } + } + } + + return std::string_view{ afterfirstword, lastit }; +} + +bool AsmParser::AssemblyTextParserUtils::is_probably_label(const std::string_view line) +{ + const auto filtered = getLineWithoutComment(line); + + return (filtered.ends_with(":")); +} + +std::string AsmParser::AssemblyTextParserUtils::fixLabelIndentation(const std::string_view line) +{ + std::string filtered{ line }; + if (is_probably_label(line)) + ltrim(filtered); + + return filtered; +} + +std::vector AsmParser::AssemblyTextParserUtils::getUsedLabelsInLine(const std::string_view line) +{ + std::vector labelsInLine; + + const auto filteredLine = AssemblyTextParserUtils::getLineWithoutCommentAndStripFirstWord(line); + + int diffLen = line.length() - filteredLine.length() + 1; + + int startidx = 0; + for (auto match : ctre::range(filteredLine)) + { + AsmParser::asm_label label{}; + label.name = std::string(match.get<1>().to_view()); + + const auto len = label.name.length(); + const auto loc = filteredLine.find(label.name, startidx); + startidx += (loc - startidx) + len; + + label.range.start_col = loc + diffLen; + label.range.end_col = loc + diffLen + ustrlen(label.name); + + labelsInLine.push_back(label); + } + + return labelsInLine; +} + +bool AsmParser::AssemblyTextParserUtils::hasOpcode(const std::string_view line, bool inNvccCode) +{ + // Remove any leading label definition... + const auto match = Regexes::labelDef(line); + if (match) + { + // todo + // line = line.substr(match[0].length); + } + + // Strip any comments + const auto lineWithoutComment = getLineWithoutComment(line); + + // .inst generates an opcode, so also counts + if (Regexes::instOpcodeRe(lineWithoutComment)) + return true; + + // Detect assignment, that's not an opcode... + if (Regexes::assignmentDef(lineWithoutComment)) + return false; + + if (inNvccCode) + return !!Regexes::hasNvccOpcodeRe(lineWithoutComment); + + return !!Regexes::hasOpcodeRe(lineWithoutComment); +} + +bool AsmParser::AssemblyTextParserUtils::isExampleOrStdin(const std::string_view filename) +{ + if (Regexes::stdInLooking(filename)) + return true; + + return false; +} + +std::optional AsmParser::AssemblyTextParserUtils::getSourceInfoFromStabs(const std::string_view line) +{ + const auto match = Regexes::sourceStab(line); + if (!match) + return std::nullopt; + + const auto type = svtoi(match.get<1>().to_view()); + if (type == 68) + { + const auto line = svtoi(match.get<2>().to_view()); + + return asm_stabn{ type, line }; + } + else + { + return asm_stabn{ type, 0 }; + } +} + +bool AsmParser::AssemblyTextParserUtils::startAppBlock(const std::string_view line) +{ + if (Regexes::startAppBlock(line)) + return true; + + return false; +} + +bool AsmParser::AssemblyTextParserUtils::endAppBlock(const std::string_view line) +{ + if (Regexes::endAppBlock(line)) + return true; + + return false; +} + +bool AsmParser::AssemblyTextParserUtils::startAsmNesting(const std::string_view line) +{ + if (Regexes::startAsmNesting(line)) + return true; + + return false; +} + +bool AsmParser::AssemblyTextParserUtils::endAsmNesting(const std::string_view line) +{ + if (Regexes::endAsmNesting(line)) + return true; + + return false; +} + +bool AsmParser::AssemblyTextParserUtils::endBlock(const std::string_view line) +{ + if (Regexes::endBlock(line)) + return true; + + return false; +} + +std::optional AsmParser::AssemblyTextParserUtils::getLabel(const std::string_view line) +{ + auto match = Regexes::labelDef(line); + if (match) + return match.get<1>().to_view(); + + return std::nullopt; +} + +std::optional AsmParser::AssemblyTextParserUtils::getAssignmentDef(const std::string_view line) +{ + auto match = Regexes::assignmentDef(line); + if (match) + return match.get<1>().to_view(); + + return std::nullopt; +} + +std::optional AsmParser::AssemblyTextParserUtils::getCudaLabel(const std::string_view line) +{ + auto match = Regexes::cudaBeginDef(line); + if (match) + return match.get<1>().to_view(); + + return std::nullopt; +} + +std::optional AsmParser::AssemblyTextParserUtils::getFunctionTypeDefinedLabel(const std::string_view line) +{ + auto match = Regexes::definesFunctionOrObject(line); + if (match) + return match.get<1>().to_view(); + + return std::nullopt; +} + +std::optional AsmParser::AssemblyTextParserUtils::getWeakDefinedLabel(const std::string_view line) +{ + auto match = Regexes::definesWeak(line); + if (match) + return match.get<1>().to_view(); + + return std::nullopt; +} + +std::optional AsmParser::AssemblyTextParserUtils::getGlobalDefinedLabel(const std::string_view line) +{ + auto match = Regexes::definesGlobal(line); + if (match) + return match.get<1>().to_view(); + + return std::nullopt; +} + +bool AsmParser::AssemblyTextParserUtils::isJustComments(const std::string_view line) +{ + if (Regexes::commentOnly(line)) + return true; + + return false; +} + +bool AsmParser::AssemblyTextParserUtils::isJustNvccComments(const std::string_view line) +{ + if (Regexes::commentOnlyNvcc(line)) + return true; + + return false; +} + + +bool AsmParser::AssemblyTextParserUtils::isCudaEndDef(const std::string_view line) +{ + if (Regexes::cudaEndDef(line)) + return true; + + return false; +} + +bool AsmParser::AssemblyTextParserUtils::isDataDefn(const std::string_view line) +{ + if (Regexes::dataDefn(line)) + return true; + + return false; +} + +bool AsmParser::AssemblyTextParserUtils::isDirective(const std::string_view line) +{ + if (Regexes::directive(line)) + return true; + + return false; +} + +bool AsmParser::AssemblyTextParserUtils::isInstOpcode(const std::string_view line) +{ + if (Regexes::instOpcodeRe(line)) + return true; + + return false; +} + +std::string AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespace(const std::string_view line, bool atStart) +{ + std::string squashed; + squashed.reserve(line.length()); + + enum class HorSpaceState + { + Start, + Second, + Stop, + JustOne + } state; + + if (atStart) + { + state = HorSpaceState::Start; + } + else + { + state = HorSpaceState::JustOne; + } + + bool justspaces = true; + + for (auto c : line) + { + if (state == HorSpaceState::Stop) + { + if (is_whitespace(c)) + { + // ignore + } + else + { + state = HorSpaceState::JustOne; + squashed += c; + justspaces = false; + } + } + else if (state == HorSpaceState::JustOne) + { + if (is_whitespace(c)) + { + state = HorSpaceState::Stop; + squashed += ' '; + } + else + { + squashed += c; + justspaces = false; + } + } + else if (state == HorSpaceState::Start) + { + if (is_whitespace(c)) + { + state = HorSpaceState::Second; + squashed += ' '; + } + else + { + state = HorSpaceState::Stop; + squashed += c; + justspaces = false; + } + } + else if (state == HorSpaceState::Second) + { + if (is_whitespace(c)) + { + squashed += ' '; + } + else + { + squashed += c; + justspaces = false; + } + state = HorSpaceState::Stop; + } + } + + if (atStart && justspaces) + { + squashed.clear(); + } + + return squashed; +} + +std::string AsmParser::AssemblyTextParserUtils::squashHorizontalWhitespaceWithQuotes(const std::string_view line, bool atStart) +{ + const auto quotes = Regexes::findQuotes(line); + if (quotes) + { + return fmt::format("{}{}{}", squashHorizontalWhitespaceWithQuotes(quotes.get<1>().to_view(), atStart), + quotes.get<2>().to_view(), squashHorizontalWhitespaceWithQuotes(quotes.get<3>().to_view(), false)); + } + + return squashHorizontalWhitespace(line); +} diff --git a/src/utils/regexwrappers.hpp b/src/utils/regexwrappers.hpp new file mode 100644 index 0000000..0b66f91 --- /dev/null +++ b/src/utils/regexwrappers.hpp @@ -0,0 +1,58 @@ +#pragma once + +#include "../types/line.hpp" +#include +#include +#include +#include + +namespace AsmParser +{ + +class AssemblyTextParserUtils +{ + public: + static std::pair getSourceRef(const std::string_view line); + static std::optional getFileDef(const std::string_view line); + static bool is_probably_label(const std::string_view line); + static std::string fixLabelIndentation(const std::string_view line); + static std::string_view getLineWithoutComment(const std::string_view line); + static std::string_view getLineWithoutCommentAndStripFirstWord(const std::string_view line); + + static std::string expandTabs(const std::string_view line); + + static std::string squashHorizontalWhitespace(const std::string_view line, bool atStart = true); + static std::string squashHorizontalWhitespaceWithQuotes(const std::string_view line, bool atStart); + + static std::vector getUsedLabelsInLine(const std::string_view line); + + static bool hasOpcode(const std::string_view line, bool inNvccCode); + + static bool isExampleOrStdin(const std::string_view filename); + + static bool isJustComments(const std::string_view line); + static bool isJustNvccComments(const std::string_view line); + + static std::optional getSourceInfoFromStabs(const std::string_view line); + + static std::optional getLabel(const std::string_view line); + static std::optional getAssignmentDef(const std::string_view line); + static std::optional getCudaLabel(const std::string_view line); + static std::optional getFunctionTypeDefinedLabel(const std::string_view line); + static std::optional getWeakDefinedLabel(const std::string_view line); + static std::optional getGlobalDefinedLabel(const std::string_view line); + + static bool startAppBlock(const std::string_view line); + static bool endAppBlock(const std::string_view line); + static bool startAsmNesting(const std::string_view line); + static bool endAsmNesting(const std::string_view line); + + static bool endBlock(const std::string_view line); + + static bool isCudaEndDef(const std::string_view line); + static bool isDataDefn(const std::string_view line); + static bool isDirective(const std::string_view line); + static bool isInstOpcode(const std::string_view line); +}; + +}; // namespace AsmParser diff --git a/src/utils/utils.cpp b/src/utils/utils.cpp index 7c934c9..397e203 100644 --- a/src/utils/utils.cpp +++ b/src/utils/utils.cpp @@ -1,10 +1,5 @@ #include "utils.hpp" -bool AsmParser::is_whitespace(const char c) -{ - return ((c == 32) || (c == '\t')); -} - bool AsmParser::is_hex(const char c) { return (c >= 'a' && c <= 'f') || (c >= '0' && c <= '9'); @@ -21,3 +16,34 @@ int8_t AsmParser::hex2int(const char c) return 10 + (c - 'a'); } } + +size_t AsmParser::ustrlen(const std::string s) +{ + const char *cstrptr = s.data(); + + mblen(NULL, 0); + + size_t maxlen = s.length(); + + size_t ulen = 0; + while (maxlen != 0) + { + auto mbcharlen = mblen(cstrptr, maxlen); + if (mbcharlen < 1) + { + break; + } + cstrptr += mbcharlen; + ulen += 1; + if (maxlen > (size_t)mbcharlen) + { + maxlen -= mbcharlen; + } + else + { + break; + } + } + + return ulen; +} diff --git a/src/utils/utils.hpp b/src/utils/utils.hpp index 7ca4b5e..1ae4e2a 100644 --- a/src/utils/utils.hpp +++ b/src/utils/utils.hpp @@ -1,11 +1,18 @@ #include +#include namespace AsmParser { -bool is_whitespace(const char c); +inline bool is_whitespace(const char c) +{ + return ((c == 32) || (c == '\t')); +} + bool is_hex(const char c); int8_t hex2int(const char c); +size_t ustrlen(const std::string s); + } // namespace AsmParser diff --git a/test.sh b/test.sh index b1669f7..719adb0 100755 --- a/test.sh +++ b/test.sh @@ -1,25 +1,57 @@ #!/bin/sh +PATH=$PATH:/opt/compiler-explorer/cmake/bin + +export CXX=/opt/compiler-explorer/gcc-10.2.0/bin/g++ +export CC=/opt/compiler-explorer/gcc-10.2.0/bin/gcc + +/opt/compiler-explorer/clang-trunk/bin/clang-format -i src/*/*.cpp +/opt/compiler-explorer/clang-trunk/bin/clang-format -i src/*/*.hpp + +mkdir -p build cd build -cmake .. +cmake -DCMAKE_BUILD_TYPE=RELEASE .. +if [ $? -ne 0 ]; then + exit $? +fi + +make test if [ $? -ne 0 ]; then exit $? fi -make +bin/test if [ $? -ne 0 ]; then exit $? fi + +make asm-parser +if [ $? -ne 0 ]; then + exit $? +fi + cd .. +echo bintest-1 build/bin/asm-parser -binary /opt/compiler-explorer/ce/test/filters-cases/bintest-1.asm > /opt/compiler-explorer/ce/test/filters-cases/bintest-1.asm.binary.directives.labels.comments.json /opt/compiler-explorer/node/bin/node prettyjson.js /opt/compiler-explorer/ce/test/filters-cases/bintest-1.asm.binary.directives.labels.comments.json +echo bintest-2 build/bin/asm-parser -binary /opt/compiler-explorer/ce/test/filters-cases/bintest-2.asm > /opt/compiler-explorer/ce/test/filters-cases/bintest-2.asm.binary.directives.labels.comments.json /opt/compiler-explorer/node/bin/node prettyjson.js /opt/compiler-explorer/ce/test/filters-cases/bintest-2.asm.binary.directives.labels.comments.json +echo bintest-unicode-1 build/bin/asm-parser -binary /opt/compiler-explorer/ce/test/filters-cases/bintest-unicode-1.asm > /opt/compiler-explorer/ce/test/filters-cases/bintest-unicode-1.asm.binary.directives.labels.comments.json /opt/compiler-explorer/node/bin/node prettyjson.js /opt/compiler-explorer/ce/test/filters-cases/bintest-unicode-1.asm.binary.directives.labels.comments.json +echo aarch64demo build/bin/asm-parser -binary resources/aarch64demo.asm > resources/aarch64demo.json /opt/compiler-explorer/node/bin/node prettyjson.js resources/aarch64demo.json + +echo clang-maxArray +build/bin/asm-parser -directives -unused_labels -comment_only /opt/compiler-explorer/ce/test/filters-cases/clang-maxArray.asm > /opt/compiler-explorer/ce/test/filters-cases/clang-maxArray.asm.directives.labels.comments.json +/opt/compiler-explorer/node/bin/node prettyjson.js /opt/compiler-explorer/ce/test/filters-cases/clang-maxArray.asm.directives.labels.comments.json + +echo bigboostexample +build/bin/asm-parser -directives -unused_labels -comment_only resources/bigboostexample.asm > resources/bigboostexample.asm.directives.labels.comments.json +/opt/compiler-explorer/node/bin/node prettyjson.js resources/bigboostexample.asm.directives.labels.comments.json